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/mbuild

    r555 r562  
    11961196          then
    11971197             module_calls="module load ${modules};"
     1198
     1199                # bugfix for wrong netcdf module
     1200             if [[ $remote_host = lcsgib  ||  $remote_host = lcsgih ]]
     1201             then
     1202                if [[ $(echo $module_calls | grep -c netcdf/3.6.3-intel) != 0 ]]
     1203                then
     1204                   module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"
     1205                fi
     1206             fi
    11981207          else
    11991208             module_calls=""
Note: See TracChangeset for help on using the changeset viewer.