Update ncar_run.sh, casper_a100_submit.sh, derecho_a100_submit.sh, hurricane_4panel.tdrp. Create casper_h100_submit.sh #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Samurai CPU test with Beltrami | |
on: | |
workflow_dispatch: | |
branches: [ "main" ] | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build_run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the Docker image | |
run: docker build . --file Dockerfile --tag samurai_build_run:latest | |
- name: Running the Docker image for Beltrami case | |
run: docker run samurai_build_run:latest |