Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce number of iterations to speedup rma test
authorAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 8 Jun 2021 07:26:04 +0000 (09:26 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Tue, 8 Jun 2021 07:26:04 +0000 (09:26 +0200)
teshsuite/smpi/mpich3-test/rma/atomic_get.c

index 54bffa6..dc18d6a 100644 (file)
@@ -18,9 +18,9 @@
 #include "mpi.h"
 #include <stdio.h>
 
-#define LOOP 100
+#define LOOP 10
 #define DATA_SIZE 100
-#define OPS_NUM 10000
+#define OPS_NUM 1000
 #define GACC_SZ 10
 
 typedef struct pair_struct {