diff --git a/downloads-generation/models_class1_pan/cluster_submit_script_header.mssm_hpc.lsf b/downloads-generation/models_class1_pan/cluster_submit_script_header.mssm_hpc.lsf index efa3d10e75a65c830a3134387eb5f4fdd4136668..ea6234dc60556973fe74b710d29e656df9ff8989 100644 --- a/downloads-generation/models_class1_pan/cluster_submit_script_header.mssm_hpc.lsf +++ b/downloads-generation/models_class1_pan/cluster_submit_script_header.mssm_hpc.lsf @@ -28,7 +28,7 @@ free -m 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")' +python -c 'import tensorflow as tf ; print("GPU AVAILABLE" if tf.test.is_gpu_available() else "GPU NOT AVAILABLE")' env diff --git a/downloads-generation/models_class1_pan_refined/GENERATE.sh b/downloads-generation/models_class1_pan_refined/GENERATE.sh index 401146ac64dbfa8ad7e5b84fe4125ded652f293d..7b1e0db500809dcdb355a1d7af184b621b0c585c 100755 --- a/downloads-generation/models_class1_pan_refined/GENERATE.sh +++ b/downloads-generation/models_class1_pan_refined/GENERATE.sh @@ -29,7 +29,7 @@ then echo "Num jobs: $NUM_JOBS" PARALLELISM_ARGS+=" --num-jobs $NUM_JOBS --max-tasks-per-worker 1 --gpus $GPUS --max-workers-per-gpu 1" else - PARALLELISM_ARGS+=" --cluster-parallelism --cluster-max-retries 3 --cluster-submit-command bsub --cluster-results-workdir $HOME/mhcflurry-scratch --cluster-script-prefix-path $SCRIPT_DIR/cluster_submit_script_header.mssm_hpc.gpu.lsf" + PARALLELISM_ARGS+=" --cluster-parallelism --cluster-max-retries 3 --cluster-submit-command bsub --cluster-results-workdir $HOME/mhcflurry-scratch --cluster-script-prefix-path $SCRIPT_DIR/cluster_submit_script_header.mssm_hpc.lsf" fi rm -rf "$SCRATCH_DIR/$DOWNLOAD_NAME"