- Timestamp:
- Aug 4, 2008 9:07:43 AM (16 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.mrun.config.default
r181 r182 15 15 # characters of the host identifier should be "lc" (Linux cluster), "ibm" 16 16 # (IBM-AIX), or "nec" (NEC-SX), respectively. 17 %host_identifier service100 lcsgih 18 %host_identifier r1* lcsgih 19 %host_identifier h01* lcsgih 20 %host_identifier r2* lcsgib 21 %host_identifier b01* lcsgib 17 22 %host_identifier bora lcmuk 18 23 %host_identifier cs* nech -
palm/trunk/SCRIPTS/mbuild
r181 r182 1307 1307 then 1308 1308 1309 print ". /usr/share/modules/init/bash; module load mvapich/mvapich-0.9.9-intel; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll1310 # print ". /usr/share/modules/init/bash; module load mvapich2/1.2-intel; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll1309 # print ". /usr/share/modules/init/bash; module load mvapich/mvapich-0.9.9-intel; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll 1310 print ". /usr/share/modules/init/bash; module load mvapich2/1.2rc1-intel; cd ${remote_md}; echo $make_call_string > LAST_MAKE_CALL; chmod u+x LAST_MAKE_CALL; $make_call_string; [[ \$? != 0 ]] && echo MAKE_ERROR" | ssh ${remote_username}@${remote_addres} 2>&1 | tee ${remote_host}_last_make_protokoll 1311 1311 1312 1312 elif [[ $remote_host = lctit ]] -
palm/trunk/SCRIPTS/mrun
r181 r182 2249 2249 locat=compile 2250 2250 2251 # WORKAROUND: REMOVE IF LATER, BUT KEEP THE EXIT!2251 # WORKAROUND: REMOVE IF CONSTRUCT LATER, BUT KEEP THE EXIT! 2252 2252 if [[ $localhost != lcsgib && $localhost != lcsgih ]] 2253 2253 then 2254 2254 exit 2255 else 2256 locat=normal 2255 2257 fi 2256 2258 else … … 2799 2801 ulimit -s 30000 2800 2802 ulimit -a 2801 mpirun_rsh -hostfile $PBS_NODEFILE -np $ii OMP_NUM_THREADS=$OMP_NUM_THREADS palm $ROPTS2802 #export MV2_NUM_PORTS=22803 # mpirun_rsh -hostfile $PBS_NODEFILE -np $ii OMP_NUM_THREADS=$OMP_NUM_THREADS palm $ROPTS 2804 export MV2_NUM_PORTS=2 2803 2805 # export MV2_CPU_MAPPING=0:1:2:3 2804 #mpiexec ./palm $ROPTS2806 mpiexec ./palm $ROPTS 2805 2807 elif [[ $host = lcxt4 ]] 2806 2808 then -
palm/trunk/SCRIPTS/subjob
r181 r182 685 685 686 686 . /usr/share/modules/init/bash 687 module load mvapich/mvapich-0.9.9-intel688 # module load mvapich2/1.2-intel687 # module load mvapich/mvapich-0.9.9-intel 688 module load mvapich2/1.2rc1-intel 689 689 module load netcdf 690 690 export LD_LIBRARY_PATH=/sw/intel/cce/10.1.015/lib:/sw/intel/fce/10.1.015/lib:/sw/dataformats/netcdf/3.6.2/lib:\$LD_LIBRARY_PATH
Note: See TracChangeset
for help on using the changeset viewer.