Changeset 3346 for palm/trunk/SCRIPTS


Ignore:
Timestamp:
Oct 15, 2018 12:28:43 PM (5 years ago)
Author:
raasch
Message:

job_id renamed run_id in configuration files, job_id is set for compatibility reasons with older versions of config files

Location:
palm/trunk/SCRIPTS
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/.palm.config.crayh

    r3236 r3346  
    3434BD:#!/bin/bash
    3535BD:#PBS -A {{project_account}}
    36 BD:#PBS -N {{job_id}}
     36BD:#PBS -N {{run_id}}
    3737BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}}
    3838BD:#PBS -l nodes={{nodes}}:ppn={{tasks_per_node}}
  • palm/trunk/SCRIPTS/.palm.config.eddy_gfort

    r3236 r3346  
    3131# BATCH-directives to be used for batch jobs
    3232BD:#!/bin/bash
    33 BD:#SBATCH -J {{job_id}}
     33BD:#SBATCH -J {{run_id}}
    3434BD:#SBATCH -t {{timestring}}
    3535BD:#SBATCH -n {{mpi_tasks}}
  • palm/trunk/SCRIPTS/.palm.config.eddy_ifort

    r3236 r3346  
    3131# BATCH-directives to be used for batch jobs
    3232BD:#!/bin/bash
    33 BD:#SBATCH -J {{job_id}}
     33BD:#SBATCH -J {{run_id}}
    3434BD:#SBATCH -t {{timestring}}
    3535BD:#SBATCH -n {{mpi_tasks}}
  • palm/trunk/SCRIPTS/.palm.config.idefix

    r3236 r3346  
    3434# BATCH-directives to be used for batch jobs.
    3535BD:#!/bin/bash
    36 BD:#PBS -N{{job_id}}
     36BD:#PBS -N{{run_id}}
    3737BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}}
    3838BD:#PBS -l ncpus={{cores}}
  • palm/trunk/SCRIPTS/palmrun

    r3313 r3346  
    2727# -----------------
    2828# $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
    2932# more detailed error message for outdated fileconnection file
    3033#
     
    14561459
    14571460    tempdir=$fast_io_catalog/$run_id
     1461
     1462       # FOR COMPATIBILITY REASONS WITH OLDER VERSIONS SET JOB_ID
     1463    export job_id=$run_id
     1464
    14581465 fi
    14591466
Note: See TracChangeset for help on using the changeset viewer.