mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Adding a GitHub actions CI file.
This commit is contained in:
parent
7505718806
commit
37944edd95
5 changed files with 117 additions and 5 deletions
|
|
@ -48,7 +48,11 @@ int main(int argc, char** argv) {
|
|||
// the summary file will be used to check that
|
||||
// temperatures were set correctly so clear
|
||||
// error output can be provided
|
||||
#ifdef OPENMC_MPI
|
||||
if (openmc::mpi::master) openmc::write_summary();
|
||||
#else
|
||||
openmc::write_summary();
|
||||
#endif
|
||||
|
||||
openmc_run();
|
||||
openmc_finalize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue