-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Freeze config files for processing on compute canada: graham (#73)
* - parameter config files for processing on graham * - change username in sbatch account * - change dataset name in config_sct_run_batch * - change account and mail in job template * - add emailing to job template * remove mail-type END
- Loading branch information
1 parent
d093b6c
commit 64d99c1
Showing
4 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#SBATCH --account=def-jcohen | ||
#SBATCH --time=0-08:00 # time (DD-HH:MM) | ||
#SBATCH --nodes=1 | ||
#SBATCH --cpus-per-task=32 # number of OpenMP processes | ||
#SBATCH --mem=128G | ||
#SBATCH --mail-user=paul.bautin@polymtl.ca | ||
#SBATCH --mail-type=ALL | ||
|
||
cd $SCRATCH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters