Skip to content
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
6 changes: 6 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ uenvs:
a100: '24.10'
deploy:
balfrin: [zen3, a100]
ecflow:
"26.03":
recipes:
zen3: '26.03'
deploy:
balfrin: [zen3]
fdb:
"5.18":
recipes:
Expand Down
2 changes: 2 additions & 0 deletions recipes/ecflow/26.03/compilers.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gcc:
version: "12"
10 changes: 10 additions & 0 deletions recipes/ecflow/26.03/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: ecflow
store: /user-environment
spack:
repo: https://github.com/spack/spack.git
commit: releases/v1.1
packages: #
repo: https://github.com/spack/spack-packages.git
commit: 246606b03e5d78923f399ae3c690e501a04766a9
description: "Provides ecflow"
version: 2
11 changes: 11 additions & 0 deletions recipes/ecflow/26.03/environments.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
ecflow:
compiler: [gcc]
unify: true
specs:
- ecflow@5.11.4 +ipo ~pic +ssl +static_boost +ui build_type=Release %c,cxx,fortran=gcc
views:
default:
link: roots
uenv:
prefix_paths:
LD_LIBRARY_PATH: [lib, lib64]
6 changes: 6 additions & 0 deletions recipes/ecflow/26.03/extra/reframe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
default:
features: [osu-micro-benchmarks, mpi, serial, openmp]
cc: mpicc
cxx: mpic++
ftn: mpifort
activation: /user-environment/env/default/activate.sh
26 changes: 26 additions & 0 deletions recipes/ecflow/26.03/modules.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
modules:
# Paths to check when creating modules for all module sets
prefix_inspections:
bin:
- PATH
lib:
- LD_LIBRARY_PATH
lib64:
- LD_LIBRARY_PATH

default:
arch_folder: false
# Where to install modules
roots:
tcl: /snap/modules
tcl:
all:
autoload: run
hash_length: 0
hide_implicits: true
exclude:
- '%gcc@7.5.0'
# - '%gcc@12'
- 'gcc %gcc@7.5.0'
projections:
all: '{name}/{version}'
Empty file.
2 changes: 2 additions & 0 deletions recipes/ecflow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# ecFlow UENV
Environment for ecFlow.