Syun'ichi Shiraiwa
Syun'ichi Shiraiwa
@v-dobrev This is wonderful improvement. One question popped to my mind is that if we can split a serial GridFunction using this partitioning. Is this what ParGridFunction(ParMesh *pmesh, const GridFunction...
For MPI.h, we need to specify MPI wrapper so that the compiler knows where MPI.h is located. Here is an example with intel MPI. ``` python setup.py install --with-parallel --CC=icc...
Hi @jtristano I try a plain installation using Docker python image. A short suggestion, can you add --no-serial together with --with-parallel? (Long version) I think what is happening is following....
Closing for now. Feel free to reopen.
It is difficult to identify what is the issue with this information. I guess your MFEE is built with MFEM_USE_CUDA=YES? Here is an example to build PyMFEM linked with MFEM,...
Glad that this is resolved
Reopening this. (https://github.com/mfem/PyMFEM/pull/208 is in progress)
Hi @tbridel. Thank you for reporting this error. TransferMap is a new feature in MFEM 4.5, and a new version of wrapper is still in-progress. What is happening is that...
Hi @tbridel I am glad things are okay now. SWIG had an issue with move constructor and apparently it was fixed rather recently (https://github.com/swig/swig/issues/1044). This also means that we need...
@XuliaDS and @v-dobrev Understood. The current implementation always creates a new file when the filename is given as text. I suppose that a work-around is to use StringIO to collect...