Changeset 750 for palm/trunk


Ignore:
Timestamp:
Aug 22, 2011 11:19:49 AM (13 years ago)
Author:
suehring
Message:

Changed netcdf version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.mrun.config.imuk_hlrn

    r734 r750  
    33#----------------------------------------------------------------------------
    44%mainprog          palm.f90
    5 %base_directory    $HOME/palm/current_version
    6 %base_data         ~/palm/current_version/JOBS
     5%base_directory    $HOME/palm/seminar_version
     6%base_data         ~/palm/seminar_version/JOBS
    77%source_path       $base_directory/trunk/SOURCE
    88%add_source_path   $base_directory/USER_CODE/$fname
     
    2525# and for generating and running the PALM executable using MPI. Replace all
    2626# required paths (given in <>) by the respective paths valid on your host.
    27 # Please adjust compilernames, cpp-options, compiler-options etc. 
     27# Please adjust compilernames, cpp-options, compiler-options etc.
    2828# appropriately for your own system(s), and please delete or comment out
    2929# blocks for unused systems.
     
    3333# e.g. bora, may require different settings.
    3434#
    35 #%remote_username   <replace by your IMUK username>              lcmuk parallel
    36 #%tmp_user_catalog  /localdata/<replace by your IMUK username>   lcmuk parallel
     35#%remote_username   <replace by your IMUK username>               lcmuk parallel
     36#%tmp_user_catalog  /home/<replace by your IMUK username>/palm/tmp/  lcmuk parallel
    3737%compiler_name     mpif90                                        lcmuk parallel
    3838%compiler_name_ser ifort                                         lcmuk parallel
     
    4646#
    4747#
    48 %sgi_feature       ice2                                       lcsgih parallel
    49 %modules           intel.compiler:mpt:phdf5/1.8.5-mpt-intel-11.1:pnetcdf/4.1.1-mpt-intel-11.1  lcsgih parallel
     48%sgi_feature        ice2                                       lcsgih parallel
     49%modules            intel.compiler/11.1.072:mpt:netcdf/3.6.3-intel   lcsgih parallel
    5050#%remote_username    <replace by your HLRN username>          lcsgih parallel
    51 %compiler_name     ifort                                      lcsgih parallel
    52 %compiler_name_ser ifort                                      lcsgih parallel
    53 %cpp_options       -DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf:-D__netcdf4:-D__mpi2   lcsgih parallel
    54 %netcdf_inc        -I:/sw/dataformats/pnetcdf/netcdf-4.1.1-mpt-intel-11.1/include:-I:/sw/dataformats/phdf5/hdf5-1.8.5-mpt-intel-11.1/include    lcsgih parallel
    55 %netcdf_lib        -L/sw/dataformats/pnetcdf/netcdf-4.1.1-mpt-intel-11.1/lib:-lnetcdf:-lnetcdff:-L/sw/dataformats/phdf5/hdf5-1.8.5-mpt-intel-11.1/lib:-lhdf5:-lhdf5_hl:-lz      lcsgih parallel
    56 %mopts             -j:4                                       lcsgih parallel
    57 %fopts             -openmp:-xS:-fpe0:-O3:-cpp:-r8:-fp-model:precise:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian  lcsgih parallel
    58 %lopts             -openmp:-xS:-fpe0:-O3:-cpp:-r8:-fp-model:precise:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib:-lmpi           lcsgih parallel
    59 %memory            1500                                       lcsgih parallel
    60 #%tmp_data_catalog  /gfs2/work/<replace by your HLRN username>/palm_restart_data      lcsgih parallel
    61 #%tmp_user_catalog  /gfs2/tmp/<replace by your HLRN username>                         lcsgih parallel
     51%compiler_name      ifort                                     lcsgih parallel
     52%compiler_name_ser  ifort                                      lcsgih parallel
     53%cpp_options        -DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__netcdf  lcsgih parallel
     54%netcdf_inc         -I:/sw/dataformats/netcdf/3.6.3-intel/include                    lcsgih parallel
     55%netcdf_lib         -L/sw/dataformats/netcdf/3.6.3-intel/lib:-lnetcdf:-lnetcdff      lcsgih parallel
     56%mopts              -j:4                                       lcsgih parallel
     57%fopts              -openmp:-xS:-fpe0:-O3:-cpp:-r8:-fp-model:precise:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-convert:little_endian  lcsgih parallel
     58%lopts              -openmp:-xS:-fpe0:-O3:-cpp:-r8:-fp-model:precise:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-div:-no-prec-sqrt:-ip:-nbs:-Vaxlib:-lmpi           lcsgih parallel
     59%memory             1500                                       lcsgih parallel
     60#%tmp_data_catalog   /gfs2/work/<replace by your HLRN username>/palm_restart_data      lcsgih parallel
     61#%tmp_user_catalog   /gfs2/tmp/<replace by your HLRN username>                         lcsgih parallel
     62#
    6263#
    6364#
     
    6566#
    6667#----------------------------------------------------------------------------
    67 # INPUT-commands, executed before running PALM - lines must start with "IC:" 
     68# INPUT-commands, executed before running PALM - lines must start with "IC:"
    6869#----------------------------------------------------------------------------
    6970#IC:
     
    132133DATA_PRT_NETCDF      out:loc:pe   prt#:prtf $base_data/$fname/OUTPUT  _prt    nc
    133134DATA_PRT_NETCDF      out:loc:trpe prt#:prtf $base_data/$fname/OUTPUT  _prt    nc
    134 DATA_DVR             out:loc:trpe dvr       $base_data/$fname/OUTPUT  _dvr 
     135DATA_DVR             out:loc:trpe dvr       $base_data/$fname/OUTPUT  _dvr
    135136#
    136137DVRP_LOG          out:loc:tr   dv#       $base_data/$fname/MONITORING  _dvrp_log
Note: See TracChangeset for help on using the changeset viewer.