ggciag / mandyoc

MANDYOC is a finite element code written on top of the PETSc library to simulate thermo-chemical convection of the Earth's mantle
https://ggciag.github.io/mandyoc/
BSD 3-Clause "New" or "Revised" License
27 stars 5 forks source link

fix MPIEXEC in Makefile #42

Closed rafaelmds closed 2 years ago

rafaelmds commented 2 years ago

This remove the definition of MPIEXEC added by #39.

It' not the best option to define MPIEXEC explicitly otherwise make would not utilize system's MPI.

Fix #42

rafaelmds commented 2 years ago

@aguspesce make test_mandyoc is working fine here even tough I did not export MPIEXEC explicitly. Could you test if it's working for you too?

We can add a note to mandyoc-installation section to warn the user to set the runtime MPIEXEC if any problem running make test_mandyoc.

aguspesce commented 2 years ago

@rafaelmds ... I just tested it on my computer. Testing works fine on my computer. I agree to add a note in the documentation. Can you do it ?

rafaelmds commented 2 years ago

thanks @aguspesce

Sure! I'll add the note.