Changeset 858 for palm/trunk


Ignore:
Timestamp:
Mar 21, 2012 3:45:08 PM (12 years ago)
Author:
suehring
Message:

default compiler on ibmh changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r848 r858  
    253253     # 09/03/12 - Siggi  - -T option not obligatory for lcflow
    254254     # 12/03/12 - Siggi  - tasks_per_node divisor check not for lcflow
     255     # 21/03/12 - Matthias - default compiler on ibmh changed
    255256
    256257
     
    28822883       then
    28832884          printf "      compiler is called via ssh on \"plogin1\" \n"
    2884           ssh  plogin1  -l $usern  "export PATH=/sw/ibm/xlf/12.1.0.3/usr/bin:$PATH; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
     2885          ssh  plogin1  -l $usern  "export PATH=/sw/ibm/xlf/13.1.0.8/usr/bin:$PATH; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" "
    28852886          [[ ! -f a.out ]]  &&  compile_error=true
    28862887          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
Note: See TracChangeset for help on using the changeset viewer.