-
Notifications
You must be signed in to change notification settings - Fork 31
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
install problem #13
Comments
Me too! Is Anybody? Hello... Appreciate any help anybody can provide! |
julian is one of the libraries included with FVCOM. They are in a separate folder. You need to add your compilers to your make.inc file, because you will compile those libraries with the same compilers. Then, inside the make.inc, you will add the libs/install folder path, where all libraries were installed after compilation. |
oveldg - Got it. THANK YOU! this is most helpful. |
Thanks again for the help. I ended up making quite a few modifications to the makefile and make.inc, but eventually got it to build. |
mpiifort -c -O3 -I -I/public1/home/sch10103/software/FVCOM-release-v5.0/libs/install/include mod_time.f90
mod_time.f90(405): error #5102: Cannot open include file 'fjulian.inc'
include 'fjulian.inc'
-----------^
mod_time.f90(635): error #5102: Cannot open include file 'fjulian.inc'
include 'fjulian.inc'
-------------^
mod_time.f90(672): error #5102: Cannot open include file 'fjulian.inc'
all head files have been FVCOM-release-v5.0/libs/install/include, but it cant recognize fjulian.inc
The text was updated successfully, but these errors were encountered: