Ignore:
Timestamp:
Apr 1, 2020 3:43:44 PM (4 years ago)
Author:
gronemeier
Message:

renamed job_id to run_id in configuration files according to changes made in revision 3236

File:
1 edited

Legend:

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

    r4480 r4484  
    3333# BATCH-directives to be used for batch jobs. If $-characters are required, hide them with 3 backslashes
    3434BD:#!/bin/bash
    35 BD:#SBATCH --job-name={{job_id}}
     35BD:#SBATCH --job-name={{run_id}}
    3636BD:#SBATCH --time={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}}
    3737BD:#SBATCH --ntasks={{mpi_tasks}}
Note: See TracChangeset for help on using the changeset viewer.