Skip to content

Commit 35b4692

Browse files
committed
code blocks in readme
1 parent 1dfa47e commit 35b4692

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,29 @@ matrix-cancel:
1919

2020
1. Build the LLNL-modified ROSS:
2121

22+
```
2223
cd ross/src
2324
# Edit Makefile to set copmiler name (one of the first lines)
2425
# currectly the compiler is mpicxx (MPI C++ compiler necessary).
2526
# Make and copy library to ../lib directory:
2627
make
2728
make install
2829
cd ../..
30+
```
2931
3032
2. Build matrix model:
3133
34+
```
3235
cd matrix
3336
# Set compiler also in compile.matrix-model
3437
# Build:
3538
. compile.matrix-model
3639
cd ..
40+
```
3741
3842
3. Run test:
3943
44+
```
4045
cd matrix
4146
# Test run script usus mpirun to launch a parallel job.
4247
# this is a small test and runs as is on many login nodes,
@@ -49,17 +54,22 @@ matrix-cancel:
4954
# with sample output at the end of the run.matrix-model file.
5055
# See that file for more details.
5156
cd ..
57+
```
5258
5359
4. Build matrix-cancel model:
5460
61+
```
5562
cd matrix-cancel
5663
. compile.matrix-cancel
5764
cd ..
65+
```
5866
5967
5. Run matrix-cancel test:
6068
69+
```
6170
cd matrix-cancel
6271
./runloop.sh
72+
```
6373
6474
Test takes maybe a couple of minutes. Lots of text data is eventually
6575
dumped to the screen. This data is also saved in files with names

0 commit comments

Comments
 (0)