Skip to content

Commit

Permalink
merged upstream gpucpp
Browse files Browse the repository at this point in the history
  • Loading branch information
zeniheisser committed Sep 16, 2024
2 parents 67ea522 + b0502e1 commit 7954db2
Show file tree
Hide file tree
Showing 1,446 changed files with 135,416 additions and 5,855 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/acceptancetest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
env:
commitmsg: ${{ github.event.head_commit.message }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down Expand Up @@ -1225,6 +1229,7 @@ jobs:
cd $GITHUB_WORKSPACE
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
echo "import model_v4 sm_v4" > cmd
echo "continue" >> cmd
./bin/mg5_aMC cmd
echo "f2py_compiler = $(which f2py)" >> input/mg5_configuration.txt
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
Expand Down Expand Up @@ -1941,3 +1946,24 @@ jobs:
echo "lhapdf-config = /home/runner/work/mg5amcnlo/mg5amcnlo/HEPTools/lhapdf6_py3/bin/lhapdf-config" >> input/mg5_configuration.txt
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/runner/work/mg5amcnlo/mg5amcnlo/HEPTools/lhapdf6_py3//lib
./tests/test_manager.py test_nlo_reweighting -pA -t0 -l INFO
acceptancetest_ewsudakov:
# The type of runner that the job will run on
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a set of commands using the runners shell
- name: test one of the test test_tt_ewsudakov
run: |
cd $GITHUB_WORKSPACE
cp input/.mg5_configuration_default.txt input/mg5_configuration.txt
sudo pip install numpy
which f2py
echo "f2py_compiler = $(which f2py)" >> input/mg5_configuration.txt
cp Template/LO/Source/.make_opts Template/LO/Source/make_opts
./tests/test_manager.py test_ttbar_ewsudakov -pA -t0 -l INFO
5 changes: 5 additions & 0 deletions .github/workflows/aloha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ on:
env:
commitmsg: ${{ github.event.head_commit.message }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down
Loading

0 comments on commit 7954db2

Please sign in to comment.