shawking / SAFEAPEX

Discussion
0 stars 0 forks source link

Compiling and Running APEX #11

Open shawking opened 5 years ago

shawking commented 5 years ago

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?

LECOMTE-ISADEV commented 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

shawking commented 5 years ago

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.

LECOMTE-ISADEV commented 5 years ago

For this you shoud definitly run the apex original. Same to get inout/output examples to validate coupling

shawking commented 5 years ago

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?

LECOMTE-ISADEV commented 5 years ago

yes correct