3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-24 13:23:37 +01:00

added check for mpi4py in config

This commit is contained in:
Hartmut Hafermann 2014-07-16 11:35:46 +02:00
parent 34414cc096
commit 32112d47b7

View File

@ -59,6 +59,9 @@ EXEC_PYTHON_SCRIPT ("import distutils " nulle) # check that distutils is there..
EXEC_PYTHON_SCRIPT ("import numpy" nulle) # check that numpy is there...
EXEC_PYTHON_SCRIPT ("import h5py" nulle) # check that h5py is there...
EXEC_PYTHON_SCRIPT ("import scipy" nulle) # check that scipy is there...
if (Python_use_mpi4py)
EXEC_PYTHON_SCRIPT ("import mpi4py" nulle) # check that mpi4py is there...
endif()
MESSAGE(STATUS "Python interpreter and modules are ok : version ${PYTHON_VERSION}" )
#