Changeset 2693 for palm/trunk/SCRIPTS/.palm.config.default.in
- Timestamp:
- Dec 13, 2017 12:33:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.default.in
r2690 r2693 37 37 %compiler_options @PALM_COMPILER_OPTIONS@ 38 38 %linker_options @PALM_LINKER_OPTIONS@ 39 %execute_command mpirun -n {{ MPI_TASKS}} ./palm39 %execute_command mpirun -n {{mpi_tasks}} ./palm 40 40 #%memory 2300 41 41 #%module_commands module load fftw cray-hdf5-parallel cray-netcdf-hdf5parallel … … 45 45 # Directives to be used for batch jobs 46 46 # Lines must start with "BD:". If $-characters are required, hide them with \ 47 # Internal variables can be used as {{ VARIABLE_NAME}}. Please see documentation.47 # Internal variables can be used as {{variable_name}}. Please see documentation. 48 48 #------------------------------------------------------------------------------- 49 49 BD:#!/bin/bash 50 BD:#PBS -N {{ JOB_ID}}51 BD:#PBS -l walltime={{ CPU_HOURS}}:{{CPU_MINUTES}}:{{CPU_SECONDS}}52 BD:#PBS -l nodes={{ NODES}}:ppn={{TASKS_PER_NODE}}53 BD:#PBS -o {{ JOBFILE}}50 BD:#PBS -N {{job_id}} 51 BD:#PBS -l walltime={{cpu_hours}}:{{cpu_minutes}}:{{cpu_seconds}} 52 BD:#PBS -l nodes={{nodes}}:ppn={{tasks_per_node}} 53 BD:#PBS -o {{job_protocol_file}} 54 54 BD:#PBS -j oe 55 BD:#PBS -q {{ QUEUE}}55 BD:#PBS -q {{queue}} 56 56 # 57 57 #------------------------------------------------------------------------------- 58 58 # Directives for batch jobs used to send back the jobfiles from a remote to a local host 59 59 # Lines must start with "BDT:". If $-characters are required, excape them with triple backslash 60 # Internal variables can be used as {{ VARIABLE_NAME}}. Please see documentation.60 # Internal variables can be used as {{variable_name}}. Please see documentation. 61 61 #------------------------------------------------------------------------------- 62 62 BDT:#!/bin/bash … … 64 64 BDT:#PBS -l walltime=00:30:00 65 65 BDT:#PBS -l nodes=1:ppn=1 66 BDT:#PBS -o {{ JOB_TRANSFER_PROTOCOL_FILE}}66 BDT:#PBS -o {{job_transfer_protocol_file}} 67 67 BDT:#PBS -j oe 68 68 BDT:#PBS -q dataq
Note: See TracChangeset
for help on using the changeset viewer.