Skip to content

Commit

Permalink
clean up ctest scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Dec 17, 2018
1 parent fbd27d8 commit 4bc9b01
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 41 deletions.
8 changes: 6 additions & 2 deletions cmake/mpiexec.nwsc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@

NP=$1
shift

mpirun.lsf $@ -n$NP
if [ $LMOD_FAMILY_MPI -eq "openmpi" ]
then
mpirun -np $NP $@
else
mpiexec_mpt -n $NP $@
fi
8 changes: 6 additions & 2 deletions cmake/mpiexec.nwscla
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,9 @@

NP=$1
shift

mpiexec_mpt -n $NP $@
if [ $LMOD_FAMILY_MPI -eq "openmpi" ]
then
mpirun -np $NP $@
else
mpiexec_mpt -n $NP $@
fi
18 changes: 0 additions & 18 deletions ctest/CTestEnvironment-nwsc.cmake

This file was deleted.

File renamed without changes.
19 changes: 0 additions & 19 deletions ctest/runctest-nwsc.sh

This file was deleted.

0 comments on commit 4bc9b01

Please sign in to comment.