Ignore:
Timestamp:
Nov 6, 2008 8:54:02 AM (16 years ago)
Author:
raasch
Message:

updates in dvr routines for new dvr version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r206 r210  
    154154     # 08/08/08 - Marcus - typo removed in lcxt4 branch
    155155     # 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
    157159 
    158160    # VARIABLENVEREINBARUNGEN + DEFAULTWERTE
     
    396398       (C)   restart_run=true; mc="$mc -C";;
    397399       (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'";;
    399401       (F)   job_on_file="-D"; mc="$mc -F";;
    400402       (g)   group_number=$OPTARG; mc="$mc -g$OPTARG";;
     
    405407       (I)   ignore_archive_error=true; mc="$mc -I";;
    406408       (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'";;
    408410       (m)   memory=$OPTARG; mc="$mc -m$OPTARG";;
    409411       (M)   makefile=$OPTARG; mc="$mc -M$OPTARG";;
     
    23202322       then
    23212323          printf "      compiler is called via ssh on \"hicegate\" \n"
    2322           ssh  130.75.4.102  -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 "
    23232325#          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 "
    23242326#          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
     
    29192921#                   export MV2_CPU_MAPPING=0:1:2:3
    29202922#                   mpiexec    ./a.out  $ROPTS
     2923#                   export MPI_LAUNCH_TIMEOUT=360
    29212924                   mpiexec_mpt -np $ii   ./a.out  $ROPTS
    29222925                elif [[ $host = lcxt4 ]]
Note: See TracChangeset for help on using the changeset viewer.