From 5c72f3fad2e0b53c8a36c3cb3a7e14732e45c0ea Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Thu, 14 Dec 2017 09:58:34 -0800 Subject: [PATCH] Remove unnecessary -DSERIAL_MPI Also remove psb_sxdot.f90 from CMakeLists.txt to be consistent with the file removal in the previous commit. --- CMakeLists.txt | 2 +- base/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1f9aaf26..69cfd82ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -605,7 +605,7 @@ endif() #add_installation_script_test(installation-scripts.sh src/tests/installation/) add_definitions( - -DHAVE_METIS -DHAVE_LAPACK -DHAVE_MOLD -DHAVE_EXTENDS_TYPE_OF -DHAVE_SAME_TYPE_AS -DHAVE_FINAL -DHAVE_ISO_FORTRAN_ENV -DHAVE_FLUSH_STMT -DHAVE_VOLATILE -DMPI_MOD -DSERIAL_MPI + -DHAVE_METIS -DHAVE_LAPACK -DHAVE_MOLD -DHAVE_EXTENDS_TYPE_OF -DHAVE_SAME_TYPE_AS -DHAVE_FINAL -DHAVE_ISO_FORTRAN_ENV -DHAVE_FLUSH_STMT -DHAVE_VOLATILE -DMPI_MOD ) # From ./configure CDEFINES section add_definitions( diff --git a/base/CMakeLists.txt b/base/CMakeLists.txt index d2743d504..44859d5ef 100644 --- a/base/CMakeLists.txt +++ b/base/CMakeLists.txt @@ -676,7 +676,6 @@ tools/psb_sasb.f90 ./psblas/psb_snrmi.f90 ./psblas/psb_dspmm.f90 ./psblas/psb_samax.f90 -./psblas/psb_sxdot.f90 ./psblas/psb_dspnrm1.f90 ./psblas/psb_sspnrm1.f90 ./psblas/psb_sspmm.f90