Syun'ichi Shiraiwa
Syun'ichi Shiraiwa
—branch simply download the specified mfem branch and build it. If you have only one change like this, you may be able to do ``` touch mfem/*/gridfunc.i python setup.py install...
Did you clean the wrapper code? If so, did you generate them? When you have already build MFEM, then usual steps to re-generate wrapper and build them would be $...
Thank you for reporting the issue. It seems the one in the master seems has a issue with MFEM master branch. Working on a fix.
@DeIonizedPlasma when you have time, can you try the current master branch? The issue was that the wrapper code in master was generated with a slightly older version of MFEM....
@DeIonizedPlasma Sorry for late response here. As discussed in other thread, we rolled back setup.py to point METIS 5.0.1. Please take a look at current master, and let us know...
There is a typo in the argument passed to CMake. This can be fixed easily. However, STRUMPACK specific wrapper may require rebuilding SWIG wrapper.
@benzwick STRUMPACK needs to be installed separately. STRUMPACK has a multiple dependencies. It requires an effort to expaned setup.py to install it automatically.
Are you using master branch? It is true that I merged one PR yesterday (or one day before). Can you share the error message you are seeing?
@i3s93, @adantra . Thank you for reporting this. The command sequence @adantra regenerate a entire wrapper code, and it is good know that the SWGI recipe files (*.i) are still...
By the way... When mfem-branch=master is not set. setup.py build MFEM with a specific version of MFEM. Master branch build it using MFEM 4.4 release (specified in https://github.com/mfem/PyMFEM/blob/master/setup.py#L54) Probably I...