- Timestamp:
- Dec 9, 2020 1:08:08 PM (4 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.atosb
r4809 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_directory $HOME/palm/current_version 5 6 %base_data $HOME/palm/current_version/JOBS 6 %base_directory $HOME/palm/current_version7 7 %source_path $HOME/palm/current_version/trunk/SOURCE 8 %user_source_path $base_d irectory/JOBS/$run_identifier/USER_CODE8 %user_source_path $base_data/$run_identifier/USER_CODE 9 9 %fast_io_catalog /scratch/usr/<replace_by_your_HLRN_username> 10 %local_jobcatalog /home/<replace_by_your_local_username>/job_logfiles 11 %remote_jobcatalog /home/<replace_by_your_HLRN_username>/job_logfiles 10 %restart_data_path $fast_io_catalog 11 %output_data_path $base_data 12 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 13 %remote_jobcatalog $base_data/$run_identifier/LOG_FILES 12 14 13 15 %local_ip <replace by IP of your local computer> 14 16 %local_username <replace_by_your_local_username> 15 %remote_ip 130.7 5.105.10317 %remote_ip 130.73.234.1 16 18 %remote_loginnode blogin1 17 19 %remote_username <replace_by_your_HLRN_username> 18 20 %ssh_key id_rsa_hlrn 19 21 %defaultqueue standard96:test 22 %project_account <replace_by_your_default_HLRN_project_account> 20 23 %submit_command /cm/shared/apps/slurm/current/bin/sbatch 21 24 … … 33 36 # BATCH-directives to be used for batch jobs. If $-characters are required, hide them with 3 backslashes 34 37 BD:#!/bin/bash 38 #BD:#SBATCH --dependency=afterany:{{previous_job}} 39 BD:#SBATCH -A {{project_account}} 35 40 BD:#SBATCH --job-name={{run_id}} 36 41 BD:#SBATCH --time={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} … … 41 46 BD:#SBATCH --output={{job_protocol_file}} 42 47 BD:#SBATCH --error={{job_protocol_file}} 48 #BD:#SBATCH --mail-type=ALL 49 #BD:#SBATCH --mail-user=<replace_by_your_email_address> 43 50 44 51 # BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host 45 52 BDT:#!/bin/bash 53 BDT:#SBATCH -A {{project_account}} 46 54 BDT:#SBATCH --job-name=job_transfer 47 55 BDT:#SBATCH --time=00:30:00 … … 74 82 # OUTPUT-commands - executed when program terminates normally 75 83 #---------------------------------------------------------------------------- 76 77 84 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 78 85 #OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE -
palm/trunk/SCRIPTS/.palm.config.atosb_debug
r4809 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_directory $HOME/palm/current_version 5 6 %base_data $HOME/palm/current_version/JOBS 6 %base_directory $HOME/palm/current_version7 7 %source_path $HOME/palm/current_version/trunk/SOURCE 8 %user_source_path $base_d irectory/JOBS/$run_identifier/USER_CODE8 %user_source_path $base_data/$run_identifier/USER_CODE 9 9 %fast_io_catalog /scratch/usr/<replace_by_your_HLRN_username> 10 %local_jobcatalog /home/<replace_by_your_local_username>/job_logfiles 11 %remote_jobcatalog /home/<replace_by_your_HLRN_username>/job_logfiles 10 %restart_data_path $fast_io_catalog 11 %output_data_path $base_data 12 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 13 %remote_jobcatalog $base_data/$run_identifier/LOG_FILES 12 14 13 15 %local_ip <replace by IP of your local computer> 14 16 %local_username <replace_by_your_local_username> 15 %remote_ip 130.7 5.105.10317 %remote_ip 130.73.234.1 16 18 %remote_loginnode blogin1 17 19 %remote_username <replace_by_your_HLRN_username> 18 20 %ssh_key id_rsa_hlrn 19 21 %defaultqueue standard96:test 22 %project_account <replace_by_your_default_HLRN_project_account> 20 23 %submit_command /cm/shared/apps/slurm/current/bin/sbatch 21 24 … … 33 36 # BATCH-directives to be used for batch jobs. If $-characters are required, hide them with 3 backslashes 34 37 BD:#!/bin/bash 38 #BD:#SBATCH --dependency=afterany:{{previous_job}} 39 BD:#SBATCH -A {{project_account}} 35 40 BD:#SBATCH --job-name={{run_id}} 36 41 BD:#SBATCH --time={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} … … 41 46 BD:#SBATCH --output={{job_protocol_file}} 42 47 BD:#SBATCH --error={{job_protocol_file}} 48 #BD:#SBATCH --mail-type=ALL 49 #BD:#SBATCH --mail-user=<replace_by_your_email_address> 43 50 44 51 # BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host 45 52 BDT:#!/bin/bash 53 BDT:#SBATCH -A {{project_account}} 46 54 BDT:#SBATCH --job-name=job_transfer 47 55 BDT:#SBATCH --time=00:30:00 … … 74 82 # OUTPUT-commands - executed when program terminates normally 75 83 #---------------------------------------------------------------------------- 76 77 84 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 78 85 #OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE -
palm/trunk/SCRIPTS/.palm.config.atosg
r4798 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_directory $HOME/palm/current_version 5 6 %base_data $HOME/palm/current_version/JOBS 6 %base_directory $HOME/palm/current_version7 7 %source_path $HOME/palm/current_version/trunk/SOURCE 8 %user_source_path $base_d irectory/JOBS/$run_identifier/USER_CODE8 %user_source_path $base_data/$run_identifier/USER_CODE 9 9 %fast_io_catalog /scratch/usr/<replace_by_your_HLRN_username> 10 %local_jobcatalog /home/<replace_by_your_local_username>/job_logfiles 11 %remote_jobcatalog /home/<replace_by_your_HLRN_username>/job_logfiles 12 # 10 %restart_data_path $fast_io_catalog 11 %output_data_path $base_data 12 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 13 %remote_jobcatalog $base_data/$run_identifier/LOG_FILES 14 13 15 %local_ip <replace by IP of your local computer> 14 16 %local_username <replace_by_your_local_username> … … 18 20 %ssh_key id_rsa_hlrn 19 21 %defaultqueue standard96:test 22 %project_account <replace_by_your_default_HLRN_project_account> 20 23 %submit_command /cm/shared/batch/bin/sbatch 21 24 … … 33 36 # BATCH-directives to be used for batch jobs. If $-characters are required, hide them with 3 backslashes 34 37 BD:#!/bin/bash 38 #BD:#SBATCH --dependency=afterany:{{previous_job}} 39 BD:#SBATCH -A {{project_account}} 35 40 BD:#SBATCH --job-name={{run_id}} 36 41 BD:#SBATCH --time={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} … … 41 46 BD:#SBATCH --output={{job_protocol_file}} 42 47 BD:#SBATCH --error={{job_protocol_file}} 48 #BD:#SBATCH --mail-type=ALL 49 #BD:#SBATCH --mail-user=<replace_by_your_email_address> 43 50 44 #45 51 # BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host 46 52 BDT:#!/bin/bash 53 BDT:#SBATCH -A {{project_account}} 47 54 BDT:#SBATCH --job-name=job_transfer 48 55 BDT:#SBATCH --time=00:30:00 … … 75 82 # OUTPUT-commands - executed when program terminates normally 76 83 #---------------------------------------------------------------------------- 77 78 84 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 79 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE80 OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE85 #OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE 86 #OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE 81 87 82 88 # Combine all particle information files 83 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO89 #OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO -
palm/trunk/SCRIPTS/.palm.config.atosg_debug
r4798 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_directory $HOME/palm/current_version 5 6 %base_data $HOME/palm/current_version/JOBS 6 %base_directory $HOME/palm/current_version7 7 %source_path $HOME/palm/current_version/trunk/SOURCE 8 %user_source_path $base_d irectory/JOBS/$run_identifier/USER_CODE8 %user_source_path $base_data/$run_identifier/USER_CODE 9 9 %fast_io_catalog /scratch/usr/<replace_by_your_HLRN_username> 10 %local_jobcatalog /home/<replace_by_your_local_username>/job_logfiles 11 %remote_jobcatalog /home/<replace_by_your_HLRN_username>/job_logfiles 12 # 10 %restart_data_path $fast_io_catalog 11 %output_data_path $base_data 12 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 13 %remote_jobcatalog $base_data/$run_identifier/LOG_FILES 14 13 15 %local_ip <replace by IP of your local computer> 14 16 %local_username <replace_by_your_local_username> … … 18 20 %ssh_key id_rsa_hlrn 19 21 %defaultqueue standard96:test 22 %project_account <replace_by_your_default_HLRN_project_account> 20 23 %submit_command /cm/shared/batch/bin/sbatch 21 24 … … 33 36 # BATCH-directives to be used for batch jobs. If $-characters are required, hide them with 3 backslashes 34 37 BD:#!/bin/bash 38 #BD:#SBATCH --dependency=afterany:{{previous_job}} 39 BD:#SBATCH -A {{project_account}} 35 40 BD:#SBATCH --job-name={{run_id}} 36 41 BD:#SBATCH --time={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} … … 41 46 BD:#SBATCH --output={{job_protocol_file}} 42 47 BD:#SBATCH --error={{job_protocol_file}} 48 #BD:#SBATCH --mail-type=ALL 49 #BD:#SBATCH --mail-user=<replace_by_your_email_address> 43 50 44 #45 51 # BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host 46 52 BDT:#!/bin/bash 53 BDT:#SBATCH -A {{project_account}} 47 54 BDT:#SBATCH --job-name=job_transfer 48 55 BDT:#SBATCH --time=00:30:00 … … 75 82 # OUTPUT-commands - executed when program terminates normally 76 83 #---------------------------------------------------------------------------- 77 78 84 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 79 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE80 OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE85 #OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE 86 #OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE 81 87 82 88 # Combine all particle information files 83 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO89 #OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO -
palm/trunk/SCRIPTS/.palm.config.aurora
r4759 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_data ~/palm/current_version/JOBS 6 %base_directory $HOME/palm/current_version 7 %fast_io_catalog /scratch/<replace by LUIS username> 8 %source_path $HOME/palm/current_version/trunk/SOURCE 9 %user_source_path $base_directory/JOBS/$run_identifier/USER_CODE 10 %local_jobcatalog $HOME/job_queue 11 # 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_data/$run_identifier/USER_CODE 9 %fast_io_catalog /scratch/<replace by LUIS username> 10 %restart_data_path /scratch/<replace by LUIS username> 11 %output_data_path $base_data 12 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 13 12 14 %local_ip 130.75.7.130 13 15 %local_username <replace by LUIS username> 16 %defaultqueue all 17 %submit_command /usr/bin/qsub 18 14 19 %compiler_name mpinfort 15 20 %compiler_name_ser mpinfort … … 18 23 %compiler_options -O3 -traceback -finline-functions -g -report-all -Werror -I /home/nhbkklau/opt/NetCDF_parallel_nec/include -I /home/nhbkklau/opt/fftw3_nec/include 19 24 %linker_options -L/home/nhbkklau/opt/NetCDF_parallel_nec/lib -lnetcdff -lnetcdf -Wl,-rpath=/home/nhbkklau/opt/NetCDF_parallel_nec/lib -L/home/nhbkklau/opt/hdf5_parallel_nec/lib -lhdf5 -lhdf5_hl -Wl,-rpath=/home/nhbkklau/opt/hdf5_parallel_nec/lib -L/home/nhbkklau/opt/fftw3_nec/lib -lfftw3 -lmpi 20 #%hostfile auto 21 %defaultqueue all 22 %submit_command /usr/bin/qsub 25 %execute_command mpirun -v -ve 0-3 -np {{mpi_tasks}} ./palm 23 26 %memory 2000 24 27 %login_init_cmd source /opt/nec/ve/mpi/2.2.0/bin/necmpivars.sh 25 %execute_command mpirun -v -ve 0-3 -np {{mpi_tasks}} ./palm 26 # 27 #---------------------------------------------------------------------------- 28 # INPUT-commands, executed before running PALM - lines must start with "IC:" 29 #---------------------------------------------------------------------------- 30 #IC:ulimit -s unlimited 31 # 32 #---------------------------------------------------------------------------- 33 # ERROR-commands - executed when program terminates abnormally 34 #---------------------------------------------------------------------------- 35 EC:[[ \$locat = execution ]] && cat RUN_CONTROL 36 EC:[[ \$locat = execution ]] && cat PARTICLE_INFOS/* 37 # 38 #---------------------------------------------------------------------------- 39 # OUTPUT-commands - executed when program terminates normally 40 #---------------------------------------------------------------------------- 41 # 42 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 43 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE 44 OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE 45 # 46 # Combine all particle information files 47 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO 48 # 28 49 29 # BATCH-directives to be used for batch jobs. 50 # ATTENTION: The batchfollowing batch directives still need to be adjusted for the30 # ATTENTION: The following batch directives still need to be adjusted for the 51 31 # NEC Aurora system!!!!!!!!!!!!!! 52 32 BD:#!/bin/bash 33 #BD:#PBS -A {{project_account}} 53 34 BD:#PBS -N {{run_id}} 54 35 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} … … 60 41 BD:#PBS -j oe 61 42 BD:#PBS -q {{queue}} 43 44 #---------------------------------------------------------------------------- 45 # INPUT-commands, executed before running PALM - lines must start with "IC:" 46 #---------------------------------------------------------------------------- 47 #IC:ulimit -s unlimited 48 49 #---------------------------------------------------------------------------- 50 # ERROR-commands - executed when program terminates abnormally 51 #---------------------------------------------------------------------------- 52 EC:[[ \$locat = execution ]] && cat RUN_CONTROL 53 EC:[[ \$locat = execution ]] && cat PARTICLE_INFOS/* 54 55 #---------------------------------------------------------------------------- 56 # OUTPUT-commands - executed when program terminates normally 57 #---------------------------------------------------------------------------- 58 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 59 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE 60 OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE 61 62 # Combine all particle information files 63 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO -
palm/trunk/SCRIPTS/.palm.config.aurora_debug
r4759 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_data ~/palm/current_version/JOBS 6 %base_directory $HOME/palm/current_version 7 %fast_io_catalog /scratch/<replace by LUIS username> 8 %source_path $HOME/palm/current_version/trunk/SOURCE 9 %user_source_path $base_directory/JOBS/$run_identifier/USER_CODE 10 %local_jobcatalog $HOME/job_queue 11 # 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_data/$run_identifier/USER_CODE 9 %fast_io_catalog /scratch/<replace by LUIS username> 10 %restart_data_path /scratch/<replace by LUIS username> 11 %output_data_path $base_data 12 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 13 12 14 %local_ip 130.75.7.130 13 15 %local_username <replace by LUIS username> 16 %defaultqueue all 17 %submit_command /usr/bin/qsub 18 14 19 %compiler_name mpinfort 15 20 %compiler_name_ser mpinfort … … 18 23 %compiler_options -O0 -fcheck=all -traceback -ftrace -proginf -report-all -g -Werror -fdiag-vector=0 -I /home/nhbkklau/opt/NetCDF_parallel_nec/include -I /home/nhbkklau/opt/fftw3_nec/include 19 24 %linker_options -ftrace -L/home/nhbkklau/opt/NetCDF_parallel_nec/lib -lnetcdff -lnetcdf -Wl,-rpath=/home/nhbkklau/opt/NetCDF_parallel_nec/lib -L/home/nhbkklau/opt/hdf5_parallel_nec/lib -lhdf5 -lhdf5_hl -Wl,-rpath=/home/nhbkklau/opt/hdf5_parallel_nec/lib -L/home/nhbkklau/opt/fftw3_nec/lib -lfftw3 -lmpi 20 #%hostfile auto 21 %defaultqueue all 22 %submit_command /usr/bin/qsub 25 %execute_command mpirun -v -ve 0 -np {{mpi_tasks}} ./palm 23 26 %memory 2000 24 27 %login_init_cmd source /opt/nec/ve/mpi/2.2.0/bin/necmpivars.sh 25 %execute_command mpirun -v -ve 0 -np {{mpi_tasks}} ./palm 26 # 27 #---------------------------------------------------------------------------- 28 # INPUT-commands, executed before running PALM - lines must start with "IC:" 29 #---------------------------------------------------------------------------- 30 #IC:ulimit -s unlimited 31 IC:export VE_ERRCTL_DEALLOCATE=ABORT 32 IC:export VE_FPE_ENABLE=DIV,FOF,INV 33 IC:export VE_TRACEBACK=ALL 34 # 35 #---------------------------------------------------------------------------- 36 # ERROR-commands - executed when program terminates abnormally 37 #---------------------------------------------------------------------------- 38 EC:[[ \$locat = execution ]] && cat RUN_CONTROL 39 EC:[[ \$locat = execution ]] && cat PARTICLE_INFOS/* 40 # 41 #---------------------------------------------------------------------------- 42 # OUTPUT-commands - executed when program terminates normally 43 #---------------------------------------------------------------------------- 44 # 45 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 46 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE 47 OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE 48 # 49 # Combine all particle information files 50 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO 51 # 28 52 29 # BATCH-directives to be used for batch jobs. 53 # ATTENTION: The batchfollowing batch directives still need to be adjusted for the30 # ATTENTION: The following batch directives still need to be adjusted for the 54 31 # NEC Aurora system!!!!!!!!!!!!!! 55 32 BD:#!/bin/bash 33 #BD:#PBS -A {{project_account}} 56 34 BD:#PBS -N {{run_id}} 57 35 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} … … 63 41 BD:#PBS -j oe 64 42 BD:#PBS -q {{queue}} 43 44 #---------------------------------------------------------------------------- 45 # INPUT-commands, executed before running PALM - lines must start with "IC:" 46 #---------------------------------------------------------------------------- 47 #IC:ulimit -s unlimited 48 IC:export VE_ERRCTL_DEALLOCATE=ABORT 49 IC:export VE_FPE_ENABLE=DIV,FOF,INV 50 IC:export VE_TRACEBACK=ALL 51 52 #---------------------------------------------------------------------------- 53 # ERROR-commands - executed when program terminates abnormally 54 #---------------------------------------------------------------------------- 55 EC:[[ \$locat = execution ]] && cat RUN_CONTROL 56 EC:[[ \$locat = execution ]] && cat PARTICLE_INFOS/* 57 58 #---------------------------------------------------------------------------- 59 # OUTPUT-commands - executed when program terminates normally 60 #---------------------------------------------------------------------------- 61 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 62 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE 63 OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE 64 65 # Combine all particle information files 66 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO -
palm/trunk/SCRIPTS/.palm.config.default
r4484 r4814 4 4 #----------------------------------------------------------------------------- 5 5 # working directory from where palmrun or palmbuild are called 6 %base_directory $HOME/palm/current_version6 %base_directory $HOME/palm/current_version 7 7 8 8 # directory where PALM I/O is stored (used in .palm.iofiles) 9 %base_data ~/palm/current_version/JOBS9 %base_data ~/palm/current_version/JOBS 10 10 11 11 # path to PALM's FORTRAN sources (installation folder) 12 %source_path $HOME/palm/current_version/trunk/SOURCE12 %source_path $base_directory/trunk/SOURCE 13 13 14 14 # path to user interface routines 15 %user_source_path $base_directory/JOBS/$run_identifier/USER_CODE15 %user_source_path $base_data/$run_identifier/USER_CODE 16 16 17 # path to file system with fast discs (if available). This folder 18 # is used for temporary catalogs generated by palmrun and to store large 19 # I/O files (used in .palm.iofiles). This folder must be accessible from 20 # all compute nodes, i.e. it must reside in a global file system 21 %fast_io_catalog <replace by a folder name which allows for fast I/O> 17 # path to temporary working directory. This folder contains the files 18 # temporarily created by PALM during execution. 19 # WARNING: 20 # Large I/O files are generated during execution! It is recommended to direct 21 # this path to a file system with fast discs (if available). This folder must 22 # be accessible from all compute nodes, i.e. it must reside in a global file 23 # system. 24 %fast_io_catalog $base_directory/tmp 25 26 # directory where PALM restart files are stored. It is recommended to set this 27 # path to the same file system as the temporary directory (fast_io_catalog) to 28 # allow internal linking of the restart files instead of copying (increases 29 # post-processing performance of palmrun). 30 %restart_data_path $fast_io_catalog 31 32 # directory where PALM output files are stored (see also .palm.iofiles) 33 %output_data_path $base_data 22 34 23 35 # folder for job protocols 24 #%local_jobcatalog $HOME/job_logfiles 36 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 25 37 26 38 # folder for job protocols to be used on the remote host 27 #%remote_jobcatalog <path/to/directory on remote host>39 #%remote_jobcatalog $local_jobcatalog 28 40 29 41 # local ip of your computer. Use 127.0.0.0 if you are running PALM … … 49 61 #%defaultqueue <queue> 50 62 63 # default project account to be used if palmrun-option -A is omitted. For this 64 # setting to be active, the batch directive must also be activated (see BD and 65 # BDT settings below). 66 #%project_account <project-account> 67 51 68 # command to submit batch jobs 52 69 #%submit_command /opt/moab/default/bin/msub -E … … 65 82 66 83 # options to be used to compile PALM 67 %compiler_options -fpe0 -O3 -xHost -fp-model source -ftz -no-prec-div -no-prec-sqrt -ip -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 -lnetcdff84 %compiler_options -fpe0 -O3 -xHost -fp-model source -ftz -no-prec-div -no-prec-sqrt -ip -I /path/to/fftw/include -I /path/to/netcdf/include 68 85 69 86 # options to be used to link the PALM executable 70 %linker_options - fpe0 -O3 -xHost -fp-model source -ftz -no-prec-div -no-prec-sqrt -ip -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 -lnetcdff87 %linker_options -L/path/to/fftw/lib -lfftw3 -L/path/to/netcdf/lib -lnetcdf -lnetcdff 71 88 72 # name of hostfile to be used 73 %hostfile auto89 # name of hostfile to be used (see online documentation for more details) 90 #%hostfile auto 74 91 75 92 # command to start the PALM executable 76 %execute_command mpi exec -machinefile hostfile -n {{mpi_tasks}}palm93 %execute_command mpirun -n {{mpi_tasks}} ./palm 77 94 78 95 # memory request per core … … 80 97 81 98 # module commands to load required libraries 82 #%module_commands module switch craype-ivybridge craype-haswell; module load fftw cray-hdf5-parallel cray-netcdf-hdf5parallel99 #%module_commands module switch env-ivybridge env-haswell && module load fftw netcdf 83 100 84 101 # special commands to be carried out at login and start of batch jobs on the remote host 85 102 #%login_init_cmd .execute_special_profile 86 103 104 #------------------------------------------------------------------------------- 105 # Directives to be used for batch jobs 106 # Lines must start with "BD:". If $-characters are required, hide them with \ 107 # Internal variables can be used as {{variable_name}}. Please see documentation. 108 #------------------------------------------------------------------------------- 109 # Example using PBS: 110 BD:#!/bin/bash 111 #BD:#PBS -A {{project_account}} 112 BD:#PBS -N {{run_id}} 113 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} 114 BD:#PBS -l nodes={{nodes}}:ppn={{tasks_per_node}} 115 BD:#PBS -o {{job_protocol_file}} 116 BD:#PBS -j oe 117 BD:#PBS -q {{queue}} 118 # 119 # Example using SLURM: 120 #BD:#!/bin/bash 121 ##BD:#SBATCH --dependency=afterany:{{previous_job}} 122 #BD:#SBATCH -A {{project_account}} 123 #BD:#SBATCH --job-name={{run_id}} 124 #BD:#SBATCH --time={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} 125 #BD:#SBATCH --ntasks={{mpi_tasks}} 126 #BD:#SBATCH --nodes={{nodes}} 127 #BD:#SBATCH --ntasks-per-node={{tasks_per_node}} 128 #BD:#SBATCH --partition={{queue}} 129 #BD:#SBATCH --output={{job_protocol_file}} 130 #BD:#SBATCH --error={{job_protocol_file}} 131 #BD:#SBATCH --mail-type=ALL 132 #BD:#SBATCH --mail-user=user@somewhere 133 134 #------------------------------------------------------------------------------- 135 # Directives for batch jobs used to send back the jobfiles from a remote to a local host 136 # Lines must start with "BDT:". If $-characters are required, excape them with triple backslash 137 # Internal variables can be used as {{variable_name}}. Please see documentation. 138 #------------------------------------------------------------------------------- 139 # Example using PBS: 140 BDT:#!/bin/bash 141 #BDT:#PBS -A {{project_account}} 142 BDT:#PBS -N job_protocol_transfer 143 BDT:#PBS -l walltime=00:30:00 144 BDT:#PBS -l nodes=1:ppn=1 145 BDT:#PBS -o {{job_transfer_protocol_file}} 146 BDT:#PBS -j oe 147 BDT:#PBS -q dataq 148 # 149 # Example using SLURM: 150 #BDT:#!/bin/bash 151 #BDT:#SBATCH -A {{project_account}} 152 #BDT:#SBATCH --job-name=job_transfer 153 #BDT:#SBATCH --time=00:30:00 154 #BDT:#SBATCH --ntasks=1 155 #BDT:#SBATCH --nodes=1 156 #BDT:#SBATCH --ntasks-per-node=1 157 #BDT:#SBATCH --partition={{queue}} 158 #BDT:#SBATCH --output={{job_transfer_protocol_file}} 159 #BDT:#SBATCH --error={{job_transfer_protocol_file}} 87 160 88 161 #---------------------------------------------------------------------------- 89 # INPUT-commands, executed before running PALM - lines must start with "IC:" 162 # INPUT-commands, executed before running PALM - lines must start with "IC:" 90 163 #---------------------------------------------------------------------------- 91 164 #IC:ulimit -s unlimited … … 100 173 #---------------------------------------------------------------------------- 101 174 #OC:echo \\\"PALM job finished\\\" | mailx user@somewhere 102 103 104 #-------------------------------------------------------------------------------105 # Directives to be used for batch jobs106 # Lines must start with "BD:". If $-characters are required, hide them with \107 # Internal variables can be used as {{variable_name}}. Please see documentation.108 #-------------------------------------------------------------------------------109 BD:#!/bin/bash110 BD:#PBS -N {{run_id}}111 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}}112 BD:#PBS -l nodes={{nodes}}:ppn={{tasks_per_node}}113 BD:#PBS -o {{job_protocol_file}}114 BD:#PBS -j oe115 BD:#PBS -q {{queue}}116 117 118 #-------------------------------------------------------------------------------119 # Directives for batch jobs used to send back the jobfiles from a remote to a local host120 # Lines must start with "BDT:". If $-characters are required, excape them with triple backslash121 # Internal variables can be used as {{variable_name}}. Please see documentation.122 #-------------------------------------------------------------------------------123 BDT:#!/bin/bash124 BDT:#PBS -N job_protocol_transfer125 BDT:#PBS -l walltime=00:30:00126 BDT:#PBS -l nodes=1:ppn=1127 BDT:#PBS -o {{job_transfer_protocol_file}}128 BDT:#PBS -j oe129 BDT:#PBS -q dataq -
palm/trunk/SCRIPTS/.palm.config.default.in
r4484 r4814 15 15 %user_source_path @CMAKE_INSTALL_PREFIX@/JOBS/$run_identifier/USER_CODE 16 16 %fast_io_catalog @CMAKE_INSTALL_PREFIX@/tmp 17 %local_jobcatalog @CMAKE_INSTALL_PREFIX@/job_logfiles 17 %restart_data_path @CMAKE_INSTALL_PREFIX@/tmp 18 %output_data_path @CMAKE_INSTALL_PREFIX@/JOBS 19 %local_jobcatalog @CMAKE_INSTALL_PREFIX@/JOBS/$run_identifier/LOG_FILES 18 20 #%remote_jobcatalog <path/to/directory> 19 21 # … … 29 31 # 30 32 #%defaultqueue <queue> 33 #%project_account <project-account> 31 34 #%submit_command /opt/moab/default/bin/msub -E 32 35 # … … 48 51 #------------------------------------------------------------------------------- 49 52 BD:#!/bin/bash 53 #BD:#PBS -A {{project_account}} 50 54 BD:#PBS -N {{run_id}} 51 55 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} … … 61 65 #------------------------------------------------------------------------------- 62 66 BDT:#!/bin/bash 67 #BDT:#PBS -A {{project_account}} 63 68 BDT:#PBS -N job_protocol_transfer 64 69 BDT:#PBS -l walltime=00:30:00 … … 69 74 # 70 75 #------------------------------------------------------------------------------- 71 # INPUT-commands. These commands are executed before running PALM 72 # Lines must start with "IC:" 76 # INPUT-commands. These commands are executed before running PALM 77 # Lines must start with "IC:" 73 78 #------------------------------------------------------------------------------- 74 79 IC:ulimit -s unlimited … … 76 81 #------------------------------------------------------------------------------- 77 82 # ERROR-commands. These commands are executed when PALM terminates abnormally 78 # Lines must start with "EC:" 83 # Lines must start with "EC:" 79 84 #------------------------------------------------------------------------------- 80 85 EC:[[ $locat = execution ]] && cat RUN_CONTROL … … 82 87 #------------------------------------------------------------------------------- 83 88 # OUTPUT-commands. These commands are executed when PALM terminates normally 84 # Lines must start with "OC:" 89 # Lines must start with "OC:" 85 90 #------------------------------------------------------------------------------- 86 91 # … … 91 96 # Combine all particle information files 92 97 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO 93 -
palm/trunk/SCRIPTS/.palm.config.default_trace
r4484 r4814 4 4 #----------------------------------------------------------------------------- 5 5 # working directory from where palmrun or palmbuild are called 6 %base_directory $HOME/palm/current_version6 %base_directory $HOME/palm/current_version 7 7 8 8 # directory where PALM I/O is stored (used in .palm.iofiles) 9 %base_data ~/palm/current_version/JOBS9 %base_data ~/palm/current_version/JOBS 10 10 11 11 # path to PALM's FORTRAN sources (installation folder) 12 %source_path $HOME/palm/current_version/trunk/SOURCE12 %source_path $base_directory/trunk/SOURCE 13 13 14 14 # path to user interface routines 15 %user_source_path $base_directory/JOBS/$run_identifier/USER_CODE15 %user_source_path $base_data/$run_identifier/USER_CODE 16 16 17 # path to file system with fast discs (if available). This folder 18 # is used for temporary catalogs generated by palmrun and to store large 19 # I/O files (used in .palm.iofiles). This folder must be accessible from 20 # all compute nodes, i.e. it must reside in a global file system 21 %fast_io_catalog <replace by a folder name which allows for fast I/O> 17 # path to temporary working directory. This folder contains the files 18 # temporarily created by PALM during execution. 19 # WARNING: 20 # Large I/O files are generated during execution! It is recommended to direct 21 # this path to a file system with fast discs (if available). This folder must 22 # be accessible from all compute nodes, i.e. it must reside in a global file 23 # system. 24 %fast_io_catalog $base_directory/tmp 25 26 # directory where PALM restart files are stored. It is recommended to set this 27 # path to the same file system as the temporary directory (fast_io_catalog) to 28 # allow internal linking of the restart files instead of copying (increases 29 # post-processing performance of palmrun). 30 %restart_data_path $fast_io_catalog 31 32 # directory where PALM output files are stored (see also .palm.iofiles) 33 %output_data_path $base_data 22 34 23 35 # folder for job protocols 24 #%local_jobcatalog $HOME/job_logfiles 36 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 25 37 26 38 # folder for job protocols to be used on the remote host 27 #%remote_jobcatalog <path/to/directory on remote host>39 #%remote_jobcatalog $local_jobcatalog 28 40 29 41 # local ip of your computer. Use 127.0.0.0 if you are running PALM … … 49 61 #%defaultqueue <queue> 50 62 63 # default project account to be used if palmrun-option -A is omitted. For this 64 # setting to be active, the batch directive must also be activated (see BD and 65 # BDT settings below). 66 #%project_account <project-account> 67 51 68 # command to submit batch jobs 52 69 #%submit_command /opt/moab/default/bin/msub -E … … 64 81 %make_options -j 4 65 82 66 # options to be used to compile PALM in debug mode67 %compiler_options -fpe0 -O0 -check -check nooutput_conversion-ffree-line-length-none -traceback -g -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 -lnetcdff83 # options to be used to compile PALM 84 %compiler_options -fpe0 -O0 -check -check nooutput_conversion-ffree-line-length-none -traceback -g -I /path/to/fftw/include -I /path/to/netcdf/include 68 85 69 86 # options to be used to link the PALM executable 70 %linker_options - fpe0 -O0 -check -check nooutput_conversion -ffree-line-length-none -traceback -g -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 -lnetcdff87 %linker_options -L/path/to/fftw/lib -lfftw3 -L/path/to/netcdf/lib -lnetcdf -lnetcdff 71 88 72 # name of hostfile to be used 73 %hostfile auto89 # name of hostfile to be used (see online documentation for more details) 90 #%hostfile auto 74 91 75 92 # command to start the PALM executable 76 %execute_command mpi exec -machinefile hostfile -n {{mpi_tasks}}palm93 %execute_command mpirun -n {{mpi_tasks}} ./palm 77 94 78 95 # memory request per core … … 80 97 81 98 # module commands to load required libraries 82 #%module_commands module switch craype-ivybridge craype-haswell; module load fftw cray-hdf5-parallel cray-netcdf-hdf5parallel99 #%module_commands module switch env-ivybridge env-haswell && module load fftw netcdf 83 100 84 101 # special commands to be carried out at login and start of batch jobs on the remote host 85 102 #%login_init_cmd .execute_special_profile 86 103 104 #------------------------------------------------------------------------------- 105 # Directives to be used for batch jobs 106 # Lines must start with "BD:". If $-characters are required, hide them with \ 107 # Internal variables can be used as {{variable_name}}. Please see documentation. 108 #------------------------------------------------------------------------------- 109 # Example using PBS: 110 BD:#!/bin/bash 111 #BD:#PBS -A {{project_account}} 112 BD:#PBS -N {{run_id}} 113 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} 114 BD:#PBS -l nodes={{nodes}}:ppn={{tasks_per_node}} 115 BD:#PBS -o {{job_protocol_file}} 116 BD:#PBS -j oe 117 BD:#PBS -q {{queue}} 118 # 119 # Example using SLURM: 120 #BD:#!/bin/bash 121 ##BD:#SBATCH --dependency=afterany:{{previous_job}} 122 #BD:#SBATCH -A {{project_account}} 123 #BD:#SBATCH --job-name={{run_id}} 124 #BD:#SBATCH --time={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} 125 #BD:#SBATCH --ntasks={{mpi_tasks}} 126 #BD:#SBATCH --nodes={{nodes}} 127 #BD:#SBATCH --ntasks-per-node={{tasks_per_node}} 128 #BD:#SBATCH --partition={{queue}} 129 #BD:#SBATCH --output={{job_protocol_file}} 130 #BD:#SBATCH --error={{job_protocol_file}} 131 #BD:#SBATCH --mail-type=ALL 132 #BD:#SBATCH --mail-user=user@somewhere 133 134 #------------------------------------------------------------------------------- 135 # Directives for batch jobs used to send back the jobfiles from a remote to a local host 136 # Lines must start with "BDT:". If $-characters are required, excape them with triple backslash 137 # Internal variables can be used as {{variable_name}}. Please see documentation. 138 #------------------------------------------------------------------------------- 139 # Example using PBS: 140 BDT:#!/bin/bash 141 #BDT:#PBS -A {{project_account}} 142 BDT:#PBS -N job_protocol_transfer 143 BDT:#PBS -l walltime=00:30:00 144 BDT:#PBS -l nodes=1:ppn=1 145 BDT:#PBS -o {{job_transfer_protocol_file}} 146 BDT:#PBS -j oe 147 BDT:#PBS -q dataq 148 # 149 # Example using SLURM: 150 #BDT:#!/bin/bash 151 #BDT:#SBATCH -A {{project_account}} 152 #BDT:#SBATCH --job-name=job_transfer 153 #BDT:#SBATCH --time=00:30:00 154 #BDT:#SBATCH --ntasks=1 155 #BDT:#SBATCH --nodes=1 156 #BDT:#SBATCH --ntasks-per-node=1 157 #BDT:#SBATCH --partition={{queue}} 158 #BDT:#SBATCH --output={{job_transfer_protocol_file}} 159 #BDT:#SBATCH --error={{job_transfer_protocol_file}} 87 160 88 161 #---------------------------------------------------------------------------- 89 # INPUT-commands, executed before running PALM - lines must start with "IC:" 162 # INPUT-commands, executed before running PALM - lines must start with "IC:" 90 163 #---------------------------------------------------------------------------- 91 164 #IC:ulimit -s unlimited … … 100 173 #---------------------------------------------------------------------------- 101 174 #OC:echo \\\"PALM job finished\\\" | mailx user@somewhere 102 103 104 #-------------------------------------------------------------------------------105 # Directives to be used for batch jobs106 # Lines must start with "BD:". If $-characters are required, hide them with \107 # Internal variables can be used as {{variable_name}}. Please see documentation.108 #-------------------------------------------------------------------------------109 BD:#!/bin/bash110 BD:#PBS -N {{run_id}}111 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}}112 BD:#PBS -l nodes={{nodes}}:ppn={{tasks_per_node}}113 BD:#PBS -o {{job_protocol_file}}114 BD:#PBS -j oe115 BD:#PBS -q {{queue}}116 117 118 #-------------------------------------------------------------------------------119 # Directives for batch jobs used to send back the jobfiles from a remote to a local host120 # Lines must start with "BDT:". If $-characters are required, excape them with triple backslash121 # Internal variables can be used as {{variable_name}}. Please see documentation.122 #-------------------------------------------------------------------------------123 BDT:#!/bin/bash124 BDT:#PBS -N job_protocol_transfer125 BDT:#PBS -l walltime=00:30:00126 BDT:#PBS -l nodes=1:ppn=1127 BDT:#PBS -o {{job_transfer_protocol_file}}128 BDT:#PBS -j oe129 BDT:#PBS -q dataq -
palm/trunk/SCRIPTS/.palm.config.eddy_gfort
r3346 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_directory $HOME/palm/current_version 5 6 %base_data $HOME/palm/current_version/JOBS 6 %output_data $WORK/palm/current_version/JOBS7 %base_directory $HOME/palm/current_version8 7 %source_path $HOME/palm/current_version/trunk/SOURCE 9 %user_source_path $base_d irectory/JOBS/$run_identifier/USER_CODE8 %user_source_path $base_data/$run_identifier/USER_CODE 10 9 %fast_io_catalog $WORK/palm_restart_tmp 10 %restart_data_path $fast_io_catalog 11 %output_data_path $WORK/palm/current_version/JOBS 11 12 %local_jobcatalog $HOME/job_queue 12 13 ################################################################################ … … 43 44 # 44 45 #---------------------------------------------------------------------------- 45 # INPUT-commands, executed before running PALM - lines must start with "IC:" 46 # INPUT-commands, executed before running PALM - lines must start with "IC:" 46 47 #---------------------------------------------------------------------------- 47 48 IC:export ATP_ENABLED=1 … … 57 58 # OUTPUT-commands - executed when program terminates normally 58 59 #---------------------------------------------------------------------------- 59 #60 60 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 61 61 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE -
palm/trunk/SCRIPTS/.palm.config.eddy_ifort
r3346 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_directory $HOME/palm/current_version 5 6 %base_data $HOME/palm/current_version/JOBS 6 %output_data $WORK/palm/current_version/JOBS7 %base_directory $HOME/palm/current_version8 7 %source_path $HOME/palm/current_version/trunk/SOURCE 9 %user_source_path $base_d irectory/JOBS/$run_identifier/USER_CODE8 %user_source_path $base_data/$run_identifier/USER_CODE 10 9 %fast_io_catalog $WORK/palm_restart_tmp 10 %restart_data_path $fast_io_catalog 11 %output_data_path $WORK/palm/current_version/JOBS 11 12 %local_jobcatalog $HOME/job_queue 12 13 ################################################################################ … … 27 28 %execute_command_for_combine mpirun -n 1 ./combine_plot_fields.x 28 29 %memory 2333 29 %module_commands module load PALMDependencies/icc 30 %module_commands module load PALMDependencies/icc 30 31 # 31 32 # BATCH-directives to be used for batch jobs … … 43 44 # 44 45 #---------------------------------------------------------------------------- 45 # INPUT-commands, executed before running PALM - lines must start with "IC:" 46 # INPUT-commands, executed before running PALM - lines must start with "IC:" 46 47 #---------------------------------------------------------------------------- 47 48 IC:export ATP_ENABLED=1 … … 57 58 # OUTPUT-commands - executed when program terminates normally 58 59 #---------------------------------------------------------------------------- 59 #60 60 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 61 61 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE -
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 -
palm/trunk/SCRIPTS/.palm.config.imuk
r3299 r4814 3 3 #name of variable value of variable (~ must not be used) 4 4 #---------------------------------------------------------------------------- 5 %base_data ~/palm/current_version/JOBS 6 %base_directory $HOME/palm/current_version 7 %fast_io_catalog /localdata/<your user directory> 8 %source_path $HOME/palm/current_version/trunk/SOURCE 9 %user_source_path $base_directory/JOBS/$run_identifier/USER_CODE 10 # 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/$run_identifier/USER_CODE 9 %fast_io_catalog /localdata/<your user directory> 10 %restart_data_path $fast_io_catalog 11 %output_data_path $base_data 12 %local_jobcatalog $base_data/$run_identifier/LOG_FILES 13 11 14 %local_ip 130.75.105.<your pc's id> 12 15 %local_username <username> 16 13 17 %compiler_name mpif90 14 18 %compiler_name_ser ifort … … 16 20 %make_options -j 4 17 21 %compiler_options -fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -I /muksoft/packages/fftw/3.3.7/mvapich2-2.3rc1/gnu/include/ -I /muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/include/ 18 %linker_options - fpe0 -O3 -xHost -fp-model source -ftz -fno-alias -no-prec-div -no-prec-sqrt -ip -L/muksoft/packages/fftw/3.3.7/mvapich2-2.3rc1/gnu/lib64/ -lfftw3 -L/muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/lib64/ -lnetcdf -lnetcdff22 %linker_options -L/muksoft/packages/fftw/3.3.7/mvapich2-2.3rc1/gnu/lib64/ -lfftw3 -L/muksoft/packages/netcdf4_hdf5parallel/4411c_443f/hdf5-1.10.0-patch1/mvapich2-2.3rc1/intel/2018.1.163/lib64/ -lnetcdf -lnetcdff 19 23 %hostfile auto 20 24 %execute_command mpiexec -machinefile hostfile -n {{mpi_tasks}} palm 21 # 25 22 26 #---------------------------------------------------------------------------- 23 # INPUT-commands, executed before running PALM - lines must start with "IC:" 27 # INPUT-commands, executed before running PALM - lines must start with "IC:" 24 28 #---------------------------------------------------------------------------- 25 29 IC:ulimit -s unlimited 26 # 30 27 31 #---------------------------------------------------------------------------- 28 32 # ERROR-commands - executed when program terminates abnormally … … 30 34 EC:[[ \$locat = execution ]] && cat RUN_CONTROL 31 35 EC:[[ \$locat = execution ]] && cat PARTICLE_INFOS/* 32 # 36 33 37 #---------------------------------------------------------------------------- 34 38 # OUTPUT-commands - executed when program terminates normally 35 39 #---------------------------------------------------------------------------- 36 #37 40 # Combine 1D- and 3D-profile output (these files are not usable for plotting) 38 41 OC:[[ -f LIST_PROFIL_1D ]] && cat LIST_PROFIL_1D >> LIST_PROFILE 39 42 OC:[[ -f LIST_PROFIL ]] && cat LIST_PROFIL >> LIST_PROFILE 40 # 43 41 44 # Combine all particle information files 42 45 OC:[[ -f PARTICLE_INFOS/_0000 ]] && cat PARTICLE_INFOS/* >> PARTICLE_INFO -
palm/trunk/SCRIPTS/.palm.iofiles
r4781 r4814 1 1 #$Id$ 2 2 # 3 #--------------------------------------------------------------------------------------------- 3 #------------------------------------------------------------------------------------------------------------ 4 4 # List of input-files 5 #--------------------------------------------------------------------------------------------- 6 PARIN in:tr d3# $base_data/$run_identifier/INPUT_p3d*7 PARIN in:tr d3r $base_data/$run_identifier/INPUT_p3dr*8 PARIN in:tr pcr $base_data/$run_identifier/INPUT_pcr*9 NAVIGATION_DATA inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_nav*10 TOPOGRAPHY_DATA inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_topo*11 PLANT_CANOPY_DATA_3D inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_canopy*12 PIDS_STATIC inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_static*13 PIDS_DYNAMIC inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_dynamic*14 PIDS_SALSA inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_salsa*15 PIDS_CHEM inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_chemistry*16 PIDS_UVEM inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_uvlookup*17 PIDS_VM inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_vmeas*18 PIDS_WTM inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_wtmpar*19 rrtmg_lw.nc inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_rlw20 rrtmg_sw.nc inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_rsw21 WTM_DATA inopt:tr d3#:d3r $base_data/$run_identifier/INPUT_wtm22 BININ in:lnpe d3r: rec $fast_io_catalog/$run_identifier/RESTART _d3d*23 PARTICLE_RESTART_DATA_IN in:lnpe prtr $fast_io_catalog/$run_identifier/RESTART _rprt24 SVFIN in:lnpe svfin $fast_io_catalog/$run_identifier/SVF _svf*25 DATA_1D_FL_NETCDF inopt flr $base_data/$run_identifier/OUTPUT_fl* nc26 DATA_1D_PR_NETCDF inopt prr $base_data/$run_identifier/OUTPUT_pr* nc27 DATA_1D_ SP_NETCDF inopt spr $base_data/$run_identifier/OUTPUT _sp*nc28 DATA_1D_ TS_NETCDF inopt tsr $base_data/$run_identifier/OUTPUT _ts* nc29 DATA_1D_ PTS_NETCDF inopt ptsr $base_data/$run_identifier/OUTPUT _pts*nc30 DATA_1D_ SPTS_NETCDF inopt sptsr $base_data/$run_identifier/OUTPUT _spts*nc31 DATA_2D_XY_ NETCDF inopt xyr $base_data/$run_identifier/OUTPUT _xy*nc32 DATA_2D_XY_ AV_NETCDF inopt xyr $base_data/$run_identifier/OUTPUT _av_xy*nc33 DATA_2D_XZ_ NETCDF inopt xzr $base_data/$run_identifier/OUTPUT _xz*nc34 DATA_2D_XZ_ AV_NETCDF inopt xzr $base_data/$run_identifier/OUTPUT _av_xz*nc35 DATA_2D_YZ_ NETCDF inopt yzr $base_data/$run_identifier/OUTPUT _yz*nc36 DATA_2D_YZ_ AV_NETCDF inopt yzr $base_data/$run_identifier/OUTPUT _av_yz*nc37 DATA_3D_NETCDF inopt 3dr $base_data/$run_identifier/OUTPUT_3d* nc38 DATA_3D_AV_NETCDF inopt 3dr $base_data/$run_identifier/OUTPUT_av_3d* nc39 DATA_MASK_ NETCDF inopt mar $base_data/$run_identifier/OUTPUT _maskednc40 DATA_MASK_ AV_NETCDF inopt mar $base_data/$run_identifier/OUTPUT _av_maskednc41 DATA_PRT_NETCDF inopt:pe prtr $base_data/$run_identifier/OUTPUT _prt* 5 #------------------------------------------------------------------------------------------------------------ 6 PARIN in:tr d3# $base_data/$run_identifier/INPUT _p3d* 7 PARIN in:tr d3r $base_data/$run_identifier/INPUT _p3dr* 8 PARIN in:tr pcr $base_data/$run_identifier/INPUT _pcr* 9 NAVIGATION_DATA inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _nav* 10 TOPOGRAPHY_DATA inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _topo* 11 PLANT_CANOPY_DATA_3D inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _canopy* 12 PIDS_STATIC inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _static* 13 PIDS_DYNAMIC inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _dynamic* 14 PIDS_SALSA inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _salsa* 15 PIDS_CHEM inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _chemistry* 16 PIDS_UVEM inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _uvlookup* 17 PIDS_VM inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _vmeas* 18 PIDS_WTM inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _wtmpar* 19 rrtmg_lw.nc inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _rlw 20 rrtmg_sw.nc inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _rsw 21 WTM_DATA inopt:tr d3#:d3r $base_data/$run_identifier/INPUT _wtm 22 BININ in:lnpe d3r:cyclic $restart_data_path/$run_identifier/RESTART _d3d* 23 PARTICLE_RESTART_DATA_IN in:lnpe prtr $restart_data_path/$run_identifier/RESTART _rprt 24 SVFIN in:lnpe svfin $restart_data_path/$run_identifier/SVF _svf* 25 DATA_1D_FL_NETCDF inopt flr $output_data_path/$run_identifier/OUTPUT _fl* nc 26 DATA_1D_PR_NETCDF inopt prr $output_data_path/$run_identifier/OUTPUT _pr* nc 27 DATA_1D_PTS_NETCDF inopt ptsr $output_data_path/$run_identifier/OUTPUT _pts* nc 28 DATA_1D_SP_NETCDF inopt spr $output_data_path/$run_identifier/OUTPUT _sp* nc 29 DATA_1D_SPTS_NETCDF inopt sptsr $output_data_path/$run_identifier/OUTPUT _spts* nc 30 DATA_1D_TS_NETCDF inopt tsr $output_data_path/$run_identifier/OUTPUT _ts* nc 31 DATA_2D_XY_AV_NETCDF inopt xyr $output_data_path/$run_identifier/OUTPUT _av_xy* nc 32 DATA_2D_XY_NETCDF inopt xyr $output_data_path/$run_identifier/OUTPUT _xy* nc 33 DATA_2D_XZ_AV_NETCDF inopt xzr $output_data_path/$run_identifier/OUTPUT _av_xz* nc 34 DATA_2D_XZ_NETCDF inopt xzr $output_data_path/$run_identifier/OUTPUT _xz* nc 35 DATA_2D_YZ_AV_NETCDF inopt yzr $output_data_path/$run_identifier/OUTPUT _av_yz* nc 36 DATA_2D_YZ_NETCDF inopt yzr $output_data_path/$run_identifier/OUTPUT _yz* nc 37 DATA_3D_NETCDF inopt 3dr $output_data_path/$run_identifier/OUTPUT _3d* nc 38 DATA_3D_AV_NETCDF inopt 3dr $output_data_path/$run_identifier/OUTPUT _av_3d* nc 39 DATA_MASK_AV_NETCDF inopt mar $output_data_path/$run_identifier/OUTPUT _av_masked nc 40 DATA_MASK_NETCDF inopt mar $output_data_path/$run_identifier/OUTPUT _masked nc 41 #DATA_PRT_NETCDF inopt:pe prtr $output_data_path/$run_identifier/OUTPUT _prt* nc 42 42 # 43 #--------------------------------------------------------------------------------------------- 43 #------------------------------------------------------------------------------------------------------------ 44 44 # List of output-files 45 #--------------------------------------------------------------------------------------------- 46 BINOUT* out:lnpe restart $fast_io_catalog/$run_identifier/RESTART_d3d47 PARTICLE_RESTART_DATA_OUT* out:lnpe prt#:prtr $fast_io_catalog/$run_identifier/RESTART_rprt48 SVFOUT* out:lnpe svfout $fast_io_catalog/$run_identifier/SVF_svf45 #------------------------------------------------------------------------------------------------------------ 46 BINOUT* out:lnpe restart:pcr $restart_data_path/$run_identifier/RESTART _d3d 47 PARTICLE_RESTART_DATA_OUT* out:lnpe prt#:prtr $restart_data_path/$run_identifier/RESTART _rprt 48 SVFOUT* out:lnpe svfout $restart_data_path/$run_identifier/SVF _svf 49 49 # 50 STDOUT* out:tr d3#:pcr $base_data/$run_identifier/MONITORING _stdout 51 STDOUT* out:tra d3r $base_data/$run_identifier/MONITORING _stdout 52 RUN_CONTROL* out:tr d3#:pcr $base_data/$run_identifier/MONITORING _rc 53 RUN_CONTROL* out:tra d3r $base_data/$run_identifier/MONITORING _rc 54 HEADER* out:tr d3#:pcr $base_data/$run_identifier/MONITORING _header 55 HEADER* out:tra d3r $base_data/$run_identifier/MONITORING _header 56 CPU_MEASURES* out:tr d3#:pcr $base_data/$run_identifier/MONITORING _cpu 57 CPU_MEASURES* out:tra d3r $base_data/$run_identifier/MONITORING _cpu 58 PARTICLE_INFO* out:tr pt# $base_data/$run_identifier/MONITORING _prt_info 59 PARTICLE_INFO* out:tra ptr $base_data/$run_identifier/MONITORING _prt_info 60 LIST_PROFIL* out:tr * $base_data/$run_identifier/MONITORING _list_pr 50 PARIN* out:tr d3#:d3r:pcr $output_data_path/$run_identifier/MONITORING _parin 51 STDOUT* out:tr d3#:d3r:pcr $output_data_path/$run_identifier/MONITORING _stdout 52 RUN_CONTROL* out:tr d3#:d3r:pcr $output_data_path/$run_identifier/MONITORING _rc 53 HEADER* out:tr d3#:d3r:pcr $output_data_path/$run_identifier/MONITORING _header 54 CPU_MEASURES* out:tr d3#:d3r:pcr $output_data_path/$run_identifier/MONITORING _cpu 55 PARTICLE_INFOS* out:tr * $output_data_path/$run_identifier/MONITORING _prt_info 56 LIST_PROFIL* out:tr * $output_data_path/$run_identifier/MONITORING _list_pr 61 57 # 62 SURFACE_DATA_BIN* out:lnpe * $base_data/$run_identifier/OUTPUT _surf 63 SURFACE_DATA_AV_BIN* out:lnpe * $base_data/$run_identifier/OUTPUT _av_surf 64 SURFACE_DATA_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _surf nc 65 SURFACE_DATA_AV_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _av_surf nc 66 # 67 DATA_1D_FL_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _fl nc 68 DATA_1D_PR_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _pr nc 69 DATA_1D_SP_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _sp nc 70 DATA_1D_TS_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _ts nc 71 DATA_1D_PTS_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _pts nc 72 DATA_1D_SPTS_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _spts nc 73 DATA_2D_XY_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _xy nc 74 DATA_2D_XY_AV_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _av_xy nc 75 DATA_2D_XZ_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _xz nc 76 DATA_2D_XZ_AV_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _av_xz nc 77 DATA_2D_YZ_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _yz nc 78 DATA_2D_YZ_AV_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _av_yz nc 79 DATA_3D_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _3d nc 80 DATA_3D_AV_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _av_3d nc 81 DATA_MASK_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _masked nc 82 DATA_MASK_AV_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _av_masked nc 83 DATA_AGT_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _agt nc 84 VM_OUTPUT* out:pe * $base_data/$run_identifier/OUTPUT _vm 85 # 86 DATA_PRT_NETCDF* out:pe * $base_data/$run_identifier/OUTPUT _prt 87 DATA_PRT_NETCDF* out:trpe * $base_data/$run_identifier/OUTPUT _prt 88 PARTICLE_DATA* out:lnpe * $base_data/$run_identifier/OUTPUT _prt_dat 89 # 90 DATA_1D_TS_WTM_NETCDF* out:tr * $base_data/$run_identifier/OUTPUT _wtm nc 58 DATA_1D_FL_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _fl nc 59 DATA_1D_PR_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _pr nc 60 DATA_1D_PTS_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _pts nc 61 DATA_1D_SP_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _sp nc 62 DATA_1D_SPTS_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _spts nc 63 DATA_1D_TS_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _ts nc 64 DATA_1D_TS_WTM_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _wtm nc 65 DATA_2D_XY_AV_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _av_xy nc 66 DATA_2D_XY_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _xy nc 67 DATA_2D_XZ_AV_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _av_xz nc 68 DATA_2D_XZ_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _xz nc 69 DATA_2D_YZ_AV_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _av_yz nc 70 DATA_2D_YZ_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _yz nc 71 DATA_3D_AV_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _av_3d nc 72 DATA_3D_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _3d nc 73 DATA_AGT_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _agt nc 74 DATA_MASK_AV_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _av_masked nc 75 DATA_MASK_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _masked nc 76 #DATA_PRT_NETCDF* out:pe * $output_data_path/$run_identifier/OUTPUT _prt nc 77 #DATA_PRT_NETCDF* out:trpe * $output_data_path/$run_identifier/OUTPUT _prt nc 78 PARTICLE_DATA* out:lnpe * $output_data_path/$run_identifier/OUTPUT _prt_bin 79 SURFACE_DATA_AV_BIN* out:lnpe * $output_data_path/$run_identifier/OUTPUT _av_surf_bin 80 SURFACE_DATA_BIN* out:lnpe * $output_data_path/$run_identifier/OUTPUT _surf_bin 81 SURFACE_DATA_AV_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _av_surf nc 82 SURFACE_DATA_NETCDF* out:tr * $output_data_path/$run_identifier/OUTPUT _surf nc 83 VM_OUTPUT* out:pe * $output_data_path/$run_identifier/OUTPUT _vm 84 #------------------------------------------------------------------------------------------------------------ 85 # Deprecated settings (will be removed in a future revision) 86 #------------------------------------------------------------------------------------------------------------ 87 BININ in:lnpe rec $restart_data_path/$run_identifier/RESTART _d3d*
Note: See TracChangeset
for help on using the changeset viewer.