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