Skip to content

Commit

Permalink
ice
Browse files Browse the repository at this point in the history
  • Loading branch information
suzanmanasreh committed Jun 13, 2024
1 parent 85f8a86 commit 851282b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: 'Test on ICE'

on:
push:
pull_request:
workflow_dispatch:

jobs:
self:
name: ICE Runner
runs-on:
- self-hosted
if: github.repository == 'Comp-Physics/RBC3D'
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Build
run: |
ml anaconda3 gcc/12.3.0 mvapich2/2.3.7-1 intel-oneapi-mkl/2023.1.0 python/3.10.10 netcdf-c/4.9.2-mva2-hdf5-1.14 netcdf-cxx/4.2-mva2-hdf5-1.14 netcdf-fortran/4.6.0-mva2-hdf5-1.14 fftw/3.3.10-mva
bash rbc.sh install-with-mkl
- name: Test
run: |
ml anaconda3 gcc/12.3.0 mvapich2/2.3.7-1 intel-oneapi-mkl/2023.1.0 python/3.10.10 netcdf-c/4.9.2-mva2-hdf5-1.14 netcdf-cxx/4.2-mva2-hdf5-1.14 netcdf-fortran/4.6.0-mva2-hdf5-1.14 fftw/3.3.10-mva
cd common
make .depend
make
cd ../examples/case
make .depend
make

0 comments on commit 851282b

Please sign in to comment.