Ignore:
Timestamp:
Feb 9, 2011 2:25:15 PM (13 years ago)
Author:
raasch
Message:

New:
---

optional exchange of ghost points in synchronous mode via MPI_SENDRCV,
steered by d3par parameter synchronous_exchange
(cpu_statistics, exchange_horiz, modules, parin)

openMP-parallelization of pressure solver (fft-method) for 2d-domain-decomposition
(poisfft, transpose)

Changed:


Errors:


mpt bugfix for netCDF4 usage (mrun)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/mrun

    r678 r683  
    219219     # 02/02/10 - Siggi  - further adjustments on Tsubame and concerning openMP
    220220     #                     usage
     221     # 09/02/10 - Siggi  - mpt bugfix for netCDF4 usage
    221222
    222223
     
    21132114 fi
    21142115
    2115     # bugfix for wrong netcdf module
     2116    # bugfix for wrong netcdf module and for netCDF4 usage in case of mpt
    21162117 if [[ $host = lcsgib  ||  $host = lcsgih ]]
    21172118 then
     
    21192120    then
    21202121       export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/dataformats/netcdf/3.6.3-intel/lib:\$LD_LIBRARY_PATH;"
     2122    fi
     2123    if [[ $(echo $module_calls | grep -c mpt) != 0 ]]
     2124    then
     2125       export module_calls="$module_calls export LD_LIBRARY_PATH=/sw/sgi/mpt/2011-02-07/lib:\$LD_LIBRARY_PATH;"
     2126       echo "*** module_calls = $module_calls"
    21212127    fi
    21222128 fi
     
    33053311                      export MPI_TYPE_DEPTH=20
    33063312                      echo "*** MPI_TYPE_DEPTH=$MPI_TYPE_DEPTH"
     3313                      export MPI_GROUP_MAX=64
     3314                      echo "*** MPI_GROUP_MAX=$MPI_GROUP_MAX"
    33073315                      mpiexec_mpt -np $ii   ./a.out  $ROPTS  < runfile_atmos
    33083316
Note: See TracChangeset for help on using the changeset viewer.