Open shawking opened 5 years ago
what do you want to do ? running apex stand alone ? don't try to run the code I send you, it is not finish and is made run be run with hisafe
My goal is just to run Apex in order to answer the questions about sub-layer slices and max root depth that we discussed last time on Skype.
For this you shoud definitly run the apex original. Same to get inout/output examples to validate coupling
So I should use the original APEX code that Javier sent in order to investigate the sub-layer and max root depth questions that we discussed. And I should not try to compile any of the APEX code that we have modified (that is, any of the apex-isa variations). Do I have that correct?
yes correct
I tried running the following command (from a Tilix window) in the /apex-isa5/ directory with the most up-to-date .f90 files I have: gfortran -fPIC -shared -o apex.so
but all I got was an error: "gfortran: fatal error: no input files; unwilling to write output files compilation terminated."
I know this is rookie, but I am not sure if I need to compile, and if so, which files should I compile (in which directory). And what is the proper command? Should I use the makefile that Javier sent to us?