-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'update-readme' into develop
Merges pull request #1 into develop instead of master.
- Loading branch information
Showing
2 changed files
with
37 additions
and
29 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,37 @@ | ||
# LBANN: Livermore Big Artificial Neural Network Toolkit | ||
|
||
## Using LBANN on LLNL LC clusters | ||
|
||
cd examples | ||
|
||
## Setup the environment | ||
|
||
source setup_brain_lbann_env.sh | ||
|
||
## Compile: | ||
|
||
NOTE: Compilation is now done using cmake, please follow the instruction in doc/getting_started | ||
|
||
make | ||
|
||
## Running on Catalyst | ||
|
||
### Interactive Mode | ||
|
||
Allocate nodes in SLURM: | ||
|
||
salloc -N16 --enable-hyperthreads -t 1440 --clear-ssd | ||
./run_lbann_dnn_imagenet.sh -t 2400 -v 10 -e 4 -n 5000,2500,1000 -b 192 -r 0.0001 | ||
|
||
### Batch Mode | ||
|
||
cd tests | ||
sbatch -N16 --enable-hyperthreads -t 1440 --clear-ssd ./test_imagenet_topologies.sh | ||
|
||
## Running on Surface | ||
|
||
### Interactive Mode | ||
|
||
Allocate nodes in MOAB: | ||
|
||
mxterm 16 256 1440 -A hpclearn |
This file was deleted.
Oops, something went wrong.