From 7df3a99e250d13b0eccd806eea3fa037fb2b0ae8 Mon Sep 17 00:00:00 2001 From: Timothy ODonnell <odonnt02@li03c04.chimera.hpc.mssm.edu> Date: Wed, 21 Aug 2019 16:30:52 -0400 Subject: [PATCH] fix --- .../cluster_submit_script_header.mssm_hpc.lsf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 28a5e157..4d334e0d 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 @@ -20,8 +20,10 @@ export KMP_SETTINGS=1 set -e free -m -module load cuda/10.1.105 -module load cudnn/7.1.1 +module add cuda/10.0.130 cudnn/7.1.1 +module list + +python -c 'import tensorflow as tf ; print("GPU AVAILABLE" if tf.test.is_gpu_available() else "GPU NOT AVAILABLE")' env -- GitLab