84 lines
2.6 KiB
YAML
84 lines
2.6 KiB
YAML
|
jobqueue:
|
||
|
|
||
|
lsf:
|
||
|
name: mintpy_bee
|
||
|
|
||
|
# Dask worker options
|
||
|
cores: null # Total number of cores per job
|
||
|
memory: null # This parameter is ignored by Pegasus
|
||
|
processes: 1 # Number of Python processes per job
|
||
|
|
||
|
interface: ib0 # Network interface to use like eth0 or ib0
|
||
|
death-timeout: 60 # Number of seconds to wait if a worker can not find a scheduler
|
||
|
local-directory: null # Location of fast local storage like /scratch or $TMPDIR
|
||
|
|
||
|
# LSF resource manager options
|
||
|
shebang: "#!/usr/bin/env bash"
|
||
|
queue: null
|
||
|
project: null
|
||
|
walltime: '00:30'
|
||
|
extra: []
|
||
|
env-extra: []
|
||
|
ncpus: null
|
||
|
mem: null
|
||
|
# The first parameter is required by Pegasus. This parameter sets the
|
||
|
# memory per node. The second parameter writes worker output to file.
|
||
|
job-extra: ['-R "rusage[mem=2500]"',
|
||
|
'-o worker_mintpy.%J.o',
|
||
|
'-e worker_mintpy.%J.e']
|
||
|
log-directory: null
|
||
|
|
||
|
|
||
|
########################################################
|
||
|
|
||
|
pbs:
|
||
|
name: mintpy_bee
|
||
|
|
||
|
# Dask worker options
|
||
|
cores: null # Total number of cores per job
|
||
|
memory: null # Total amount of memory per job
|
||
|
processes: 1 # Number of Python processes per job
|
||
|
|
||
|
interface: null # Network interface to use like eth0 or ib0
|
||
|
death-timeout: 60 # Number of seconds to wait if a worker can not find a scheduler
|
||
|
local-directory: null # Location of fast local storage like /scratch or $TMPDIR
|
||
|
|
||
|
# PBS resource manager options
|
||
|
shebang: "#!/usr/bin/env bash"
|
||
|
queue: null
|
||
|
project: null
|
||
|
walltime: '00:30:00'
|
||
|
extra: []
|
||
|
env-extra: []
|
||
|
resource-spec: null
|
||
|
job-extra: []
|
||
|
log-directory: null
|
||
|
|
||
|
########################################################
|
||
|
|
||
|
slurm:
|
||
|
name: mintpy_bee
|
||
|
|
||
|
cores: null # Total number of cores per job
|
||
|
memory: null # Total amount of memory per job
|
||
|
processes: 1 # Number of Python processes per job
|
||
|
|
||
|
interface: null # Network interface to use like eth0 or ib0
|
||
|
death-timeout: 60 # Number of seconds to wait if a worker can not find a scheduler
|
||
|
local-directory: null # Location of fast local storage like /scratch or $TMPDIR
|
||
|
|
||
|
# LSF resource manager options
|
||
|
shebang: "#!/usr/bin/env bash"
|
||
|
queue: null
|
||
|
project: null
|
||
|
walltime: '00:30:00'
|
||
|
extra: []
|
||
|
env-extra: []
|
||
|
ncpus: null
|
||
|
|
||
|
job-extra: []
|
||
|
log-directory: null
|
||
|
|
||
|
job-cpu: null
|
||
|
job-mem: null
|