We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: