-
Notifications
You must be signed in to change notification settings - Fork 34
Build ~ UB CCR
Matt McGurn edited this page Dec 7, 2023
·
22 revisions
The University at Buffalo Center for Computational Research (CCR) is UB's Supercomputing center. The following are useful links to get started at CCR:
- CCR Getting Started
- CCR Knowledge Base
- CCR OnDemand - an integrated, single access point for all of your HPC resources
- CCR Coldfront - resource allocation management tool built
The directions assume you are using the new software/module environment.
CCR uses EasyBuild for building software. ABLATE publishes an ABLATE specific EasyBuild recipe whenever updated.
- ssh onto CCR and request a compile node
ssh [email protected]
ssh compile
-
Download the easy build file specific to CCR and the toolchain from (ablte.dev/content/installation/ConfigFile.html) to CCR.
-
Build PETSc using the EasyBuild file. This may take some time.
module load easybuild
# Update the PETSC easy build file name with the latest
eb PETSC-xxx-yyy.eb --ignore-checksums -f
- Load the PETSc Module
# Load the correct toolchain, foss/2021b is shown as an example
module load foss/2021b
# Load the latest petsc
module load petsc