Skip to content

Commit a31acd8

Browse files
committed
Merge branch 'update-readme' into develop
Merges pull request #1 into develop instead of master.
2 parents df9b3b1 + 66bcdd3 commit a31acd8

File tree

2 files changed

+37
-29
lines changed

2 files changed

+37
-29
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

README_LLNL.txt

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)