Changeset 3346 for palm/trunk/SCRIPTS
- Timestamp:
- Oct 15, 2018 12:28:43 PM (6 years ago)
- Location:
- palm/trunk/SCRIPTS
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.crayh
r3236 r3346 34 34 BD:#!/bin/bash 35 35 BD:#PBS -A {{project_account}} 36 BD:#PBS -N {{ job_id}}36 BD:#PBS -N {{run_id}} 37 37 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} 38 38 BD:#PBS -l nodes={{nodes}}:ppn={{tasks_per_node}} -
palm/trunk/SCRIPTS/.palm.config.eddy_gfort
r3236 r3346 31 31 # BATCH-directives to be used for batch jobs 32 32 BD:#!/bin/bash 33 BD:#SBATCH -J {{ job_id}}33 BD:#SBATCH -J {{run_id}} 34 34 BD:#SBATCH -t {{timestring}} 35 35 BD:#SBATCH -n {{mpi_tasks}} -
palm/trunk/SCRIPTS/.palm.config.eddy_ifort
r3236 r3346 31 31 # BATCH-directives to be used for batch jobs 32 32 BD:#!/bin/bash 33 BD:#SBATCH -J {{ job_id}}33 BD:#SBATCH -J {{run_id}} 34 34 BD:#SBATCH -t {{timestring}} 35 35 BD:#SBATCH -n {{mpi_tasks}} -
palm/trunk/SCRIPTS/.palm.config.idefix
r3236 r3346 34 34 # BATCH-directives to be used for batch jobs. 35 35 BD:#!/bin/bash 36 BD:#PBS -N{{ job_id}}36 BD:#PBS -N{{run_id}} 37 37 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} 38 38 BD:#PBS -l ncpus={{cores}} -
palm/trunk/SCRIPTS/palmrun
r3313 r3346 27 27 # ----------------- 28 28 # $Id$ 29 # job_id is set for compatibility reasons with older versions of config files 30 # 31 # 3313 2018-10-06 15:22:48Z knoop 29 32 # more detailed error message for outdated fileconnection file 30 33 # … … 1456 1459 1457 1460 tempdir=$fast_io_catalog/$run_id 1461 1462 # FOR COMPATIBILITY REASONS WITH OLDER VERSIONS SET JOB_ID 1463 export job_id=$run_id 1464 1458 1465 fi 1459 1466
Note: See TracChangeset
for help on using the changeset viewer.