mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
Update references to .qs2 in README
This commit is contained in:
parent
c3bba9472e
commit
abcfc637b6
@ -214,7 +214,7 @@ installed POET-dir `<POET_INSTALL_DIR>/bin` and run:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
cp ../share/poet/barite/barite_het* .
|
cp ../share/poet/barite/barite_het* .
|
||||||
mpirun -n 4 ./poet barite_het_rt.R barite_het.rds output
|
mpirun -n 4 ./poet barite_het_rt.R barite_het.qs2 output
|
||||||
```
|
```
|
||||||
|
|
||||||
After a finished simulation all data generated by POET will be found
|
After a finished simulation all data generated by POET will be found
|
||||||
@ -227,7 +227,7 @@ DHT snapshot shall be produced. This is done by appending the
|
|||||||
`--dht-snaps=<value>` option. The resulting call would look like this:
|
`--dht-snaps=<value>` option. The resulting call would look like this:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
mpirun -n 4 ./poet --dht --dht-snaps=2 barite_het_rt.R barite_het.rds output
|
mpirun -n 4 ./poet --dht --dht-snaps=2 barite_het_rt.R barite_het.qs2 output
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example: Preparing Environment and Running with AI surrogate
|
### Example: Preparing Environment and Running with AI surrogate
|
||||||
@ -274,7 +274,7 @@ cp <project_root_dir>/bench/barite/{barite_50ai*,db_barite.dat,barite.pqi} .
|
|||||||
./poet_init barite_50ai.R
|
./poet_init barite_50ai.R
|
||||||
|
|
||||||
# run POET with AI surrogate and GPU utilization
|
# run POET with AI surrogate and GPU utilization
|
||||||
srun --gres=gpu -N 1 -n 12 ./poet --ai-surrogate barite_50ai_rt.R barite_50ai.rds output
|
srun --gres=gpu -N 1 -n 12 ./poet --ai-surrogate barite_50ai_rt.R barite_50ai.qs2 output
|
||||||
```
|
```
|
||||||
|
|
||||||
Keep in mind that the AI surrogate is currently not stable or might also not
|
Keep in mind that the AI surrogate is currently not stable or might also not
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user