From c391e67265e3f3d9ae02a9d78706cfa721fd6757 Mon Sep 17 00:00:00 2001 From: Bogdan Nicolae <bogdan.nicolae@acm.org> Date: Mon, 17 Oct 2022 14:33:14 -0500 Subject: [PATCH] removed MPI dependency in VELOC plugin --- GenericIO.h | 2 +- thirdparty/veloc/FileIOVELOC.cxx | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/GenericIO.h b/GenericIO.h index 8ce6615..02bf685 100644 --- a/GenericIO.h +++ b/GenericIO.h @@ -49,7 +49,7 @@ #include <limits> #include <stdint.h> -#if !defined(GENERICIO_NO_MPI) || defined(GENERICIO_WITH_VELOC) +#ifndef GENERICIO_NO_MPI #include <mpi.h> #else #include <fstream> diff --git a/thirdparty/veloc/FileIOVELOC.cxx b/thirdparty/veloc/FileIOVELOC.cxx index 85e4d49..82e920e 100644 --- a/thirdparty/veloc/FileIOVELOC.cxx +++ b/thirdparty/veloc/FileIOVELOC.cxx @@ -1,7 +1,6 @@ #include "FileIOVELOC.hpp" #include <stdlib.h> -#include <mpi.h> #include <sys/stat.h> #include <fcntl.h> -- GitLab