Changeset 210 for palm/trunk/SCRIPTS/mrun
- Timestamp:
- Nov 6, 2008 8:54:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r206 r210 154 154 # 08/08/08 - Marcus - typo removed in lcxt4 branch 155 155 # 17/09/08 - Siggi - restart mechanism adjusted for lcsgi 156 # 02/10/09 - BjornM - argument "-Y" modified, adjustments for coupled runs 156 # 02/10/08 - BjornM - argument "-Y" modified, adjustments for coupled runs 157 # 21/10/08 - Siggi - bugfix for the case that -K has more than one 158 # argument 157 159 158 160 # VARIABLENVEREINBARUNGEN + DEFAULTWERTE … … 396 398 (C) restart_run=true; mc="$mc -C";; 397 399 (d) fname=$OPTARG; mc="$mc -d$OPTARG";; 398 (D) cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D $OPTARG";;400 (D) cpp_opts="$cpp_opts $OPTARG"; mc="$mc -D'$OPTARG'";; 399 401 (F) job_on_file="-D"; mc="$mc -F";; 400 402 (g) group_number=$OPTARG; mc="$mc -g$OPTARG";; … … 405 407 (I) ignore_archive_error=true; mc="$mc -I";; 406 408 (k) keep_data_from_previous_run=true; mc="$mc -k";; 407 (K) additional_conditions="$OPTARG"; mc="$mc -K $OPTARG";;409 (K) additional_conditions="$OPTARG"; mc="$mc -K'$OPTARG'";; 408 410 (m) memory=$OPTARG; mc="$mc -m$OPTARG";; 409 411 (M) makefile=$OPTARG; mc="$mc -M$OPTARG";; … … 2320 2322 then 2321 2323 printf " compiler is called via ssh on \"hicegate\" \n" 2322 ssh 130.75.4.10 2-l $usern ". /usr/share/modules/init/bash; module load mpt; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" 2>&1 "2324 ssh 130.75.4.103 -l $usern ". /usr/share/modules/init/bash; module load mpt; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" 2>&1 " 2323 2325 # ssh 130.75.4.102 -l $usern ". /usr/share/modules/init/bash; module load mvapich2; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" 2>&1 " 2324 2326 # print ". /usr/share/modules/init/bash; module load mpt; cd $TEMPDIR; make -f Makefile PROG=a.out F90=$compiler_name COPT=\"$cpp_options\" F90FLAGS=\"$fopts\" LDFLAGS=\"$lopts\" " | ssh ${usern}@130.75.4.102 2>&1 … … 2919 2921 # export MV2_CPU_MAPPING=0:1:2:3 2920 2922 # mpiexec ./a.out $ROPTS 2923 # export MPI_LAUNCH_TIMEOUT=360 2921 2924 mpiexec_mpt -np $ii ./a.out $ROPTS 2922 2925 elif [[ $host = lcxt4 ]]
Note: See TracChangeset
for help on using the changeset viewer.