-
Notifications
You must be signed in to change notification settings - Fork 251
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'danieljprice:master' into master
- Loading branch information
Showing
40 changed files
with
2,419 additions
and
162 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
name: krome | ||
|
||
# Trigger on pull request, but only for the master branch | ||
on: | ||
pull_request: | ||
branches: [ master ] | ||
paths-ignore: | ||
- 'docs/**' | ||
- 'README.md' | ||
|
||
env: | ||
PREFIX: /usr/local/ | ||
PHANTOM_DIR: ${{ github.workspace }} | ||
KROMEPATH: ${{ github.workspace }}/krome | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
test: | ||
runs-on: ${{ matrix.os }} | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, macos-latest] | ||
toolchain: [{compiler: gcc}, {compiler: intel-classic}] | ||
exclude: | ||
- os: macos-latest | ||
toolchain: {compiler: intel-classic} | ||
|
||
steps: | ||
- uses: awvwgk/setup-fortran@v1 | ||
with: | ||
compiler: ${{ matrix.toolchain.compiler }} | ||
|
||
- name: "Clone phantom" | ||
uses: actions/checkout@v3 | ||
|
||
- name: "Clone krome" | ||
run: git clone https://bitbucket.org/tgrassi/krome.git krome | ||
|
||
- name: "make krome.setup" | ||
run: echo -e "-n=networks/react_AGBwind_nucleation\n-cooling=ATOMIC,CHEM,H2,CIE,Z,CI,CII,OI,OII,CO,OH,H2O,HCN\n-heating=CHEM,CR\n-H2opacity=RIPAMONTI\n-gamma=EXACT\n-noSinkCheck\n-noRecCheck\n-noTlimits\n-useX\n-conserveLin\n-useTabs\n-unsafe\n-iRHS" > krome.setup && cat krome.setup | ||
|
||
- name: "Compile phantom and link with krome" | ||
run: make SYSTEM=${{ env.FC }} SETUP=wind KROME=krome KROMEPATH=${KROMEPATH} PREFIX=${PREFIX} RUNDIR=${{ github.workspace }} | ||
|
||
- name: "Compile phantomsetup and link with krome" | ||
run: make SYSTEM=${{ env.FC }} SETUP=wind KROME=krome KROMEPATH=${KROMEPATH} PREFIX=${PREFIX} RUNDIR=${PREFIX} setup | ||
|
||
- name: "Compile phantomanalysis and link with krome" | ||
run: make SYSTEM=${{ env.FC }} SETUP=wind KROME=krome KROMEPATH=${KROMEPATH} PREFIX=${PREFIX} RUNDIR=${PREFIX} analysis | ||
|
||
- name: "Compile phantommoddump and link with krome" | ||
run: make SYSTEM=${{ env.FC }} SETUP=wind KROME=krome KROMEPATH=${KROMEPATH} PREFIX=${PREFIX} RUNDIR=${PREFIX} moddump |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,8 +80,6 @@ Lionel Siess <[email protected]> | |
Lionel Siess <[email protected]> <[email protected]> | ||
Lionel Siess <[email protected]> <[email protected]> | ||
Lionel Siess <[email protected]> <[email protected]> | ||
Mats Esseldeurs <[email protected]> | ||
Mats Esseldeurs <[email protected]> <[email protected]> | ||
David Liptai <[email protected]> <[email protected]> | ||
David Liptai <[email protected]> <[email protected]> | ||
David Liptai <[email protected]> <[email protected]> | ||
|
@@ -117,6 +115,4 @@ Amena Faruqi <[email protected]> <[email protected] | |
Amena Faruqi <[email protected]> Amena Faruqi <[email protected]> | ||
Alison Young <[email protected]> Alison Young <[email protected]> | ||
Simone Ceppi <[email protected]> Simone Ceppi <[email protected]> | ||
Mats Esseldeurs <[email protected]> mats esseldeurs <[email protected]> | ||
Mats Esseldeurs <[email protected]> MatsEsseldeurs <[email protected]> | ||
Nicolás Cuello <[email protected]> Nicolas Cuello <[email protected]> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,14 +16,13 @@ Daniel Mentiplay <[email protected]> | |
Megha Sharma <[email protected]> | ||
Arnaud Vericel <[email protected]> | ||
Mark Hutchison <[email protected]> | ||
Mats Esseldeurs <[email protected]> | ||
Rebecca Nealon <[email protected]> | ||
Elisabeth Borchert <[email protected]> | ||
Ward Homan <[email protected]> | ||
Christophe Pinte <[email protected]> | ||
Terrence Tricco <[email protected]> | ||
Simone Ceppi <[email protected]> | ||
Mats Esseldeurs <[email protected]> | ||
Mats Esseldeurs <[email protected]> | ||
Stephane Michoulier <[email protected]> | ||
Spencer Magnall <[email protected]> | ||
Caitlyn Hardiman <[email protected]> | ||
|
@@ -32,8 +31,8 @@ Sergei Biriukov <[email protected]> | |
Cristiano Longarini <[email protected]> | ||
Giovanni Dipierro <[email protected]> | ||
Roberto Iaconi <[email protected]> | ||
Hauke Worpel <[email protected]> | ||
Amena Faruqi <[email protected]> | ||
Hauke Worpel <[email protected]> | ||
Alison Young <[email protected]> | ||
Stephen Neilson <[email protected]> | ||
Martina Toscani <[email protected]> | ||
|
@@ -43,26 +42,28 @@ Simon Glover <[email protected]> | |
Thomas Reichardt <[email protected]> | ||
Jean-François Gonzalez <[email protected]> | ||
Christopher Russell <[email protected]> | ||
Phantom benchmark bot <[email protected]> | ||
Alessia Franchini <[email protected]> | ||
Jolien Malfait <[email protected]> | ||
Alex Pettitt <[email protected]> | ||
Nicole Rodrigues <[email protected]> | ||
Jolien Malfait <[email protected]> | ||
Phantom benchmark bot <[email protected]> | ||
Kieran Hirsh <[email protected]> | ||
Nicole Rodrigues <[email protected]> | ||
David Trevascus <[email protected]> | ||
Nicolás Cuello <[email protected]> | ||
Farzana Meru <[email protected]> | ||
Nicolás Cuello <[email protected]> | ||
Chris Nixon <[email protected]> | ||
Miguel Gonzalez-Bolivar <[email protected]> | ||
Mike Lau <[email protected]> | ||
Benoit Commercon <[email protected]> | ||
Orsola De Marco <[email protected]> | ||
Giulia Ballabio <[email protected]> | ||
Maxime Lombart <[email protected]> | ||
Joe Fisher <[email protected]> | ||
Maxime Lombart <[email protected]> | ||
Mike Lau <[email protected]> | ||
Orsola De Marco <[email protected]> | ||
Zachary Pellow <[email protected]> | ||
s-neilson <[email protected]> | ||
Cox, Samuel <[email protected]> | ||
Jeremy Smallwood <[email protected]> | ||
Jorge Cuadra <[email protected]> | ||
Steven Rieder <[email protected]> | ||
Stéven Toupin <[email protected]> | ||
Jorge Cuadra <[email protected]> | ||
Taj Jankovič <[email protected]> |
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.