Search found 3 matches

by enricochinello
Fri Aug 12, 2016 11:49 am
Forum: General
Topic: Fortran 90 Compile Error
Replies: 4
Views: 33365

Re: Fortran 90 Compile Error

Hi Enrico,

I am no FORTRAN 90 expert but based on the error it looked to me like the compiler was not finding the file.

Guessed this might be due to some sort of include path setting (just like C and C++) a quick search on that topic came up with this hit:

https://gcc.gnu.org/onlinedocs/gfortran ...
by enricochinello
Fri Aug 12, 2016 10:29 am
Forum: General
Topic: Fortran 90 Compile Error
Replies: 4
Views: 33365

Re: Fortran 90 Compile Error

Hi Jussi,

Thanks for your reply.
I figured out the same but don't know how to solve it.
Could you please tell me how I should modify the code?

Thanks!
Enrico
by enricochinello
Fri Aug 12, 2016 8:30 am
Forum: General
Topic: Fortran 90 Compile Error
Replies: 4
Views: 33365

Fortran 90 Compile Error

Hello all,
I'm relatively new to Fortran 90 and I'm encountering several problems with
the following code.

program hfss_main

!-------------------------------------------------------------------------------
! -- Use association --
use derived_data_types
use output
use ray_visual_module
use randdp ...