Ignore:
Timestamp:
Sep 13, 2010 1:48:16 PM (14 years ago)
Author:
raasch
Message:

bugfixes for wrong netcdf/3.6.3 module, last revision 561, and setting of MPI_TYPE_DEPTH for netCDF4/HDF5 with mpt -library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r555 r562  
    21202120
    21212121    # bugfix for wrong netcdf module
    2122  if [[ $remote_host = lcsgib  ||  $remote_host = lcsgih ]]
     2122 if [[ $host = lcsgib  ||  $host = lcsgih ]]
    21232123 then
    21242124    if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]]
    21252125    then
    2126        module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"
     2126       export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"
    21272127    fi
    21282128 fi
     
    32993299                      export MPI_CONNECTIONS_THRESHOLD=8192
    33003300                      echo "*** MPI_DSM_CPULIST=$MPI_DSM_CPULIST"
     3301                      export MPI_TYPE_DEPTH=20
     3302                      echo "*** MPI_TYPE_DEPTH=$MPI_TYPE_DEPTH"
    33013303                      mpiexec_mpt -np $ii   ./a.out  $ROPTS  < runfile_atmos
    33023304
Note: See TracChangeset for help on using the changeset viewer.