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
I just did a git pull and compiled, and I'm getting some errors when I do 'make install' such as:
CMake Error at cmake_install.cmake:84 (file):
file INSTALL cannot find
"/home/mchurchf/software-2024-03/ERF/Source/Radiation/ERF_Mam4Constituents.H":
No such file or directory.
This happens because the file itself is not named this (there is an error in the file name):
[mchurchf@kl3 build.matt_badTheta_oneapi-2023.2.0_cray-mpich-8.1.28] CPU $ la ../Source/Radiation/
total 220K
...
-rw-rw-r-- 1 mchurchf mchurchf 34K Jan 2 06:58 ERF_Mam4Aero.H
-rw-rw-r-- 1 mchurchf mchurchf 43K Jan 2 06:58 ERF_Mam4Constitutents.H
-rw-rw-r-- 1 mchurchf mchurchf 18K Jan 2 06:58 ERF_ModalAeroWaterUpdate.H
...
This is just one example. There are other filename inconsistencies such as:
Source/Utils/ERF_Sat_methods.H
The cmake_install.cmake has ERF_SatMethods.H listed.
The text was updated successfully, but these errors were encountered:
I just did a git pull and compiled, and I'm getting some errors when I do 'make install' such as:
CMake Error at cmake_install.cmake:84 (file):
file INSTALL cannot find
"/home/mchurchf/software-2024-03/ERF/Source/Radiation/ERF_Mam4Constituents.H":
No such file or directory.
This happens because the file itself is not named this (there is an error in the file name):
[mchurchf@kl3 build.matt_badTheta_oneapi-2023.2.0_cray-mpich-8.1.28] CPU $ la ../Source/Radiation/
total 220K
...
-rw-rw-r-- 1 mchurchf mchurchf 34K Jan 2 06:58 ERF_Mam4Aero.H
-rw-rw-r-- 1 mchurchf mchurchf 43K Jan 2 06:58 ERF_Mam4Constitutents.H
-rw-rw-r-- 1 mchurchf mchurchf 18K Jan 2 06:58 ERF_ModalAeroWaterUpdate.H
...
This is just one example. There are other filename inconsistencies such as:
Source/Utils/ERF_Sat_methods.H
The cmake_install.cmake has ERF_SatMethods.H listed.
The text was updated successfully, but these errors were encountered: