Skip to content
Snippets Groups Projects
Commit 06ec1810 authored by Timothy ODonnell's avatar Timothy ODonnell
Browse files

fix

parent 749678da
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ free -m ...@@ -28,7 +28,7 @@ free -m
module add cuda/10.0.130 cudnn/7.1.1 module add cuda/10.0.130 cudnn/7.1.1
module list 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 env
......
...@@ -29,7 +29,7 @@ then ...@@ -29,7 +29,7 @@ then
echo "Num jobs: $NUM_JOBS" echo "Num jobs: $NUM_JOBS"
PARALLELISM_ARGS+=" --num-jobs $NUM_JOBS --max-tasks-per-worker 1 --gpus $GPUS --max-workers-per-gpu 1" PARALLELISM_ARGS+=" --num-jobs $NUM_JOBS --max-tasks-per-worker 1 --gpus $GPUS --max-workers-per-gpu 1"
else 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 fi
rm -rf "$SCRATCH_DIR/$DOWNLOAD_NAME" rm -rf "$SCRATCH_DIR/$DOWNLOAD_NAME"
......
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