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

update

parent bc3aa3ac
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,9 @@ git status
cd $SCRATCH_DIR/$DOWNLOAD_NAME
export OMP_NUM_THREADS=1
export PYTHONUNBUFFERED=1
cp $SCRIPT_DIR/generate_hyperparameters.py .
python generate_hyperparameters.py > hyperparameters.yaml
......
#!/bin/bash
#BSUB -J mhcf-{work_item_num} # Job name
#BSUB -J MHCf-{work_item_num} # Job name
#BSUB -P acc_nkcancer # allocation account or Unix group
#BSUB -q normal # queue
#BSUB -R span[hosts=1] # one node
......@@ -16,6 +16,12 @@ export TMPDIR=/local/JOBS/mhcflurry-{work_item_num}
export PATH=$HOME/.conda/envs/tf-cpu/bin/:$PATH
export PYTHONUNBUFFERED=1
# See https://www.tensorflow.org/guide/performance/overview
export KMP_AFFINITY=granularity=fine,verbose,compact,1,0
export KMP_SETTINGS=1
export KMP_BLOCKTIME=0
export OMP_NUM_THREADS=16
set -e
free -m
......
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