Skip to content

nikizadehgfdl is learning GitHub Actions #12

nikizadehgfdl is learning GitHub Actions

nikizadehgfdl is learning GitHub Actions #12

Workflow file for this run

name: basic tests
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: lscgpu50
steps:
- run: whoami; module load git; which git; echo $PATH
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- run: pwd
- run: ls src/FMS
#build
# - run: cd builds; ./linux-build.bash -m lscgpu50 -p gnu11 -t repro -f mom6sis2
- run: ls -lh builds/build/lscgpu50-gnu11/ocean_ice/repro/MOM6SIS2
- run: (cd exps/MOM6SIS2COBALT.single_column/; source ../../builds/lscgpu50/gnu11.env; mkdir RESTART; mpirun -n 1 ../../builds/build/lscgpu50-gnu11/ocean_ice/repro/MOM6SIS2 |& tee stdout.lscgpu50.gnu11.repro.n1)