[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 715)

roland.haas at physics.gatech.edu roland.haas at physics.gatech.edu
Fri Oct 21 14:06:12 CDT 2011


User: rhaas
Date: 2011/10/21 02:06 PM

Modified:
 /release-info/
  run_tests_py

Log:
 Fix simfactory arguments for LSU numrel runs.

File Changes:

Directory: /release-info/
=========================

File [modified]: run_tests_py
Delta lines: +1 -1
===================================================================
--- release-info/run_tests_py	2011-10-21 16:31:22 UTC (rev 714)
+++ release-info/run_tests_py	2011-10-21 19:06:11 UTC (rev 715)
@@ -24,5 +24,5 @@
   simfactory/bin/sim create-submit --testsuite ${HOSTNAME}__${CCTK_TESTSUITE_RUN_PROCESSORS}_${OMP_NUM_THREADS} --procs ${TOTAL_THREADS} --num-threads ${OMP_NUM_THREADS} --ppn-used ${TOTAL_THREADS} --walltime 3:00:00
   # additional runs
   hostname | grep ^numrel && 
-  ./simfactory/bin/sim create-submit --configuration gcc --testsuite ${HOSTNAME}-gcc__${CCTK_TESTSUITE_RUN_PROCESSORS}_${OMP_NUM_THREADS} --procs ${CCTK_TESTSUITE_RUN_PROCESSORS} --num-threads ${OMP_NUM_THREADS} --ppn-used ${TOTAL_THREADS} --walltime 3:00:00
+  ./simfactory/bin/sim create-submit --configuration gcc --testsuite ${HOSTNAME}-gcc__${CCTK_TESTSUITE_RUN_PROCESSORS}_${OMP_NUM_THREADS} --procs ${TOTAL_THREADS} --num-threads ${OMP_NUM_THREADS} --ppn-used ${TOTAL_THREADS} --walltime 3:00:00
 done



More information about the Commits mailing list