Skip to content

Commit

Permalink
step
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Dec 13, 2024
1 parent 4cfe9bc commit 44c0642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
42 changes: 2 additions & 40 deletions .github/workflows/push_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,46 +70,8 @@ jobs:
with_ccache: 'false'
make_check_python: 'false'

debian:
runs-on: ubuntu-latest
container:
image: ghcr.io/espressomd/docker/debian:f7f8ef2c0ca93c67aa16b9f91785492fb04ecc1b-base-layer
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
options: --cpus 4
steps:
- name: Checkout
uses: actions/checkout@main
- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
key: debian
save: false
- name: Setup Git environment
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Get runner specifications
run: lscpu | egrep 'Model name|Socket|Thread|NUMA|CPU\(s\)'
- name: Build and check
uses: ./.github/actions/build_and_check
env:
build_procs: 4
check_procs: 4
myconfig: 'maxset'
with_ccache: 'true'
with_cuda: 'false'
with_hdf5: 'true'
with_fftw: 'true'
with_gsl: 'false'
with_scafacos: 'false'
with_stokesian_dynamics: 'false'
make_check_unit_tests: 'true'
make_check_python: 'false'
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1

ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container:
image: ghcr.io/espressomd/docker/ubuntu-wo-dependencies:f7f8ef2c0ca93c67aa16b9f91785492fb04ecc1b-base-layer
credentials:
Expand Down Expand Up @@ -141,7 +103,7 @@ jobs:
with_gsl: 'false'
with_scafacos: 'false'
with_stokesian_dynamics: 'false'
make_check_unit_tests: 'false'
make_check_unit_tests: 'true'
make_check_python: 'false'
OMPI_ALLOW_RUN_AS_ROOT: 1
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1
2 changes: 0 additions & 2 deletions src/core/unit_tests/fpe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ fe_trap::fe_trap(std::optional<int> excepts, bool unique) {
#if defined(ESPRESSO_FENV_DEFINED_CTOR)
#undef ESPRESSO_FENV_DEFINED_CTOR
#else
#error "FE not supported"
#endif
}

Expand All @@ -114,7 +113,6 @@ fe_trap::~fe_trap() {
#if defined(ESPRESSO_FENV_DEFINED_DTOR)
#undef ESPRESSO_FENV_DEFINED_DTOR
#else
#error "FE not supported"
#endif
}

Expand Down

0 comments on commit 44c0642

Please sign in to comment.