fix mamba bugs

This commit is contained in:
2019-12-10 21:24:45 -05:00
parent 1be4066758
commit 01b7afb52c
4 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ clean :
rm main
queue : main
qsub -q mamba -l walltime=24:00:00 -l nodes=1:ppn=1:gpus=2 -d `pwd` run_gpu_opt.sh
qsub -q mamba -l walltime=24:00:00 -l nodes=1:ppn=1:gpus=1 -d `pwd` run_gpu_opt.sh

View File

@@ -1,4 +1,4 @@
IN='./main'
MAIN='./main'
echo "type,arg,nrels,secs,cosets"

View File

@@ -5,5 +5,5 @@ clean :
rm main
queue : main
qsub -q mamba -l walltime=24:00:00 -l nodes=1:ppn=1:gpus=2 -d `pwd` run_gpu.sh
qsub -q mamba -l walltime=24:00:00 -l nodes=1:ppn=1:gpus=1 -d `pwd` run_gpu.sh

View File

@@ -1,4 +1,4 @@
IN='./main'
MAIN='./main'
echo "type,arg,nrels,secs,cosets"