Changeset 4814 for palm/trunk/SCRIPTS/.palm.config.idefix
- Timestamp:
- Dec 9, 2020 1:08:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.idefix
r3455 r4814 6 6 #name of variable value of variable (~ must not be used) 7 7 #------------------------------------------------------------------------------- 8 %base_data ~/palm/current_version/JOBS 9 %base_directory $HOME/palm/current_version 10 %fast_io_catalog /work/<replace_by_your_IDEFIX_username> 11 %local_jobcatalog $HOME/job_logfiles 12 %output_path /work/<replace_by_your_IDEFIX_username>/JOBS/$run_identifier 13 %remote_jobcatalog $HOME/job_logfiles 14 %source_path $HOME/palm/current_version/trunk/SOURCE 15 %user_source_path $base_directory/JOBS/$run_identifier/USER_CODE 16 # 8 %base_directory $HOME/palm/current_version 9 %base_data ~/palm/current_version/JOBS 10 %source_path $HOME/palm/current_version/trunk/SOURCE 11 %user_source_path $base_directory/JOBS/$run_identifier/USER_CODE 12 %fast_io_catalog /work/<replace_by_your_IDEFIX_username> 13 %restart_data_path $fast_io_catalog 14 %output_data_path /work/<replace_by_your_IDEFIX_username>/JOBS/ 15 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 16 %remote_jobcatalog $base_data/$run_identifier/LOG_FILES 17 17 18 %local_ip 130.75.105.239 18 19 %local_username <replace_by_your_IDEFIX_username> 19 20 %defaultqueue workq 20 21 %submit_command /opt/pbspro/default/bin/qsub 21 # 22 22 23 %compiler_name mpif90 23 24 %compiler_name_ser ifort … … 28 29 %hostfile auto 29 30 %module_commands module load intel-compiler/2017.1.132 mvapich2/2.2/intel fftw/3.3.6-pl1/mvapich2-intel hdf5-parallel/1.10.0-patch1/intel netcdf4_hdf5parallel/4411c_443f/intel 30 #31 31 %execute_command mpirun -machinefile hostfile -n {{mpi_tasks}} palm 32 # 33 # 32 34 33 # BATCH-directives to be used for batch jobs. 35 34 BD:#!/bin/bash … … 40 39 BD:#PBS -j oe 41 40 BD:#PBS -q{{queue}} 42 # 41 43 42 # BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host 44 43 BDT:#!/bin/bash … … 49 48 BDT:#PBS -j oe 50 49 BDT:#PBS -q workq 51 # 52 # 50 53 51 #---------------------------------------------------------------------------- 54 # INPUT-commands, executed before running PALM - lines must start with "IC:" 52 # INPUT-commands, executed before running PALM - lines must start with "IC:" 55 53 #---------------------------------------------------------------------------- 56 54 IC:export MV2_ENABLE_AFFINITY=0 … … 58 56 IC:export MV2_CPU_BINDING_POLICY=scatter 59 57 IC:ulimit -s unlimited 60 # 58 61 59 #---------------------------------------------------------------------------- 62 60 # ERROR-commands - executed when program terminates abnormally … … 64 62 EC:[[ \$locat = execution ]] && cat RUN_CONTROL 65 63 EC:[[ \$locat = execution ]] && cat PARTICLE_INFOS/* 66 # 64 67 65 #---------------------------------------------------------------------------- 68 66 # OUTPUT-commands - executed when program terminates normally 69 67 #---------------------------------------------------------------------------- 70 #71 68 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 72 69 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE 73 70 OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE 74 # 71 75 72 # Combine all particle information files 76 73 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO
Note: See TracChangeset
for help on using the changeset viewer.