Changeset 196 for palm/trunk/SCRIPTS
- Timestamp:
- Sep 9, 2008 11:34:21 AM (16 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mbuild
r191 r196 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_protokoll 1310 print ". /usr/share/modules/init/bash; module load mvapich2; 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 1309 print ". /usr/share/modules/init/bash; module load mpt; 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 # print ". /usr/share/modules/init/bash; module load mvapich2; 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 1312 1312 1313 elif [[ $remote_host = lctit ]] -
palm/trunk/SCRIPTS/mrun
r193 r196 2840 2840 then 2841 2841 ulimit -s 30000 # A too large stack size causes problems 2842 export MV2_NUM_PORTS=22842 # export MV2_NUM_PORTS=2 2843 2843 # export MV2_CPU_MAPPING=0:1:2:3 2844 mpiexec ./palm $ROPTS 2844 # mpiexec ./palm $ROPTS 2845 mpiexec_mpt -np $ii ./palm $ROPTS 2845 2846 elif [[ $host = lcxt4 ]] 2846 2847 then -
palm/trunk/SCRIPTS/subjob
r191 r196 160 160 (breg*-en0|berni*-en0) local_addres=130.73.230.10; local_host=ibmb;; 161 161 (breva) local_addres=130.75.105.98; local_host=lcmuk;; 162 (b01*) local_addres=130.73.232.102; local_host=lcsgi h;;162 (b01*) local_addres=130.73.232.102; local_host=lcsgib;; 163 163 (compute-*.local) local_addres=172.20.4.2; local_host=lcfimm;; 164 164 (cs*) local_addres=136.172.44.131; local_host=nech;; … … 186 186 (sun1|sun2) local_addres=130.75.6.1; local_host=unics;; 187 187 (r1*) local_addres=130.75.4.102; local_host=lcsgih;; 188 (r2*) local_addres=130.73.232.102; local_host=lcsgi h;;188 (r2*) local_addres=130.73.232.102; local_host=lcsgib;; 189 189 (tgg*) local_addres=172.17.75.161; local_host=lctit;; 190 190 (vorias) local_addres=172.20.25.43; local_host=lcmuk;; … … 312 312 (ibmy) queue=parallel; remote_addres=165.132.26.58; submcom=/usr/lpp/LoadL/full/bin/llsubmit;; 313 313 (lcfimm) remote_addres=172.20.4.2; submcom=/opt/torque/bin/qsub;; 314 (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/ torque/bin/qsub;;314 (lcsgib) queue=smallq; remote_addres=130.73.232.102; submcom=/opt/moab/bin/msub;; 315 315 (lcsgih) queue=smallq; remote_addres=130.75.4.102; submcom=/opt/moab/bin/msub;; 316 316 (lctit) queue=lctit; remote_addres=172.17.75.161; submcom=/n1ge/TITECH_GRID/tools/bin/n1ge;; … … 697 697 698 698 . /usr/share/modules/init/bash 699 # module load mvapich/mvapich-0.9.9-intel 700 module load mvapich2 699 module load mpt 700 # module load mvapich2/1.2rc1-intel 701 # module load mvapich2 701 702 module load netcdf 702 703 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.