Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mhc_rank
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Skillman-Lawrence
mhc_rank
Commits
ccda3846
Commit
ccda3846
authored
5 years ago
by
Timothy ODonnell
Committed by
Tim O'Donnell
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
pudate
parent
f135243c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf
+7
-11
7 additions, 11 deletions
..._pan_unselected/cluster_submit_script_header.mssm_hpc.lsf
with
7 additions
and
11 deletions
downloads-generation/models_class1_pan_unselected/cluster_submit_script_header.mssm_hpc.lsf
+
7
−
11
View file @
ccda3846
#!/bin/bash
#BSUB -J MHCf-{work_item_num} # Job name
#BSUB -P acc_nkcancer # allocation account or Unix group
#BSUB -q normal # queue
#BSUB -q gpu # queue
#BSUB -R rusage[ngpus_excl_p=1] # 1 exclusive GPU
#BSUB -R span[hosts=1] # one node
#BSUB -n 1 # number of compute cores
#BSUB -W
3
6:00 # walltime in HH:MM
#BSUB -W
4
6:00 # walltime in HH:MM
#BSUB -R rusage[mem=30000] # mb memory requested
#BSUB -o {work_dir}/%J.stdout # output log (%J : JobID)
#BSUB -eo {work_dir}/%J.stderr # error log
#BSUB -L /bin/bash # Initialize the execution environment
#
#IGNORE -R rusage[ngpus_excl_p=1] # 1 exclusive GPU
export
TMPDIR
=
/local/JOBS/mhcflurry-
{
work_item_num
}
export
PATH
=
$HOME
/.conda/envs/
tf-cpu
/bin/:
$PATH
export
PATH
=
$HOME
/.conda/envs/
py36b
/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
#
module load cuda/10.1.105
#
module load cudnn/7.1.1
module load cuda/10.1.105
module load cudnn/7.1.1
env
cd
{
work_dir
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment