Changeset 1151 for palm/trunk


Ignore:
Timestamp:
May 7, 2013 2:01:45 PM (11 years ago)
Author:
witha
Message:

updated .mrun.config.forwind

File:
1 edited

Legend:

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

    r1099 r1151  
    55%mainprog          palm.f90
    66%base_directory    $HOME/palm/current_version
    7 %base_data         ~/palm/current_version/jobs
     7%base_data         ~/palm/current_version/JOBS
    88################################################################################
    99# Replace <<REPLACE BY YOUR USERNAME> by your username on FLOW. Replace "/fw/"
     
    1212%output_data       /data/work/fw/<REPLACE BY YOUR USERNAME>/palm/current_version/JOBS
    1313%source_path       $base_directory/trunk/SOURCE
    14 %add_source_path   $base_directory/user_code/$fname
    15 %depository_path   $base_directory/make_depository
     14%add_source_path   $base_directory/USER_CODE/$fname
     15%depository_path   $base_directory/MAKE_DEPOSITORY
    1616%use_makefile      true
    1717#
     
    4040#         openmpi-common, libopenmpi-dev, libopenmpi, libnetcdf, libnetcdf-dev,
    4141#         gcc
     42#       - depending on where you installed netcdf, you may have to adjust the paths
     43#         given in %netcdf_inc and %netcdf_lib
    4244#
    4345################################################################################
     
    4850%compiler_name_ser gfortran                                                  lcfor parallel
    4951%cpp_options       -DMPI_REAL=MPI_DOUBLE_PRECISION:-DMPI_2REAL=MPI_2DOUBLE_PRECISION:-D__lc:-D__netcdf:-D__netcdf4:-D__parallel  lcfor parallel
    50 %netcdf_inc        -I/opt/netcdf/4.2.1.1/include                             lcfor parallel
    51 %netcdf_lib        -lnetcdff:-lnetcdf                                        lcfor parallel
     52%netcdf_inc        -I/usr/include                                            lcfor parallel
     53%netcdf_lib        -L/usr/lib:-lnetcdff:-lnetcdf                             lcfor parallel
    5254%mopts             -j:4                                                      lcfor parallel
    5355%fopts             -Ofast:-IPA:-mtune=native:-march=native:-cpp:-fdefault-real-8:-fbackslash:-fconvert=little-endian   lcfor parallel
     
    7476%fopts             -xhost:-O3:-fpp:-r8:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-sqrt:-ip:-nbs:-convert:little_endian:-static-intel   lcflow parallel
    7577%lopts             -xhost:-O3:-fpp:-r8:-align:all:-ftz:-fno-alias:-no-scalar-rep:-no-prec-sqrt:-ip:-nbs:-static-intel:-Wl,-rpath:/cm/shared/apps/intel/ics-2011.0.013/composerxe-2011.0.084/compiler/lib/intel64          lcflow parallel
    76 %login_init_cmd    .:/cm/local/apps/environment-modules/3.2.6/Modules/3.2.6/init/bash\;:MODULEPATH=/cm/shared/modulefiles/                     lcflow parallel
     78%login_init_cmd    .:/etc/bashrc                     lcflow parallel
    7779%modules           sge/6.2u5p2:netcdf/4.2.1.1/intel/64/2011.0.013:netcdf-fortran/4.2/intel/64/2011.0.013:intel/ics/64/2011.0.013:intel/impi/64/4.0.1.007:hdf5/1.8.9/intel/64/2011.0.013:qt4     lcflow parallel
    7880%disc_space        50                                                                                                            lcflow parallel
Note: See TracChangeset for help on using the changeset viewer.