README.md 278 Bytes
Newer Older
one's avatar
one committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## rocHPCG Patch Files

- `rochpcg-install.patch`
- `rochpcg-scripts-bw.patch`

## Examples

```bash
./mpirun_rochpcg --nx ${nx} --ny ${ny} --nz ${nz} --rt ${rt} \
    --npx 4 --npy 4 --npz 2 \
    -H node01,node02,node03,node04 \
    --tcp-iface p14p2 \
    --ssh-port 3333
```