-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
What versions of gnu compilers (gcc, fortran), open-mpi, Python, gmsh, scipy etc. does this repository depend on? I am running into issues when I execute the code. Very likely these are due to incompatiblity of the code with the versions that I am using.
For instance:
Python
The function time.clock() has been removed in Python 3.8. Now we have to use time.perf_counter() or time.process_time(). While this was easy to resolve, others were not so much. Would be great if you could the versions in the README file.
Open MPI
The latest version of open-mpi is 4.1.1. Since version 3.0+ open mpi does not come included with C++ bindings. So the C++ code does not compile.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels