-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pierre.delaunay
committed
Jun 20, 2024
1 parent
7246295
commit 4d27ecf
Showing
10 changed files
with
249 additions
and
158 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# | ||
# SBatch arguments for different run profile | ||
# | ||
|
||
multi-node-full: | ||
# DGX run: 2 nodes x 8 A100 80Go SXM4 | ||
- --partition=staff-idt | ||
- -w cn-d[003-004] | ||
- --ntasks=1 | ||
- --gpus-per-task=a100l:8 | ||
- --exclusive | ||
- --nodes=2 | ||
- --cpus-per-task=128 | ||
- --time=1:30:00 | ||
- --ntasks-per-node=1 | ||
- --mem=0 | ||
|
||
single-node-full: | ||
# DGX run: 1 node x 8 A100 80Go SXM4 | ||
- --partition=staff-idt | ||
- -w cn-d[003-004] | ||
- --ntasks=1 | ||
- --gpus-per-task=a100l:8 | ||
- --exclusive | ||
- --nodes=1 | ||
- --cpus-per-task=128 | ||
- --time=1:30:00 | ||
- --ntasks-per-node=1 | ||
- --mem=0 | ||
|
||
multi-node-small: | ||
# Any GPU, 2 nodes x 2 GPU | ||
- --partition=staff-idt | ||
- --ntasks=1 | ||
- --gpus-per-task=2 | ||
- --exclusive | ||
- --nodes=2 | ||
- --cpus-per-task=16 | ||
- --time=1:30:00 | ||
- --ntasks-per-node=1 | ||
- --mem=64G | ||
|
||
single-node-small: | ||
# Any GPU, 1 node x 2 GPU | ||
- --partition=staff-idt | ||
- --ntasks=1 | ||
- --gpus-per-task=2 | ||
- --exclusive | ||
- --nodes=1 | ||
- --cpus-per-task=16 | ||
- --time=1:30:00 | ||
- --ntasks-per-node=1 | ||
- --mem=64G |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
"""This file is generated, do not modify""" | ||
|
||
__tag__ = "v0.1.0-12-g39e7cce9" | ||
__commit__ = "39e7cce9aec8a9e1ae7713137f287353ce718875" | ||
__date__ = "2024-06-17 13:41:35 -0400" | ||
__tag__ = "v0.1.0-20-g7246295a" | ||
__commit__ = "7246295a356186b55fa4b2b75480e3700c279b15" | ||
__date__ = "2024-06-20 09:18:17 -0400" |
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
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
Empty file.
Oops, something went wrong.