Changeset 325


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

adjustments for lcsgih and ibmh

Location:
palm/trunk/SCRIPTS
Files:
2 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
  • palm/trunk/SCRIPTS/subjob

    r312 r325  
    9898     # 16/04/09 - Marcus- Adjustments for lcsgib and lcsgih
    9999     # 21/04/09 - Siggi - adjustments for new IBM at DKRZ, which is now ibmh
     100     # 18/05/09 - Siggi - Settings for serial jobs on lcsgi changed
    100101
    101102
     
    363364                 esac;;
    364365        (lcsgib|lcsgih)   case  $ndq  in
    365                      (testq|smallq|bigq)                     error=false;;
     366                     (testq|serialq|smallq|bigq)             error=false;;
    366367                     (*)                                     error=true;;
    367368                 esac;;
     
    909910       then
    910911          return_queue=serial
     912       elif [[ $remote_host = lcsgih  ||  $remote_host = lcsgib ]]
     913       then
     914          return_queue = serialq
    911915       elif [[ $remote_host = lctit ]]
    912916       then
     
    974978          echo "#!/bin/bash"                             >>  $job_to_send
    975979          echo "#PBS -N job_protocol_transfer"           >>  $job_to_send
    976           echo "#PBS -l walltime=00:02:00"               >>  $job_to_send
     980          echo "#PBS -l walltime=00:30:00"               >>  $job_to_send
    977981          echo "#PBS -l nodes=1:ppn=1"                   >>  $job_to_send
    978982          echo "#PBS -l feature=xe"                      >>  $job_to_send
Note: See TracChangeset for help on using the changeset viewer.