Closed ParticleTruthSeeker closed 1 day ago
Hi, we don't call mpi directly in this package but perhaps one of the dependencies does.
You could try commenting out this line https://github.com/fusion-energy/cad_to_dagmc/blob/47af923a46d849dfcda7efb51b444a42a116437c/src/cad_to_dagmc/core.py#L254
Let me know if it helps and if some we can make the run on all cores line optional
Hi, we don't call mpi directly in this package but perhaps one of the dependencies does.
You could try commenting out this line
Let me know if it helps and if some we can make the run on all cores line optional
Thanks for the reply! I commented that line out but it doesn't solve the problem. https://stackoverflow.com/questions/31687583/mumps-the-mpi-comm-f2c-function-was-called-before-mpi-init-was-invoked
This suggests there is an mpi version clash in one of the dependencies. I am looking through the library symbols.
it might be work trying the conda package in that case as I think it checks for compatibilities a bit more than pip
conda install -c conda-forge cad_to_dagmc
My apologies. I don't believe this has anything to do with cad-to-dagmc. There is either a bug in gmsh 4.14 mpi implementation or some other issue of the sort. Either way perhaps its best to remove this issue.
The problem is resolved by disabling MPI in my gmsh build.
Thanks for letting me know. If anyone else comes across this issue in the future perhaps try a different version of gmsh
Hi this function causes the following error message:
any clues about what may be causing this ?