GEOS-DEV / thirdPartyLibs

Repository to build the GEOSX third party libraries
3 stars 12 forks source link

Script for building LC TPLs with Uberenv #252

Closed bmhan12 closed 8 months ago

bmhan12 commented 10 months ago

This PR adds a setupLC-TPL-uberenv.bash script to build third-party libraries on quartz and lassen using uberenv.

Script temporarily clones a GEOS branch and uses the branch's spack environment files and uberenv submodule to launch uberenv jobs on quartz and lassen for each compiler. A host-config is generated for each system-compiler pair at the end of the uberenv run.

Related to GEOS-DEV/GEOS#2028