File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,24 +19,29 @@ matrix-cancel:
1919
20201 . 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
30322. 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
38423. 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
53594. Build matrix-cancel model:
5460
61+ ```
5562 cd matrix-cancel
5663 . compile.matrix-cancel
5764 cd ..
65+ ```
5866
59675. 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
You can’t perform that action at this time.
0 commit comments