You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, when I compile idwarp, I met a error that says as follows. Does anyone know how to fix this? Thank you very much!
readUnstructuredCGNS.F90:185:85:
185 | zones(iZone)%sections(sec)%elemConn, NULL, ierr)
| 1
Error: Symbol ‘null’ at (1) has no IMPLICIT type; did you mean ‘cg_null’?
make[3]: *** [../..//Rules.mk:2: readUnstructuredCGNS.o] Error 1
Steps to reproduce issue
…
…
…
Current behavior
…
Expected behavior
…
Code versions
Operating System: ubuntu
Python:
OpenMPI:
CGNS: stable version
PETSc:
Compiler: gfortran
This repository:
The text was updated successfully, but these errors were encountered:
eirikurj
changed the title
Hi everyone, "Symbol ‘null’ at (1) has no IMPLICIT type" when compiling.
"Symbol ‘null’ at (1) has no IMPLICIT type" when compiling
Sep 11, 2023
Hi, assuming you are using CGNS 4.4, then we officially dont support it at the moment. However, there is an open PR #90 that will address this. For future reference, please take the time to populate the issue template appropriately, including full versions of each package, as this helps us address the issue quicker.
Hello everyone, when I compile idwarp, I met a error that says as follows. Does anyone know how to fix this? Thank you very much!
Steps to reproduce issue
Current behavior
…
Expected behavior
…
Code versions
The text was updated successfully, but these errors were encountered: