-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grid generation error in v8.0 when com.nxxpt>0 #25
Comments
On consequtive executions of the script, the j-index sometimes varies to j=47, and sometimes executes successfully |
Error in trying to construct orthogonal surfaces. Trying to make error messages more explanatory. Contact Marv. |
Bill will run valgrind and report on the findings (valgrind python ) |
On Singe the Anaconda 3 includes libgfortran.so.4. The problem occurs when another compiler is selected that uses libgfortran.so.5. Here is the output of ldd on the flx package shared object: └──$ ldd flxpy.cpython-37m-x86_64-linux-gnu.so Note that libgfortran.so.4 is used in spite of a version 5 compiler. This is not compatible and can easily cause a crash. Working on a solution. For now the workaround is to compile with version 7 or older. |
Issue pertaining to smoothx routine fixed in commit 82f5f64 |
Error not present in v7, where code crashes when trying to generate grids with additional X-points added.
Minimal working (crashing) example attached, sample output below. Error not always reproducible (sometimes executes well --> memory allocation issue?)
In [1]: import griderror
Uedge version 8.0.0, an update is available to 8.0.0.1
# UEDGE version: 8.0.0
***** Grid generation has been completed
smoothx: no intersec'n of j= 31 with str line for iy= 1
zsh: segmentation fault ipython
griderror.tar.gz
The text was updated successfully, but these errors were encountered: