Closed zeekus closed 1 year ago
It seem that the static binaries are coming from this area: ref: https://github.com/schism-dev/schism/tree/master/src/GOTM3.2.5/netcdf_include
This file in particular: https://github.com/schism-dev/schism/blob/master/src/GOTM3.2.5/netcdf_include/netcdf.mod
Hi Teddy:
Please do not use the netcdf include in that dir. It was kept only for that obsolete version of GOTM. When you compile, please do not invoke GOTM - you do not need it.
Joseph Zhang (804)684 7595 (office) SCHISM web: http://ccrm.vims.edu/schism/ From: Teddy Knab @.> Sent: Monday, March 6, 2023 7:59 AM To: schism-dev/schism @.> Cc: Subscribed @.***> Subject: Re: [schism-dev/schism] schism doesn't seem compile with gcc and openmpi (Issue #98)
[EXTERNAL to VIMS received message]
It seem that the static binaries are coming from this area: ref: https://github.com/schism-dev/schism/tree/master/src/GOTM3.2.5/netcdf_includehttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fschism-dev%2Fschism%2Ftree%2Fmaster%2Fsrc%2FGOTM3.2.5%2Fnetcdf_include&data=05%7C01%7Cyjzhang%40vims.edu%7C252ac778835a4d6281a708db1e429ba5%7C8cbcddd9588d4e3b9c1e2367dbdf1740%7C0%7C0%7C638137043644351750%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=XUYMlzzQcE7KGPyUbAiFbyoLeQYY6sbVOxVijk2M7HA%3D&reserved=0
- Reply to this email directly, view it on GitHubhttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fschism-dev%2Fschism%2Fissues%2F98%23issuecomment-1456085985&data=05%7C01%7Cyjzhang%40vims.edu%7C252ac778835a4d6281a708db1e429ba5%7C8cbcddd9588d4e3b9c1e2367dbdf1740%7C0%7C0%7C638137043644351750%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=K4W3CEAemDPB%2FJB379xI7LrLr8NwkSN33qv1UqjgzAg%3D&reserved=0, or unsubscribehttps://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAFBKNZZRIM2T47A3WB25Z5LW2XNSVANCNFSM6AAAAAAVHCAN4U&data=05%7C01%7Cyjzhang%40vims.edu%7C252ac778835a4d6281a708db1e429ba5%7C8cbcddd9588d4e3b9c1e2367dbdf1740%7C0%7C0%7C638137043644351750%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=utTK3%2FarfOs3qV9Z1Ln%2FW72e%2B%2FYjx4OggDuuemNlmjU%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.**@.>>
I am trying to compile pschism with gcc and openmpi. However, it appears there is a static module in the source tree.
Problem File: src/GOTM3.2.5/netcdf_include/netcdf.mod seems to be blocking the compiling.
When I run a 'make pschism' I get this error:
I am using this cmake file:
My /modeling/pschism/load_modules_openmpi file looks like this:
Is there a work around for this ?