Skip to content
Snippets Groups Projects
  1. Mar 28, 2017
  2. Mar 06, 2017
  3. Mar 04, 2017
    • Chris Cantwell's avatar
      Merge branch 'fix/mpi-cmake' into 'master' · bf40c447
      Chris Cantwell authored
      Switch to MPI_lang_... variables
      
      This MR switches the CMake configuration to use `MPI_<lang>_...` variables instead of the existing `MPI_...` variables. Currently Nektar++ uses `MPI_LIBRARY` and `MPI_EXTRA_LIBRARY`, which have been deprecated for some time. In recent versions of CMake, at least on OS X, `MPI_EXTRA_LIBRARY` is no longer set, meaning that Nektar++ fails to configure if MPI is enabled. A similar fix has also been applied to gsmpi which has the same issue.
      
      See merge request !725
      bf40c447
  4. Mar 03, 2017
  5. Mar 02, 2017
  6. Mar 01, 2017
    • Michael Turner's avatar
      fix test · 70de715e
      Michael Turner authored
      70de715e
    • Kilian Lackhove's avatar
      Merge branch 'fix/PetSc_MKL' into 'master' · 2b9f3512
      Kilian Lackhove authored
      Fix/PetSc_mkl
      
      this fixes blas/lapack detection of the PetSc configuration for systems which have no native blas/lapack installed
      
      When native blas/lapack is enabled, we use this for PetSc (just like before, now we just do it explicitly and not by accident) , when MKL is enabled we use MKL and for all other cases, PetSc will download its own blas/lapack and compile it itself. This might be extended to ACML and other blas/lapack providers in the future but i can only test native and MKL on my systems.
      
      See merge request !740
      2b9f3512
  7. Feb 28, 2017
  8. Feb 27, 2017
  9. Feb 26, 2017
  10. Feb 25, 2017
Loading