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:
parent
34414cc096
commit
32112d47b7
@ -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}" )
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user