Skip to content

Commit

Permalink
code blocks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gonsie committed Jan 11, 2019
1 parent 1dfa47e commit 35b4692
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,29 @@ matrix-cancel:

1. Build the LLNL-modified ROSS:

```
cd ross/src
# Edit Makefile to set copmiler name (one of the first lines)
# currectly the compiler is mpicxx (MPI C++ compiler necessary).
# Make and copy library to ../lib directory:
make
make install
cd ../..
```

2. Build matrix model:

```
cd matrix
# Set compiler also in compile.matrix-model
# Build:
. compile.matrix-model
cd ..
```

3. Run test:

```
cd matrix
# Test run script usus mpirun to launch a parallel job.
# this is a small test and runs as is on many login nodes,
Expand All @@ -49,17 +54,22 @@ matrix-cancel:
# with sample output at the end of the run.matrix-model file.
# See that file for more details.
cd ..
```

4. Build matrix-cancel model:

```
cd matrix-cancel
. compile.matrix-cancel
cd ..
```

5. Run matrix-cancel test:

```
cd matrix-cancel
./runloop.sh
```

Test takes maybe a couple of minutes. Lots of text data is eventually
dumped to the screen. This data is also saved in files with names
Expand Down

0 comments on commit 35b4692

Please sign in to comment.