Ignore:
Timestamp:
Apr 6, 2011 3:01:42 PM (13 years ago)
Author:
maronga
Message:

Bugfix in MRUN for runs with mpt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r718 r721  
    221221     # 09/03/10 - Siggi  - adjustments for ibmkisti, mpt bugfix for netCDF4
    222222     #                     usage, totalview usage extended
    223      # 17/03/11 - Siggi -  adjustments for openmp usage on ibmkisti
    224      # 03/04/11 - Micha -  added lckordi
     223     # 17/03/11 - Siggi  - adjustments for openmp usage on ibmkisti
     224     # 03/04/11 - Micha  - added lckordi
     225     # 06/04/11 - BjornM - bugfix for runs with mpt on lcsgi
    225226
    226227
     
    21282129       export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"
    21292130    fi
    2130     if [[ $(echo $module_calls | grep -c mpt) != 0 ]]
    2131     then
    2132        export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/sgi/mpt/2011-02-07/lib:\$LD_LIBRARY_PATH;"
    2133        echo "*** module_calls = $module_calls"
    2134     fi
     2131#     if [[ $(echo $module_calls | grep -c mpt) != 0 ]]
     2132#     then
     2133#        export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/sgi/mpt/2011-02-07/lib:\$LD_LIBRARY_PATH;"
     2134#        echo "*** module_calls = $module_calls"
     2135#     fi
    21352136 fi
    21362137
     
    25462547       elif [[ $localhost = lcsgih ]]
    25472548       then
    2548           printf "      compiler is called via ssh on \"hicegate0\" \n"
    2549           ssh  hicegate0    -l $usern  ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
     2549          printf "      compiler is called via ssh on \"hicegate1\" \n"
     2550          ssh  hicegate1    -l $usern  ". /usr/share/modules/init/bash; $module_calls cd $TEMPDIR; make $mopts -f Makefile PROG=a.out  F90=$compiler_name  COPT=\"$cpp_options\"  F90FLAGS=\"$fopts\"  LDFLAGS=\"$lopts\" 2>&1 "
    25502551          [[ ! -f a.out ]]  &&  compile_error=true
    25512552          continue   # ANDERENFALLS IST STATUS=1, FALLS A.OUT VORHANDEN
Note: See TracChangeset for help on using the changeset viewer.