comp-physics / roseNNa

Fast, minimally-invasive neural network inference library
MIT License
17 stars 2 forks source link

Cannot open module file ‘rosenna.mod’ #7

Closed shreymohan closed 8 months ago

shreymohan commented 10 months ago

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.

Any help will be highly appreciated, thanks!

sbryngelson commented 10 months ago

I cannot replicate this issue on my local machine. Can you provide more details?

sbryngelson commented 8 months ago

Closing due to inactivity.