Skip to content
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

Maggie error writing plot3d diagnostic file #29

Open
jantheron69 opened this issue Feb 24, 2021 · 0 comments
Open

Maggie error writing plot3d diagnostic file #29

jantheron69 opened this issue Feb 24, 2021 · 0 comments

Comments

@jantheron69
Copy link

Maggie fails while writing interpolated boundary points to plot3d diagnostic file when using (IPLT3D=1).

Example when using the default settings for the NACA_4412 test case:

Error code:
At line 6522 of file maggie.F
Fortran runtime error: Index '49' of dimension 1 of array 'ib' above upper bound of 48

maggie was compiled on an x86_64b machine (Ubuntu 20) with the follwoing commands:
gfortran -DP3D_SINGLE -DNOREDIRECT -DDBLE_PRECSN -O2 -fPIC -mcmodel=medium -fbounds-check -fbacktrace -I ../../cfl/libs -fdefault-real-8 -c cputim.F
gfortran -DP3D_SINGLE -DNOREDIRECT -DDBLE_PRECSN -O2 -fPIC -mcmodel=medium -fbounds-check -fbacktrace -I ../../cfl/libs -fdefault-real-8 -c wkstn.F
gfortran -DP3D_SINGLE -DNOREDIRECT -DDBLE_PRECSN -Wl,--no-relax -fPIC -mcmodel=medium -fbacktrace -fdefault-real-8 -o maggie maggie.o cputim.o wkstn.o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant