Hi, everyone,
I have used preCICE with Python2 succefully on Ubuntu18 and finished relevant computation.
However, it failed when I installed the Python API on Centos7 of the high performance computing system. The error is as follows:
python setup.py install --user
I have extended the environment variables
LIBRARY_PATH , LD_LIBRARY_PATH to the library location precice-1.6.1/build and CPATH to precice-1.6.1/src.I don’t know where the error came from. Is it related to the mpicompiler?

