Hello kind people. first of all, thank you so much for this tool. I getting a compilation error and could use your expertise since I am very new to Fortran.
I followed the steps in the Readme, but in the step :
compile "source files" (capiTester.f90), link to the library file created, and run
gfortran -c ../examples/capiTester.f90 -IobjFiles/
I am getting the error:
/content/lstm.f90:5:7:
5 | USE rosenna
| 1
Fatal Error: Cannot open module file ‘rosenna.mod’ for reading at (1): No such file or directory
compilation terminated.
Hello kind people. first of all, thank you so much for this tool. I getting a compilation error and could use your expertise since I am very new to Fortran.
I followed the steps in the Readme, but in the step :
compile "source files" (capiTester.f90), link to the library file created, and run
gfortran -c ../examples/capiTester.f90 -IobjFiles/ I am getting the error:
/content/lstm.f90:5:7:
Fatal Error: Cannot open module file ‘rosenna.mod’ for reading at (1): No such file or directory compilation terminated.
Any help will be highly appreciated, thanks!