Skip to content

Commit

Permalink
Fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
jhenin committed Sep 25, 2023
1 parent 7b12091 commit b4784cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namd/tests/library/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ for dir in ${DIRLIST} ; do

# Run the test (use a subshell to avoid cluttering stdout)
# Use multiple threads to test SMP code (TODO: move SMP tests to interface?)
NAMD_CUDASOA=$CUDASOA $BINARY +p ${NUM_THREADS_THIS} $script > ${basename}.out
NAMD_CUDASOA=$CUDASOA $BINARY +p ${NUM_THREADS} $script > ${basename}.out

# Output of Colvars module, minus the version numbers
grep "^colvars:" ${basename}.out | grep -v 'Initializing the collective variables module' \
Expand Down

0 comments on commit b4784cb

Please sign in to comment.