Ignore:
Timestamp:
Dec 13, 2017 12:33:49 PM (7 years ago)
Author:
raasch
Message:

replacement of variables in configuration file is done in a more general way, variable names are written in small letters

File:
1 edited

Legend:

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

    r2554 r2693  
    2929%module_commands     module load intel-compiler/2017.1.132 mvapich2/2.2/intel fftw/3.3.6-pl1/mvapich2-intel hdf5-parallel/1.10.0-patch1/intel netcdf4_hdf5parallel/4411c_443f/intel
    3030#
    31 %execute_command     mpirun  -machinefile hostfile  -n {{MPI_TASKS}} palm
     31%execute_command     mpirun  -machinefile hostfile  -n {{mpi_tasks}} palm
    3232#
    3333#
    3434# BATCH-directives to be used for batch jobs.
    3535BD:#!/bin/bash
    36 BD:#PBS -N{{JOB_ID}}
    37 BD:#PBS -l walltime={{CPU_HOURS}}:{{CPU_MINUTES}}:{{CPU_SECONDS}}
    38 BD:#PBS -l ncpus={{CORES}}
    39 BD:#PBS -o{{JOBFILE}}
     36BD:#PBS -N{{job_id}}
     37BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}}
     38BD:#PBS -l ncpus={{cores}}
     39BD:#PBS -o{{job_protocol_file}}
    4040BD:#PBS -j oe
    41 BD:#PBS -q{{QUEUE}}
     41BD:#PBS -q{{queue}}
    4242#
    4343# BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host
     
    4646BDT:#PBS -l walltime=00:30:00
    4747BDT:#PBS -l ncpus=1
    48 BDT:#PBS -o{{JOB_TRANSFER_PROTOCOL_FILE}}
     48BDT:#PBS -o{{job_transfer_protocol_file}}
    4949BDT:#PBS -j oe
    5050BDT:#PBS -q workq
Note: See TracChangeset for help on using the changeset viewer.