Dear forum,
I am having some troubles when running MFiX 23.4 in a remote computer. I have tried with both Miniforge3 and Anaconda3. I have followed the same steps as usual for the installation. However, I am finding the following issues:
- If I compile from terminal I have no problem and mfixsolver_dmp is compiled. However, I am finding the following error message:
Traceback (most recent call last):
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/runpy.py”, line 196, in _run_module_as_main
Traceback (most recent call last):
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/runpy.py”, line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/runpy.py”, line 86, in _run_code
return _run_code(code, main_globals, None,
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/runpy.py”, line 86, in _run_code
exec(code, run_globals)
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/site-packages/mfix_solver/pymfix.py”, line 373, in
exec(code, run_globals)
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/site-packages/mfix_solver/pymfix.py”, line 373, in
main()
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/site-packages/mfix_solver/pymfix.py”, line 280, in main
main()
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/site-packages/mfix_solver/pymfix.py”, line 280, in main
M = ctypes.CDLL(so_path)
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/ctypes/init.py”, line 374, in init
M = ctypes.CDLL(so_path)
File “/home/edu/anaconda3/envs/mfix-23.4/lib/python3.10/ctypes/init.py”, line 374, in init
self._handle = _dlopen(self._name, mode)
self._handle = _dlopen(self._name, mode)
OSError: /DATOS/home/edu/anaconda3/envs/mfix-23.4/bin/…/lib/libmpi_mpifh.so.40: undefined symbol: PMPI_Gather_init
OSError: /DATOS/home/edu/anaconda3/envs/mfix-23.4/bin/…/lib/libmpi_mpifh.so.40: undefined symbol: PMPI_Gather_init
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
mpirun detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:
Process name: [[53690,1],0]
Exit code: 1
- On the other hand, if I open the GUI and I try to compile from there I am not even able to compile and I am getting the error message attached.
ERROR.txt (3.1 KB)
What could be happening? I have tried to install/uninstall both Miniforge3 and Anaconda3 several times and I am stuck in the same point with both. I have been able to run the simulations in this very same computer with previous versions of MFiX (and Anaconda3) without any issue.
Thank you for your help,
Eduardo