From 9be9ba28187dd92db56a543a4d8309d026b0f494 Mon Sep 17 00:00:00 2001 From: Hannes Signer Date: Thu, 11 Dec 2025 01:12:48 +0100 Subject: [PATCH] add commands for measurements --- naaice_runs.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 naaice_runs.md diff --git a/naaice_runs.md b/naaice_runs.md new file mode 100644 index 000000000..ff8704a53 --- /dev/null +++ b/naaice_runs.md @@ -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``` \ No newline at end of file