Skip to content

Commit e3b281a

Browse files
authored
clean up test_react README.md + remove TODO (#1722)
the timings in the README.md were very out of date and not useful anymore
1 parent 66a8b4a commit e3b281a

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

unit_test/test_react/README.md

-37
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,3 @@
33
This is a unit test that sets up a cube of data (rho, T, and X varying
44
along dimensions) and calls the burner on it. You can specify the integrator
55
via `INTEGRATOR_DIR` and the network via `NETWORK_DIR` in the `GNUmakefile`
6-
7-
## CPU Status
8-
9-
This table summarizes tests run with gfortran.
10-
11-
12-
| network | VODE | VODE90 | BS | Rosenbrock |
13-
|------------------------|-------------------------|-------------------------|-------------------------|---------------|
14-
| aprox13 | works<br>(6:1517:2393) | works<br>(6:1517:23793) | works<br>(126:858:4678) | crashes |
15-
| aprox19 | works<br>(27:152:8127) | works<br>(27:152:8127) | works<br>(72:297:2869) | runs too long |
16-
| triple_alpha_plus_cago | works<br>(6:32:1950) | works<br>(6:32:1950) | works<br>(126:148:3044) | crashes |
17-
| ignition_chamulak | works<br>(6:6:28) | works<br>(6:6:28) | works<br>(144:144:153) | works (252:252:252) |
18-
19-
20-
## Running on GPUs with VODE
21-
22-
To run a GPU test with the VODE integrator and aprox13, do:
23-
24-
```
25-
make -j COMP=PGI USE_CUDA=TRUE AMREX_USE_CUDA=TRUE USE_GPU_PRAGMA=TRUE NETWORK_DIR=aprox13 EOS_DIR=helmholtz
26-
```
27-
28-
Tested with PGI 18.10 and CUDA 9.2.148.
29-
30-
To run in a different directory, the following files are necessary to
31-
run in addition to the executable:
32-
33-
- `helm_table.dat` (will be symlinked in at compile time)
34-
- `inputs_aprox13`
35-
- `probin.aprox13`
36-
- `xin.aprox13`
37-
38-
Then in an interactive session, (e.g. on Summit), do:
39-
40-
```
41-
jsrun -n 1 -a 1 -g 1 ./[executable] inputs_aprox13
42-
```

unit_test/test_react/TODO

-1
This file was deleted.

0 commit comments

Comments
 (0)