Skip to content

Commit

Permalink
setup for compute canada
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrinebedard committed Aug 13, 2024
1 parent c849a24 commit 9511c21
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions config_sct_run_batch_cc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# config file for sct_run_batch
path_data: /home/sabeda/scratch/data-multi-subject
path_output: /home/sabeda/scratch/results_csa-atrophy_t2-all
script: /home/sabeda/csa-atrophy/process_data.sh
script_args: /home/sabeda/csa-atrophy/config_script.yml
jobs: -1
batch_log: sct_run_batch_log.txt
continue_on_error: 1
subject_prefix: sub-
zip: true
2 changes: 1 addition & 1 deletion job_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#SBATCH --nodes=1
#SBATCH --cpus-per-task=32 # number of OpenMP processes
#SBATCH --mem=128G
#SBATCH --mail-user=paul.bautin@polymtl.ca
#SBATCH --mail-user=sandrine.bedard@polymtl.ca
#SBATCH --mail-type=ALL
export OMP_NUM_THREADS=1
export MKL_NUM_THREADS=1
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt → requirements_cc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ matplotlib
scikit-image
nibabel
ruamel.yaml
yaml-1.3
argparse
setuptools
PyYAML
coloredlogs

networkx
yaml-1.3
2 changes: 2 additions & 0 deletions requirements_manual_pip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
networkx==3.2.1
yaml-1.3

0 comments on commit 9511c21

Please sign in to comment.