Ignore:
Timestamp:
May 20, 2009 5:52:40 AM (15 years ago)
Author:
raasch
Message:

adjustments for lcsgih and ibmh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r312 r325  
    24082408       elif [[ $localhost = ibmh ]]
    24092409       then
    2410           printf "      compiler is called via ssh on \"blizzard\" \n"
    2411           ssh  136.172.40.15  -l $usern  "cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
     2410          printf "      compiler is called via ssh on \"plogin1\" \n"
     2411          ssh  plogin1  -l $usern  "export PATH=/sw/ibm/xlf/12.1.0.3/usr/bin:$PATH; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
    24122412          [[ ! -f a.out ]]  &&  compile_error=true
    24132413          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
     
    31263126#                      export MV2_NUM_PORTS=2
    31273127#                      export MV2_CPU_MAPPING=0:1:2:3
    3128                       mpiexec    ./a.out  $ROPTS  < runfile_atmos
     3128                      mpiexec -np $ii  ./a.out  $ROPTS  < runfile_atmos
    31293129                   fi
    31303130                elif [[ $host = lcxt4 ]]
     
    34033403                   cst="/"
    34043404                fi
    3405                 if [[ $localhost = ibmh  ||  $localhost = ibmb  ||  $localhost = nech ]]
     3405                if [[ $localhost = ibmb  ||  $localhost = nech ]]
    34063406                then
    34073407
Note: See TracChangeset for help on using the changeset viewer.