We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
Building adflow 2.11.0 from source fails with
adflow
2.11.0
../utils/utils.F90:1739:26: 1739 | use su_cgns, only: Radian, Degree | 1 Error: Symbol ‘radian’ referenced at (1) not found in module ‘su_cgns’
module load gcc openmpi petsc/3.20.0 cgns/4.5 git clone --recursive https://github.com/mdolab/adflow.git -b v2.11.0 cd adflow/ export CGNS_HOME=$EBROOTCGNS/ cp config/defaults/config.LINUX_GFORTRAN.mk config/config.mk make -j
Fails to build with
mpifort -fPIC -fdefault-real-8 -fdefault-double-8 -march=native -std=f2008 -fallow-argument-mismatch -I/home/coulombc/.local/easybuild/software/2023/x86-64-v3/MPI/gcc12/openmpi4/cgns/4.5.0//include -I. -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 -O3 -ffast-math -c ../adjoint/outputForward/turbUtils_d.f90 -o turbUtils_d.o ../utils/utils.F90:1739:26: 1739 | use su_cgns, only: Radian, Degree | 1 Error: Symbol ‘radian’ referenced at (1) not found in module ‘su_cgns’
Build successfully
4.1.5
4.2.0
4.3.0
4.4.0
4.5.0
3.20.0
GCC 12.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Building
adflow
2.11.0
from source fails withSteps to reproduce issue
Current behavior
Fails to build with
Expected behavior
Build successfully
Code versions
4.1.5
4.2.0
,4.3.0
,4.4.0
or4.5.0
3.20.0
GCC 12.3
adflow
The text was updated successfully, but these errors were encountered: