Small logic tweak

This commit is contained in:
Stan Moore 2019-07-25 12:52:16 -06:00
parent 7c1fedff18
commit ab74bfef20
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
// even when CUDA-aware MPI is available, and also has a runtime option
// to turn CUDA-aware MPI on/off, so support is unknown
#if (defined OPEN_MPI) && !(defined SPECTRUM_MPI)
#if (OPEN_MPI) && !(defined SPECTRUM_MPI)
#if (OMPI_MAJOR_VERSION >= 2)
#include <mpi-ext.h>