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

v2.6.1 fails to build #100

Open
ccoulombe opened this issue Jan 17, 2025 · 0 comments
Open

v2.6.1 fails to build #100

ccoulombe opened this issue Jan 17, 2025 · 0 comments

Comments

@ccoulombe
Copy link

Description

Building v2.6.1 from source fails with numerous issues, one of them being : Error: Symbol ‘realdouble’ at (1) has no IMPLICIT type; did you mean ‘cg_realdouble’?

Steps to reproduce issue

module load gcc openmpi petsc/3.20.0 cgns/4.2
git clone --recursive https://github.com/mdolab/idwarp.git -b v2.6.1
cd idwarp/
cp config/defaults/config.LINUX_GFORTRAN*.mk config/config.mk;
make CGNS_HOME=$EBROOTCGNS/ 

Current behavior

The first failure:

mpifort -I../..//mod -I/home/coulombc/.local/easybuild/software/2023/x86-64-v3/MPI/gcc12/openmpi4/cgns/4.2.0//include -fPIC -fdefault-real-8 -O2 -std=f2008 -I/cvmfs/soft.computecanada.ca/easybuild/software/2023/x86-64-v3/MPI/gcc12/openmpi4/petsc/3.20.0/include -I/cvmfs/soft.computecanada.ca/easybuild/software/2023/x86-64-v3/MPI/gcc12/openmpi4/hdf5-mpi/1.14.2/include -I/cvmfs/soft.computecanada.ca/easybuild/software/2023/x86-64-v3/MPI/gcc12/openmpi4/petsc/3.20.0 -c readUnstructuredCGNS.F90 -o ../..//obj/readUnstructuredCGNS.o
writeCGNS.F90:68:61:

   68 |             call cg_coord_write_f(cg, base, iZone, realDouble, 'CoordinateX', coorX, coordID, ierr)
      |                                                             1
Error: Symbol ‘realdouble’ at (1) has no IMPLICIT type; did you mean ‘cg_realdouble’?

Expected behavior

Build successfully.

Code versions

  • Operating System: Linux
  • Python: -
  • OpenMPI: 4.1.5
  • CGNS: 4.2 or 4.3 or 4.5
  • PETSc: 3.20.0
  • Compiler: GCC 12.3
  • This repository: idwarp
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