File tree Expand file tree Collapse file tree 2 files changed +37
-29
lines changed Expand file tree Collapse file tree 2 files changed +37
-29
lines changed Original file line number Diff line number Diff line change 1+ # LBANN: Livermore Big Artificial Neural Network Toolkit
2+
3+ ## Using LBANN on LLNL LC clusters
4+
5+ cd examples
6+
7+ ## Setup the environment
8+
9+ source setup_brain_lbann_env.sh
10+
11+ ## Compile:
12+
13+ NOTE: Compilation is now done using cmake, please follow the instruction in doc/getting_started
14+
15+ make
16+
17+ ## Running on Catalyst
18+
19+ ### Interactive Mode
20+
21+ Allocate nodes in SLURM:
22+
23+ salloc -N16 --enable-hyperthreads -t 1440 --clear-ssd
24+ ./run_lbann_dnn_imagenet.sh -t 2400 -v 10 -e 4 -n 5000,2500,1000 -b 192 -r 0.0001
25+
26+ ### Batch Mode
27+
28+ cd tests
29+ sbatch -N16 --enable-hyperthreads -t 1440 --clear-ssd ./test_imagenet_topologies.sh
30+
31+ ## Running on Surface
32+
33+ ### Interactive Mode
34+
35+ Allocate nodes in MOAB:
36+
37+ mxterm 16 256 1440 -A hpclearn
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments