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

"Symbol ‘null’ at (1) has no IMPLICIT type" when compiling #91

Closed
haizhou0410 opened this issue Sep 11, 2023 · 1 comment · Fixed by #90
Closed

"Symbol ‘null’ at (1) has no IMPLICIT type" when compiling #91

haizhou0410 opened this issue Sep 11, 2023 · 1 comment · Fixed by #90

Comments

@haizhou0410
Copy link

haizhou0410 commented Sep 11, 2023

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:
@eirikurj 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
@eirikurj
Copy link
Contributor

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.

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

Successfully merging a pull request may close this issue.

2 participants