Skip to content

Commit

Permalink
Merge branch 'update-readme' into develop
Browse files Browse the repository at this point in the history
Merges pull request #1 into develop instead of master.
  • Loading branch information
ndryden committed Jul 19, 2016
2 parents df9b3b1 + 66bcdd3 commit a31acd8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 29 deletions.
37 changes: 37 additions & 0 deletions README.md
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
29 changes: 0 additions & 29 deletions README_LLNL.txt

This file was deleted.

0 comments on commit a31acd8

Please sign in to comment.