Skip to content
Snippets Groups Projects
Commit 1871f964 authored by Timothy ODonnell's avatar Timothy ODonnell Committed by Tim O'Donnell
Browse files

fix

parent e7a59d70
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ do ...@@ -45,8 +45,8 @@ do
--verbosity 1 \ --verbosity 1 \
--cluster-parallelism \ --cluster-parallelism \
--cluster-submit-command bsub \ --cluster-submit-command bsub \
--cluster-results-workdir ~/mhcflurry-model-training \ --cluster-results-workdir ~/mhcflurry-scratch \
--cluster-script-prefix-path ./cluster_submit_script_header.mssm_hpc.lsf --cluster-script-prefix-path $SCRIPT_DIR/cluster_submit_script_header.mssm_hpc.lsf
done done
cp $SCRIPT_ABSOLUTE_PATH . cp $SCRIPT_ABSOLUTE_PATH .
......
...@@ -10,10 +10,14 @@ ...@@ -10,10 +10,14 @@
#BSUB -eo {work_dir}/%J.stderr # error log #BSUB -eo {work_dir}/%J.stderr # error log
#BSUB -L /bin/bash # Initialize the execution environment #BSUB -L /bin/bash # Initialize the execution environment
export TMPDIR=/local/JOBS/haplocnv-{case} export TMPDIR=/local/JOBS/mhcflurry-{work_item_num}
export PATH=$HOME/.conda/envs/py37/bin/:$PATH export PATH=$HOME/.conda/envs/py36b/bin/:$PATH
set -e set -e
free -m free -m
module load cuda/10.1.105
module load cudnn/7.1.1
cd {work_dir} cd {work_dir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment