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

install problem #13

Open
yy270 opened this issue May 28, 2023 · 4 comments
Open

install problem #13

yy270 opened this issue May 28, 2023 · 4 comments

Comments

@yy270
Copy link

yy270 commented May 28, 2023

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

@markyoder
Copy link

Me too! Is fjulian.inc supposed to be part of FVCOM, or should it come from julian/julius ?

Anybody? Hello... Appreciate any help anybody can provide!

@oveldg
Copy link

oveldg commented Jul 11, 2024

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.

@markyoder
Copy link

oveldg - Got it. THANK YOU! this is most helpful.

@markyoder
Copy link

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.

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

3 participants