[Dart-dev] [3455] DART/trunk/models/cam/full_experiment/job_mpi.csh:
Remove trailing spaces after the backslashes (continuation chars).
nancy at ucar.edu
nancy at ucar.edu
Wed Jul 9 13:57:06 MDT 2008
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080709/de90d176/attachment.html
-------------- next part --------------
Modified: DART/trunk/models/cam/full_experiment/job_mpi.csh
===================================================================
--- DART/trunk/models/cam/full_experiment/job_mpi.csh 2008-07-09 17:02:59 UTC (rev 3454)
+++ DART/trunk/models/cam/full_experiment/job_mpi.csh 2008-07-09 19:57:06 UTC (rev 3455)
@@ -681,8 +681,8 @@
if ($num_procs == 96) then
# want 80 members = 1*28 + 2*26
echo "setenv LSB_PJL_TASK_GEOMETRY \" >> ${job_i}
- echo ' "{(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27)\ ' >> ${job_i}
- echo " (28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53)\ " >> ${job_i}
+ echo ' "{(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27) \' >> ${job_i}
+ echo " (28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53) \" >> ${job_i}
echo ' (54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79)}" ' >> ${job_i}
else if ($num_procs == 32) then
# I want 20 = 1*20
More information about the Dart-dev
mailing list