Changeset 376 for palm/trunk/SCRIPTS
- Timestamp:
- Sep 3, 2009 10:12:29 AM (15 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r374 r376 3178 3178 then 3179 3179 export MV2_NUM_PORTS=2 3180 export MV2_CPU_MAPPING=0,1,4,5,2,3,6,7 3180 # The default setting of MV2_CPU_MAPPING gives best results 3181 # export MV2_CPU_MAPPING=0,1,4,5,2,3,6,7 3181 3182 mpiexec -np $ii ./a.out $ROPTS < runfile_atmos 3182 3183 fi -
palm/trunk/SCRIPTS/subjob
r374 r376 105 105 # 25/08/09 - BjornM- adapted for lck 106 106 # 26/08/09 - Marcus- caurus admitted; optional qos feature hiprio on lcsgi 107 # 03/09/09 - Siggi - PBS sgi feature directive only used if explicitly 108 # set in the config file by the user 107 109 108 110 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 744 746 then 745 747 748 if [[ "$sgi_feature" != "" ]] 749 then 750 feature_directive="#PBS -l feature=$sgi_feature" 751 else 752 feature_directive="" 753 fi 754 746 755 if [[ $queue = testq || $queue = workq ]] 747 756 then … … 765 774 #PBS -l walltime=$timestring 766 775 #PBS -l nodes=$nodes:ppn=${tasks_per_node} 767 #PBS -l feature=$sgi_feature768 776 #PBS -l naccesspolicy=$node_usage 769 777 #PBS -o $remote_dayfile 770 778 #PBS -j oe 779 $feature_directive 771 780 $queue_directive 772 781 $email_directive
Note: See TracChangeset
for help on using the changeset viewer.