Commit ·
4f90406
1
Parent(s): 81104f5
updated readme
Browse files- root_gnn_dgl/README.md +1 -1
root_gnn_dgl/README.md
CHANGED
|
@@ -114,7 +114,7 @@ You can also input a list as the `--config` and the `--branch` to simultaneously
|
|
| 114 |
|
| 115 |
## Running Jobs + Parallelization
|
| 116 |
|
| 117 |
-
Perlmutter job scripts are located in `jobs/`. Job scripts are separated into 3 categories: `
|
| 118 |
|
| 119 |
The different shell scripts show how to request GPU or CPU nodes from Perlmutter, which are reqired for running jobs.
|
| 120 |
|
|
|
|
| 114 |
|
| 115 |
## Running Jobs + Parallelization
|
| 116 |
|
| 117 |
+
Perlmutter job scripts are located in `jobs/`. Job scripts are separated into 3 categories: `prep_data`, `training`, and `inference`.
|
| 118 |
|
| 119 |
The different shell scripts show how to request GPU or CPU nodes from Perlmutter, which are reqired for running jobs.
|
| 120 |
|