Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separating build into docker and gcc #54

Merged
merged 5 commits into from
Mar 20, 2024
Merged

separating build into docker and gcc #54

merged 5 commits into from
Mar 20, 2024

Conversation

K20shores
Copy link
Contributor

  • Puts all docker files into a folder
  • Separates actions to run docker files separate from a build on ubuntu
  • Updates readme badges

@K20shores K20shores requested a review from mattldawson March 11, 2024 13:17
@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.00%. Comparing base (a5c7142) to head (378ec8f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #54   +/-   ##
=======================================
  Coverage   79.00%   79.00%           
=======================================
  Files         126      126           
  Lines       11095    11095           
=======================================
  Hits         8766     8766           
  Misses       2329     2329           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mattldawson
Copy link
Collaborator

I think the failures are because the failure tests write an error.json file and all run in the same folder, so the tests can't be run in parallel unless we create separate folders for them to run in

@K20shores
Copy link
Contributor Author

@mattldawson I removed the parallel tests and they pass now

docker/Dockerfile.memcheck Outdated Show resolved Hide resolved
@mattldawson mattldawson merged commit 4dfeb0c into main Mar 20, 2024
12 checks passed
@mattldawson mattldawson deleted the rework_actions branch March 20, 2024 19:09
mattldawson added a commit that referenced this pull request Mar 20, 2024
* add TS1 and TSMLT configuration to examples

* add new data sets for WACCM

* fix memory leak in tests

* add updated CFC cross section datasets

* run example test in sub folders

* copy data into example test folders

* reorganize temperature based cross section

* draft taylor series temperature parameterization

* add taylor series param test

* adjust grid merging logic

* finish BRONO2 config and tests

* fix MPI code

* draft burkholder parameterization and tests

* add range override to quantum yields

* finish HO2NO2 config and tests

* update TSMLT config example

* fix example configurations

* fix ch4 example config

* add ch3cl data set and configuration

* add SO2 data set

* Updates and tests for O2 photolysis (#38)

* stub test of LUT LA-SRB calcs

* update lasrb test conditions

* add od and xs calcs to LUT LA-SRB test

* fix memory issues in tests

* finish LA-SRB LUT comparison test

* Add H2SO4 and NO datasets, configurations, and algorithms for WACCM (#41)

* draft h2so4 quantum yield and test

* add h2so4 qy test

* add data and config for H2SO4 and NO

* Add N2O5 algorithms and data sets for WACCM/TSMLT (#43)

* fix bad jo2 config in ts1 example

* add N2O5 algorithms and datasets for WACCM

* fix pack/unpack for temperature based cross section

* add acetone calcs for WACCM (#45)

* add acetone calcs for WACCM

* fix uninitialized variable and air density in tests

* add branch options to acetone quantum yields

* Add YAML option for configuration files (#48)

* add YAML config option

* add yaml to json run comparison tests

* update to new musica-core release

* Add ability to calculate heating rates for photolysis reactions (#50)

* draft heating rates class and tests

* finish heating rate tests

* add heating rate output to driver, and include in TS example

* Remove musica-core dependency (#51)

* merge in musica-core dependencies

* don't run tests in parallel

* remove unneeded utility modules

* remove io functions from string_t

* remove debug output from tests to reduce log file size

* update valgrind suppressions for MPI

* update valgrind suppressions

* fix valgrind suppression format error

* remove wildcards from valgrind supresssion error types

* add valgrind suppression

* compile for gcc-13 (#53)

* compile for gcc-13

* excluding oldtuv when using gcc 13.2

* removing cmake debug message

* trying to add a gcc action

* syntax error

* isntalling netcdff

* trying to test multiple gcc versions

* installing numpy

* scipy

* using better thing

* separating build into docker and gcc (#54)

* separating build into docker and gcc

* fixing pages build

* run tests in serial

* not running tests in parallel for focker

* making sure memcheck happens

* adding ctiation file (#55)

* adding ctiation file

* only adding software citation

* syntax

* more syntax

* maybe now?

* correcting authors

* ...

* or now

* duplicate key

* *marge noise*

* trying to update url

* Fix bug in map test with OpenMP (#56)

* fix openmp bug in map test

* fix map test for non-openmp builds

* prepare for 0.8.0 release

---------

Co-authored-by: Kyle Shores <[email protected]>
mattldawson added a commit that referenced this pull request Mar 20, 2024
* add TS1 and TSMLT configuration to examples

* add new data sets for WACCM

* fix memory leak in tests

* add updated CFC cross section datasets

* run example test in sub folders

* copy data into example test folders

* reorganize temperature based cross section

* draft taylor series temperature parameterization

* add taylor series param test

* adjust grid merging logic

* finish BRONO2 config and tests

* fix MPI code

* draft burkholder parameterization and tests

* add range override to quantum yields

* finish HO2NO2 config and tests

* update TSMLT config example

* fix example configurations

* fix ch4 example config

* add ch3cl data set and configuration

* add SO2 data set

* Updates and tests for O2 photolysis (#38)

* stub test of LUT LA-SRB calcs

* update lasrb test conditions

* add od and xs calcs to LUT LA-SRB test

* fix memory issues in tests

* finish LA-SRB LUT comparison test

* Add H2SO4 and NO datasets, configurations, and algorithms for WACCM (#41)

* draft h2so4 quantum yield and test

* add h2so4 qy test

* add data and config for H2SO4 and NO

* Add N2O5 algorithms and data sets for WACCM/TSMLT (#43)

* fix bad jo2 config in ts1 example

* add N2O5 algorithms and datasets for WACCM

* fix pack/unpack for temperature based cross section

* add acetone calcs for WACCM (#45)

* add acetone calcs for WACCM

* fix uninitialized variable and air density in tests

* add branch options to acetone quantum yields

* Add YAML option for configuration files (#48)

* add YAML config option

* add yaml to json run comparison tests

* update to new musica-core release

* Add ability to calculate heating rates for photolysis reactions (#50)

* draft heating rates class and tests

* finish heating rate tests

* add heating rate output to driver, and include in TS example

* Remove musica-core dependency (#51)

* merge in musica-core dependencies

* don't run tests in parallel

* remove unneeded utility modules

* remove io functions from string_t

* remove debug output from tests to reduce log file size

* update valgrind suppressions for MPI

* update valgrind suppressions

* fix valgrind suppression format error

* remove wildcards from valgrind supresssion error types

* add valgrind suppression

* compile for gcc-13 (#53)

* compile for gcc-13

* excluding oldtuv when using gcc 13.2

* removing cmake debug message

* trying to add a gcc action

* syntax error

* isntalling netcdff

* trying to test multiple gcc versions

* installing numpy

* scipy

* using better thing

* separating build into docker and gcc (#54)

* separating build into docker and gcc

* fixing pages build

* run tests in serial

* not running tests in parallel for focker

* making sure memcheck happens

* adding ctiation file (#55)

* adding ctiation file

* only adding software citation

* syntax

* more syntax

* maybe now?

* correcting authors

* ...

* or now

* duplicate key

* *marge noise*

* trying to update url

* Fix bug in map test with OpenMP (#56)

* fix openmp bug in map test

* fix map test for non-openmp builds

* prepare for 0.8.0 release

* Update publish-package.yml

---------

Co-authored-by: Kyle Shores <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants