Skip to content

Add configuration and testing for PEBIL #1181

@berquist

Description

@berquist

Setup looks like (from https://github.com/epanalytics/PEBIL/blob/feature/sst/README_FOR_SST.md)

#!/usr/bin/env bash
set -euo pipefail

git clone https://github.com/epanalytics/PEBIL.git
cd PEBIL
git fetch
git checkout feature/sst
git submodule init external/epa-inst-libs
git submodule update
./configure --with-sst-core=${SST_INSTALL} --with-sst-elements=${SST_ELEMENTS_HOME}
source bashrc
make all install # installs in place - doesn't actually install anything at --prefix

Weekly test is ok.

cc @plavin


I could add this as a scheduled job in GitHub Actions for the elements repo. Adding the Jenkins job itself would be easier, but might be difficult in bamboo.sh. I'd prefer the latter just to get this working first.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions