Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenFOAM Ltd: new recipe #66

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ uenvs:
deploy:
eiger: [zen2]
develop: False
# OpenFOAM Ltd
openfoam-ltd:
"2212":
recipes:
zen2: 2212/mc
deploy:
eiger: [zen2]
# OpenFOAM Foundation
openfoam-org:
"8":
Expand Down
5 changes: 5 additions & 0 deletions recipes/openfoam-ltd/2212/mc/compilers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
bootstrap:
spec: gcc@12
gcc:
specs:
- gcc@12
7 changes: 7 additions & 0 deletions recipes/openfoam-ltd/2212/mc/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: openfoam
description: OpenFOAM Ltd v2212
store: /user-environment
spack:
repo: https://github.com/spack/spack.git
commit: releases/v0.21
modules: true
13 changes: 13 additions & 0 deletions recipes/openfoam-ltd/2212/mc/environments.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
openfoam-env:
compiler:
- toolchain: gcc
spec: gcc@12
mpi:
spec: cray-mpich
unify: true
specs:
- openfoam@2212 +int64
views:
openfoam:
develop:
exclude: ['openfoam']
13 changes: 13 additions & 0 deletions recipes/openfoam-ltd/2212/mc/modules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
modules:
default:
arch_folder: false
roots:
tcl: /user-environment/modules
tcl:
all:
autoload: none
hash_length: 0
projections:
openfoam: "openfoam/{version}"
include: [openfoam]
exclude: ["%gcc@12", "%gcc@7"]