forked from kzintun/data-selection
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcmd.sh
More file actions
36 lines (29 loc) · 1.37 KB
/
cmd.sh
File metadata and controls
36 lines (29 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# "queue.pl" uses qsub. The options to it are
# options to qsub. If you have GridEngine installed,
# change this to a queue you have access to.
# Otherwise, use "run.pl", which will run jobs locally
# (make sure your --num-jobs options are no more than
# the number of cpus on your machine.
#a) JHU cluster options
#export train_cmd="queue.pl -q all.q@[ah]*.clsp.jhu.edu"
#export decode_cmd="queue.pl -q all.q@[ah]*.clsp.jhu.edu"
#export cuda_cmd="..."
#export mkgraph_cmd="queue.pl -q all.q@a*.clsp.jhu.edu -l ram_free=4G,mem_free=4G"
#b) BUT cluster options
#export train_cmd="queue.pl -q all.q@@blade -l ram_free=1200M,mem_free=1200M"
#export decode_cmd="queue.pl -q all.q@@blade -l ram_free=1700M,mem_free=1700M"
#export decodebig_cmd="queue.pl -q all.q@@blade -l ram_free=4G,mem_free=4G"
#export cuda_cmd="queue.pl -q long.q@@pco203 -l gpu=1"
#export cuda_cmd="queue.pl -q long.q@pcspeech-gpu"
#export mkgraph_cmd="queue.pl -q all.q@@servers -l ram_free=4G,mem_free=4G"
#c) run it locally...
export train_cmd=run.pl
export decode_cmd=run.pl
#export cuda_cmd=run.pl
#export mkgraph_cmd=run.pl
#d) ICSI slurm cluster w/ qsub wrappers
##export train_cmd="slurm.pl"
##export gpu_train_cmd="slurm.pl --gres=gpu:1"
## export train_cmd="queue.pl -q all.q@erl-lychee"
# export decode_cmd="queue.pl -q all.q@erl-ciku -q all.q@erl-durian -q all.q@erl-lychee"
##export decode_cmd="slurm.pl --quiet"