Changeset 3163
- Timestamp:
- Jul 23, 2018 3:45:16 PM (6 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.eddy_gfort
r3151 r3163 22 22 %cpp_options -DMPI_REAL=MPI_DOUBLE_PRECISION -DMPI_2REAL=MPI_2DOUBLE_PRECISION -D__lc -D__netcdf -D__netcdf4 -D__parallel 23 23 %make_options -j 4 24 %compiler_options -O fast-mtune=native -march=native -cpp -fconvert=little-endian -I/cm/shared/uniol/software/netCDF-Fortran/4.4.4-goolf-5.2.01/include25 %linker_options -O fast-mtune=native -march=native -cpp -lnetcdff -lnetcdf24 %compiler_options -O3 -mtune=native -march=native -cpp -fconvert=little-endian -I/cm/shared/uniol/software/netCDF-Fortran/4.4.4-goolf-5.2.01/include 25 %linker_options -O3 -mtune=native -march=native -cpp -lnetcdff -lnetcdf 26 26 %execute_command mpirun -n {{mpi_tasks}} palm 27 27 %execute_command_for_combine mpirun -n 1 -N 1 ./combine_plot_fields.x … … 46 46 # INPUT-commands, executed before running PALM - lines must start with "IC:" 47 47 #---------------------------------------------------------------------------- 48 IC:export ATP_ENABLED=1 49 IC:export MPICH_GNI_BTE_MULTI_CHANNEL=disabled 48 50 IC:ulimit -s unlimited 49 51 #
Note: See TracChangeset
for help on using the changeset viewer.