erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

using ‘-O petsc.options.superlu_dist’ for an example in proteus tutorial #1269

Open whtsao opened 2 years ago

whtsao commented 2 years ago

I am testing the floating_body.py in /proteus_tutorial/2d on LSU HPC. I think this file is the one runs with proteus/1.8.1. Usually I put in my job script, but this time some errors come out. The e.err is attached. e.err.txt

It shows something like "AttributeError: usePETScOptionsFileExternal is not an option for class TwoPhaseFlowProblem" I can still run the code without the ‘-O petsc.options.superlu_dist’ command. But I am not sure if the parallel code is affected or not. If so, how can I fix it?