[Dart-dev] [3576] DART/trunk/models/MITgcm_ocean/shell_scripts/runme_filter: using right value of MPIRUN for atlas

nancy at ucar.edu nancy at ucar.edu
Thu Aug 21 16:51:32 MDT 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080821/a97ebf71/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/MITgcm_ocean/shell_scripts/runme_filter
===================================================================
--- DART/trunk/models/MITgcm_ocean/shell_scripts/runme_filter	2008-08-21 18:01:05 UTC (rev 3575)
+++ DART/trunk/models/MITgcm_ocean/shell_scripts/runme_filter	2008-08-21 22:51:32 UTC (rev 3576)
@@ -247,7 +247,10 @@
 
     setenv NUM_PROCS `cat nodelist | wc -l`
     set MYNODEFILE = nodelist
-    set MPIRUN = /opt/mpich/myrinet/pgi/bin/mpirun
+#   for atlas
+    set MPIRUN = /share/apps/mpich1/pgi/bin/mpirun
+#   for compas
+#   set MPIRUN = /opt/mpich/myrinet/pgi/bin/mpirun
 
     echo "running with $NUM_PROCS nodes specified from $MYNODEFILE"
 


More information about the Dart-dev mailing list