Hi
I am trying to install medcoupling package on Ubuntu 20.04 LTS. The compilation was not successful. The following error message appeared,
configure: error: in `/home/yikun/App/medcoupling/MEDCOUPLING-9.8.0-MPI-UB20.04-SRC/BUILD/medfile':
configure: error: MPI CC compiler requested, but couldn't use it.
See `config.log' for more details
ERROR on configure
Compilation of medfile ....................... Compilation of medfile ....................... KO
Compilation of mpi4py ........................ Already installed
Compilation of numpy ......................... Already installed
Compilation of ParMetis ...................... Already installed
Compilation of six ........................... Already installed
Compilation of pockets ....................... Already installed
Compilation of Pygments ...................... Already installed
Compilation of pyparsing ..................... Already installed
Compilation of urllib3 ....................... Already installed
Compilation of requests ...................... Already installed
Compilation of scipy ......................... Already installed
Compilation of scotch ........................ Already installed
Compilation of snowballstemmer ............... Already installed
Compilation of sphinxcontrib_websupport ...... Already installed
Compilation of packaging ..................... Already installed
Compilation of Sphinx ........................ Already installed
Compilation of sphinxcontrib_napoleon ........ Already installed
Compilation of sphinxintl .................... Already installed
Compilation of CONFIGURATION ................. ignored
Compilation of MEDCOUPLING ................... ERROR : the following mandatory product(s) is(are) not installed: boost medfile doxygen
Compilation: KO (41/44)
I have strictly followed the readme instruction on the installation,
source,
source ./salomeTools/complete_sat.sh
prepare the installation
./sat prepare MEDCOUPLING-9.8.0-MPI
and then compile the code
./sat -t compile MEDCOUPLING-9.8.0-MPI
If checking the MPI version, I got the following by “mpirun --version”
mpirun (Open MPI) 4.0.3
My questions are:
- where can I find the config.log file.
- Is MPI a very necessary functionality to medcoupling? Should I switch it off, and how do I configure such?
Thank you for your helps in advance.
Eventually I will use this package with code_satune for more complex modelling work.
Regards
ywan459