From fb2f0439f0afa8c9593b403f83b7534e9ec631ec Mon Sep 17 00:00:00 2001 From: Timothy ODonnell <odonnt02@li03c03.chimera.hpc.mssm.edu> Date: Thu, 18 Jul 2019 21:05:01 -0400 Subject: [PATCH] update --- .../cluster_submit_script_header.mssm_hpc.lsf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf b/downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf index e88afedd..34556ac1 100644 --- a/downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf +++ b/downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf @@ -13,7 +13,8 @@ #IGNORE -R rusage[ngpus_excl_p=1] # 1 exclusive GPU export TMPDIR=/local/JOBS/mhcflurry-{work_item_num} -export PATH=$HOME/.conda/envs/py36b/bin/:$PATH +export PATH=$HOME/.conda/envs/tf-cpu/bin/:$PATH +export PYTHONUNBUFFERED=1 set -e free -m @@ -21,5 +22,6 @@ free -m #module load cuda/10.1.105 #module load cudnn/7.1.1 + cd {work_dir} -- GitLab