add commands for measurements

This commit is contained in:
Hannes Signer 2025-12-11 01:12:48 +01:00
parent a8bf09a730
commit 9be9ba2818

17
naaice_runs.md Normal file
View File

@ -0,0 +1,17 @@
# NAAICE Measurements
### Barite
1. With AI Surrogate and single retraining
```NAA_SPEC=10.3.10.42:12345:1:5 mpirun -n 24 ./poet --ai --ai-backend=2 --fn=1 ./barite_200_rt.R ./barite_200.qs2 output_barite_ai```
2. With copy/expert knowledge functionality
```NAA_SPEC=10.3.10.42:12345:1:5 mpirun -n 24 ./poet -c ./barite_200_rt.R ./barite_200.qs2 output_barite_expert_knowledge```
### Dolomite
1. With AI Surrogate and single retraining
```NAA_SPEC=10.3.10.42:12345:2:5 mpirun -n 24 ./poet --ai --ai-backend=2 --fn=2 ./dolo_interp_rt_dt2000.R ./dolo_interp.qs2 output_dolo_ai```
2. With copy/expert knowledge functionality
```NAA_SPEC=10.3.10.42:12345:2:5 mpirun -n 24 ./poet -c ./dolo_interp_rt_dt2000.R ./dolo_interp.qs2 output_dolo_expert_knowledge```