Changeset 2023
- Timestamp:
- 03/08/13 11:12:03 (12 years ago)
- Location:
- TOOLS/PACK_IPSL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/PACK_IPSL/launch_and_measureTime.sh
r2010 r2023 358 358 #MSUB -e /ccc/dmfbuf/ipsl_logs/dsm/bacasable/ARNAUD/PSEUDO_DMNFS_PROGRESS/ARNAUD/IPSLCM5/R55C/detailed_pack_output/pack_ipsl_%I.e 359 359 #MSUB -n 16 360 #MSUB -c 2 361 #MSUB -x 360 362 #MSUB -T 1500 361 363 #MSUB -A tgcc0013 362 364 #MSUB -q standard 363 #MSUB -Q ostest365 #MSUB -Q test 364 366 ########## batch directives : end ########## 365 367 set +x -
TOOLS/PACK_IPSL/load_batch_directives.sh
r1885 r2023 17 17 18 18 export QosType="test" 19 20 export corePerProc="1" -
TOOLS/PACK_IPSL/parallelPack.sh
r1928 r2023 36 36 # insertion des directives chargees a partir de "load_batch_directives.sh" 37 37 local lineEndMutableDrves=`grep -n "batch directives : end" $batchFile | awk -F":" '{print $1}' ` 38 sed -i "${lineEndMutableDrves}i\#MSUB -Q os$QosType" $batchFile38 sed -i "${lineEndMutableDrves}i\#MSUB -Q $QosType" $batchFile 39 39 sed -i "${lineEndMutableDrves}i\#MSUB -q $queueType" $batchFile 40 40 sed -i "${lineEndMutableDrves}i\#MSUB -A $projectName" $batchFile 41 41 sed -i "${lineEndMutableDrves}i\#MSUB -T $computationTime" $batchFile 42 sed -i "${lineEndMutableDrves}i\#MSUB -x" $batchFile 43 sed -i "${lineEndMutableDrves}i\#MSUB -c $corePerProc" $batchFile 42 44 sed -i "${lineEndMutableDrves}i\#MSUB -n $nbProcs" $batchFile 43 45
Note: See TracChangeset
for help on using the changeset viewer.