"Kevin" Seung Whan Chung
"Kevin" Seung Whan Chung
A scaling test on LC quartz (#271 ) shows a reasonable scaling result, suggesting this scaling result to be an anomaly from a local laptop.
The code-style failure comes from `IncrementalSVDBrand`, which is already fixed in the current master branch. We might want to rebase this w.r.t. the current master branch.
> Assuming we fix that, wouldn't that accomplish the same thing as this PR. If that is the case, is there still a good reason to merge this PR, or...
I forgot to finish the review to leave the comments.. To me, I think PR seems okay once the comments can be resolved.
Thank you for the reply @sshiraiwa . I'd be glad to discuss this in a more long run. > Some of the links you put above is not accessible for...
An update: I tried to install the parallel version with ``` git clone https://github.com/mfem/PyMFEM.git cd PyMFEM python3 setup.py install --with-parallel ``` It seems to successfully build PyMFEM with the following...
Attached is the entire log of the python command I tried above. It finished without any error, but having an import error within python as reported above. [pymfem.log](https://github.com/mfem/PyMFEM/files/12262855/pymfem.log)
**Another update** I was able to install parallel PyMFEM with the following command: ``` python3 setup.py install --with-parallel --user ``` The default command `python3 setup.py install --with-parallel` has a problem...
@sshiraiwa , is it okay to invite me to this repo? I think I found a fix for this, but could not make a pull request due to permission issue.
[Wiki page](https://github.com/LLNL/libROM/wiki/Merlin-workflow-example-with-heat-conduction-problem) is now added.