Changeset 2693 for palm/trunk/SCRIPTS/.palm.config.idefix
- Timestamp:
- Dec 13, 2017 12:33:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.idefix
r2554 r2693 29 29 %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 30 30 # 31 %execute_command mpirun -machinefile hostfile -n {{ MPI_TASKS}} palm31 %execute_command mpirun -machinefile hostfile -n {{mpi_tasks}} palm 32 32 # 33 33 # 34 34 # BATCH-directives to be used for batch jobs. 35 35 BD:#!/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}}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{{job_protocol_file}} 40 40 BD:#PBS -j oe 41 BD:#PBS -q{{ QUEUE}}41 BD:#PBS -q{{queue}} 42 42 # 43 43 # BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host … … 46 46 BDT:#PBS -l walltime=00:30:00 47 47 BDT:#PBS -l ncpus=1 48 BDT:#PBS -o{{ JOB_TRANSFER_PROTOCOL_FILE}}48 BDT:#PBS -o{{job_transfer_protocol_file}} 49 49 BDT:#PBS -j oe 50 50 BDT:#PBS -q workq
Note: See TracChangeset
for help on using the changeset viewer.