source: palm/trunk/SCRIPTS/.palm.config.imuk @ 2411

Last change on this file since 2411 was 2411, checked in by raasch, 7 years ago

new config file for imuk added

  • Property svn:keywords set to Id
File size: 2.5 KB
Line 
1#$Id: .palm.config.imuk 2411 2017-09-06 08:28:02Z raasch $
2#column 1          column 2
3#name of variable  value of variable (~ must not be used)
4#----------------------------------------------------------------------------
5%base_directory    $HOME/palm/current_version
6%base_data         ~/palm/current_version/JOBS
7%source_path       $HOME/palm/current_version/trunk/SOURCE
8%user_source_path  $base_directory/JOBS/$fname/USER_CODE
9#
10%local_ip            130.75.105.103
11%local_username      raasch
12%local_hostname      bora_imuk
13%fast_io_catalog     /localdata/raasch
14%compiler_name       mpif90
15%compiler_name_ser   ifort
16%cpp_options         -cpp -D__parallel -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__fftw -D__netcdf
17%make_options        -j 4
18%compiler_options    -openmp -fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -nbs -I /muksoft/packages/fftw/3.3.4/include -L/muksoft/packages/fftw/3.3.4/lib64 -lfftw3 -I /muksoft/packages/netcdf/4_intel/include -L/muksoft/packages/netcdf/4_intel/lib -lnetcdf -lnetcdff
19%linker_options      -openmp -fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -nbs -I /muksoft/packages/fftw/3.3.4/include -L/muksoft/packages/fftw/3.3.4/lib64 -lfftw3 -I /muksoft/packages/netcdf/4_intel/include -L/muksoft/packages/netcdf/4_intel/lib -lnetcdf -lnetcdff
20%hostfile            auto
21%execute_command     mpiexec  -machinefile hostfile  -n {{MPI_TASKS}}  palm
22#
23#----------------------------------------------------------------------------
24# INPUT-commands, executed before running PALM - lines must start with "IC:"
25#----------------------------------------------------------------------------
26#IC:
27#
28#----------------------------------------------------------------------------
29# ERROR-commands - executed when program terminates abnormally
30#----------------------------------------------------------------------------
31EC:[[ \$locat = execution ]]  &&  cat  RUN_CONTROL
32EC:[[ \$locat = execution ]]  &&  cat  PARTICLE_INFOS/*
33#
34#----------------------------------------------------------------------------
35# OUTPUT-commands - executed when program terminates normally
36#----------------------------------------------------------------------------
37#
38# Combine 1D- and 3D-profile output (these files are not usable for plotting)
39OC:[[ -f LIST_PROFIL_1D     ]]  &&  cat  LIST_PROFIL_1D  >>  LIST_PROFILE
40OC:[[ -f LIST_PROFIL        ]]  &&  cat  LIST_PROFIL     >>  LIST_PROFILE
41#
42# Combine all particle information files
43OC:[[ -f PARTICLE_INFOS/_0000 ]]  &&  cat  PARTICLE_INFOS/* >> PARTICLE_INFO
Note: See TracBrowser for help on using the repository browser.