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.crayh

    r2554 r2693  
    2626%compiler_options    -em -O3 -hnoomp -hnoacc -hfp3 -hdynamic
    2727%linker_options      -em -O3 -hnoomp -hnoacc -hfp3 -hdynamic -dynamic
    28 %execute_command     aprun  -n {{MPI_TASKS}}  -N {{TASKS_PER_NODE}}  palm
     28%execute_command     aprun  -n {{mpi_tasks}}  -N {{tasks_per_node}}  palm
     29%execute_command_for_combine     aprun  -n 1  -N 1  ./combine_plot_fields.x
    2930%memory              2300
    3031%module_commands     module load fftw cray-hdf5-parallel cray-netcdf-hdf5parallel
    3132%login_init_cmd      module switch craype-ivybridge craype-haswell
    3233#
    33 # BATCH-directives to be used for batch jobs.
     34# BATCH-directives to be used for batch jobs
    3435BD:#!/bin/bash
    35 BD:#PBS -A {{PROJECT_ACCOUNT}}
    36 BD:#PBS -N {{JOB_ID}}
    37 BD:#PBS -l walltime={{CPU_HOURS}}:{{CPU_MINUTES}}:{{CPU_SECONDS}}
    38 BD:#PBS -l nodes={{NODES}}:ppn={{TASKS_PER_NODE}}
    39 BD:#PBS -o {{JOBFILE}}
     36BD:#PBS -A {{project_account}}
     37BD:#PBS -N {{job_id}}
     38BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}}
     39BD:#PBS -l nodes={{nodes}}:ppn={{tasks_per_node}}
     40BD:#PBS -o {{job_protocol_file}}
    4041BD:#PBS -j oe
    41 BD:#PBS -q {{QUEUE}}
     42BD:#PBS -q {{queue}}
    4243#
    4344# BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host
    4445BDT:#!/bin/bash
    45 BDT:#PBS -A {{PROJECT_ACCOUNT}}
     46BDT:#PBS -A {{project_account}}
    4647BDT:#PBS -N job_protocol_transfer
    4748BDT:#PBS -l walltime=00:30:00
    4849BDT:#PBS -l nodes=1:ppn=1
    49 BDT:#PBS -o {{JOB_TRANSFER_PROTOCOL_FILE}}
     50BDT:#PBS -o {{job_transfer_protocol_file}}
    5051BDT:#PBS -j oe
    5152BDT:#PBS -q dataq
Note: See TracChangeset for help on using the changeset viewer.