From 3230c70308c35c4f9109c90b84cf027187be858b Mon Sep 17 00:00:00 2001 From: Fabio Durastante Date: Fri, 23 Jan 2026 09:40:51 +0100 Subject: [PATCH] Standard input file for GPU experiment --- cbind/test/pargen/runs/amgegpu.inp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 cbind/test/pargen/runs/amgegpu.inp diff --git a/cbind/test/pargen/runs/amgegpu.inp b/cbind/test/pargen/runs/amgegpu.inp new file mode 100644 index 00000000..a4bb1ae1 --- /dev/null +++ b/cbind/test/pargen/runs/amgegpu.inp @@ -0,0 +1,10 @@ +9 Number of entries below this +BICGSTAB Iterative method BICGSTAB CGS BICG BICGSTABL RGMRES +ML Preconditioner NONE DIAG BJAC +HLG A Storage format CSR COO JAD (HOST) CSRG HLG (GPU) +DEVICE Communication format CSR COO JAD (HOST) CSRG HLG (GPU) +60 Domain size (acutal system is this**3) +1 Stopping criterion +80 MAXIT +01 ITRACE +20 IRST restart for RGMRES and BiCGSTABL \ No newline at end of file