[Darshan-commits] [Git][darshan/darshan][dev-no-mpi] MPI guard around common variance reduction op

Philip Carns xgitlab at cels.anl.gov
Tue Aug 6 10:22:57 CDT 2019



Philip Carns pushed to branch dev-no-mpi at darshan / darshan


Commits:
d76936eb by Phil Carns at 2019-08-06T15:22:43Z
MPI guard around common variance reduction op

- - - - -


1 changed file:

- darshan-runtime/lib/darshan-common.c


Changes:

=====================================
darshan-runtime/lib/darshan-common.c
=====================================
@@ -278,6 +278,7 @@ void darshan_common_val_counter(void **common_val_root, int *common_val_count,
     return;
 }
 
+#ifdef HAVE_MPI
 void darshan_variance_reduce(void *invec, void *inoutvec, int *len,
     MPI_Datatype *dt)
 {
@@ -298,6 +299,7 @@ void darshan_variance_reduce(void *invec, void *inoutvec, int *len,
 
     return;
 }
+#endif
 
 /*
  * Local variables:



View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/d76936ebd9daaa9ff1b522a99fe46249e1001978

-- 
View it on GitLab: https://xgitlab.cels.anl.gov/darshan/darshan/commit/d76936ebd9daaa9ff1b522a99fe46249e1001978
You're receiving this email because of your account on xgitlab.cels.anl.gov.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/darshan-commits/attachments/20190806/b230ab50/attachment.html>


More information about the Darshan-commits mailing list