Skip to content

Commit

Permalink
Add support for SPIO legacy interface
Browse files Browse the repository at this point in the history
Adding support for SCORPIO Fortran legacy interface
  • Loading branch information
jayeshkrishna committed Sep 7, 2023
1 parent eb0f0c9 commit 99d0d69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/build/buildlib.spio
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,10 @@ def buildlib(bldroot, installpath, case):
globs_to_copy = [
os.path.join("src", "clib", "libpioc.*"),
os.path.join("src", "flib", "libpiof.*"),
os.path.join("src", "flib_legacy", "libpiof.*"),
os.path.join("src", "clib", "*.h"),
os.path.join("src", "flib", "*.mod"),
os.path.join("src", "flib_legacy", "*.mod"),
]
# ADIOS requires an ADIOS to NetCDF conversion library/exe
if adios_found:
Expand Down

0 comments on commit 99d0d69

Please sign in to comment.