Ignore:
Timestamp:
Aug 26, 2009 1:09:02 PM (15 years ago)
Author:
letzel
Message:
  • caurus admitted; optional qos feature hiprio on lcsgi (subjob)
  • adjustment for ice2 on lcsgib (mrun)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r369 r372  
    189189     # 25/08/09 - BjornM - adpated for lck
    190190     # 26/08/09 - Siggi  - additional environment variables for mpt on ice2
     191     # 26/08/09 - Marcus - adjustment for ice2 on lcsgib
    191192
    192193 
     
    24222423       then
    24232424          printf "      compiler is called via ssh on \"bicegate\" using module \"$mpilib\" \n"
    2424           ssh  130.73.232.103  -l $usern  ". /usr/share/modules/init/bash; module load $mpilib; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
     2425          ssh  130.73.232.103  -l $usern  ". /usr/share/modules/init/bash; module load ifort/11.0.069; module load $mpilib; cd $TEMPDIR; make -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
    24252426          [[ ! -f a.out ]]  &&  compile_error=true
    24262427          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
Note: See TracChangeset for help on using the changeset viewer.