pySTEL: in plasma class, add function to introduce new species #2897
Workflow file for this run
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: build-test | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
container: lazerson/stellopt-compile:latest | |
env: | |
MACHINE: debian | |
STELLOPT_PATH: ${{ github.workspace }} | |
MYHOME: ${{ github.workspace }}/bin | |
OMPI_ALLOW_RUN_AS_ROOT: 1 | |
OMPI_ALLOW_RUN_AS_ROOT_CONFIRM: 1 | |
steps: | |
- name: checkout sources | |
uses: actions/checkout@master | |
- name: compile | |
run: | | |
cd ${STELLOPT_PATH} | |
./build_all -o clean_debug -j 2 | |
- name: test | |
run: | | |
mpiexec ./bin/xstelloptv2 test -h |