Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 622 Bytes

CompileDoc.md

File metadata and controls

8 lines (6 loc) · 622 Bytes

Compile

  • To compile gpspace.f you will need to download and extract both folders in the Release tab. When done, extract them both in the repo's root. For 'external_sources', you will need to rename and move both folders to the repo's root (rename to anything, it is just to not overwrite the folders already in place with the same name).
  • Then you have to run this command at the root of the folder: ('executable' being the name of your executable output file. e.g. gpspace)
gfortran -finit-local-zero -O2 -o 'executable' gpspace.f */*.F