Changeset 4814 for palm/trunk/SCRIPTS/.palm.config.atosg
- Timestamp:
- Dec 9, 2020 1:08:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.