-
Notifications
You must be signed in to change notification settings - Fork 95
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
Prefer dnf5 for fedora CI #2742
Commits on Feb 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0732af0 - Browse repository at this point
Copy the full SHA 0732af0View commit details
Commits on Mar 9, 2022
-
* support sudo without password * set actually a password * Use --build-args rather then bash script to generate Dockerfile
Configuration menu - View commit details
-
Copy full SHA for d903927 - Browse repository at this point
Copy the full SHA d903927View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb7f84a - Browse repository at this point
Copy the full SHA eb7f84aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a330ab - Browse repository at this point
Copy the full SHA 9a330abView commit details
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b7dfa17 - Browse repository at this point
Copy the full SHA b7dfa17View commit details
Commits on Feb 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b415d37 - Browse repository at this point
Copy the full SHA b415d37View commit details
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 580e784 - Browse repository at this point
Copy the full SHA 580e784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b76a8f - Browse repository at this point
Copy the full SHA 8b76a8fView commit details -
Error early with in-source-builds
* Previously the second cmake invocation failed, e.g. after some source changes or after changing a configure time option * It also generated many files, some of which overwrite git-tracked files from autotools, and others where not git-ignored.
Configuration menu - View commit details
-
Copy full SHA for 8cdba94 - Browse repository at this point
Copy the full SHA 8cdba94View commit details -
Merge pull request #2659 from boutproject/squash-optional
Squash optional
Configuration menu - View commit details
-
Copy full SHA for 1230989 - Browse repository at this point
Copy the full SHA 1230989View commit details
Commits on Feb 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 36cabdf - Browse repository at this point
Copy the full SHA 36cabdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af404d - Browse repository at this point
Copy the full SHA 2af404dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e593a99 - Browse repository at this point
Copy the full SHA e593a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 725bb74 - Browse repository at this point
Copy the full SHA 725bb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for a057a65 - Browse repository at this point
Copy the full SHA a057a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 668de4d - Browse repository at this point
Copy the full SHA 668de4dView commit details
Commits on Feb 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 636eb56 - Browse repository at this point
Copy the full SHA 636eb56View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba77dd7 - Browse repository at this point
Copy the full SHA ba77dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd35030 - Browse repository at this point
Copy the full SHA fd35030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87fa772 - Browse repository at this point
Copy the full SHA 87fa772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88956a0 - Browse repository at this point
Copy the full SHA 88956a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ce78b - Browse repository at this point
Copy the full SHA e3ce78bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d60a5a2 - Browse repository at this point
Copy the full SHA d60a5a2View commit details -
Merge pull request #2666 from boutproject/fix-bad-merge
Fix some warnings and deprecated headers
Configuration menu - View commit details
-
Copy full SHA for 6e6f09f - Browse repository at this point
Copy the full SHA 6e6f09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b52812d - Browse repository at this point
Copy the full SHA b52812dView commit details -
Some fixes for tokamak-2fluid example
Not comprehensive, still fails to run successfully on basic input file (zero pivot in cyclic reduce) Fixes: - unused variables - wrong variable names (including case) - creating laplacians from wrong input sections - some issues with staggering
Configuration menu - View commit details
-
Copy full SHA for 4c05600 - Browse repository at this point
Copy the full SHA 4c05600View commit details -
Configuration menu - View commit details
-
Copy full SHA for e004276 - Browse repository at this point
Copy the full SHA e004276View commit details -
Do not check for PVEC_REAL_MPI_TYPE change
MPI_DOUBLE is a macro, so this check can break, even if there is no mismatch.
Configuration menu - View commit details
-
Copy full SHA for f1b2e04 - Browse repository at this point
Copy the full SHA f1b2e04View commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bee8eeb - Browse repository at this point
Copy the full SHA bee8eebView commit details -
Merge pull request #2669 from boutproject/master-version
Fix versions after release
Configuration menu - View commit details
-
Copy full SHA for 754b601 - Browse repository at this point
Copy the full SHA 754b601View commit details -
Merge pull request #2664 from boutproject/master-docs-boutpp
Improve docs + fix boutpp docs (master)
Configuration menu - View commit details
-
Copy full SHA for 4026a88 - Browse repository at this point
Copy the full SHA 4026a88View commit details -
Merge pull request #2661 from boutproject/output-warning
Fix some warnings
Configuration menu - View commit details
-
Copy full SHA for 37939b1 - Browse repository at this point
Copy the full SHA 37939b1View commit details
Commits on Feb 24, 2023
-
Co-authored-by: Peter Hill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9171e9e - Browse repository at this point
Copy the full SHA 9171e9eView commit details
Commits on Mar 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6121888 - Browse repository at this point
Copy the full SHA 6121888View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa242f8 - Browse repository at this point
Copy the full SHA aa242f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 759c0cb - Browse repository at this point
Copy the full SHA 759c0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d54a14 - Browse repository at this point
Copy the full SHA 1d54a14View commit details
Commits on Mar 15, 2023
-
`MPI_COMM_WORLD` can be int, thus pass the BOUT++ communicator Co-authored-by: Peter Hill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bc1260 - Browse repository at this point
Copy the full SHA 7bc1260View commit details
Commits on Mar 16, 2023
-
Do not take the address of the pointer. Compiles with mpich and openmpi
Configuration menu - View commit details
-
Copy full SHA for d48acbe - Browse repository at this point
Copy the full SHA d48acbeView commit details -
This is needed so we can get a pointer to the communicator, as is needed by SUNContext
Configuration menu - View commit details
-
Copy full SHA for 47a70ed - Browse repository at this point
Copy the full SHA 47a70edView commit details -
pass MPI_Comm* to SUNContext_Create as indicated in the docs https://sundials.readthedocs.io/en/latest/sundials/SUNContext_link.html
Configuration menu - View commit details
-
Copy full SHA for c31e948 - Browse repository at this point
Copy the full SHA c31e948View commit details -
Merge pull request #2668 from boutproject/tokamak-2fluid-fixes
Some fixes for tokamak-2fluid example
Configuration menu - View commit details
-
Copy full SHA for 557ac38 - Browse repository at this point
Copy the full SHA 557ac38View commit details -
Merge pull request #2660 from boutproject/cmake-insource
Error early with in-source-builds
Configuration menu - View commit details
-
Copy full SHA for f0cc784 - Browse repository at this point
Copy the full SHA f0cc784View commit details
Commits on Mar 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a28892 - Browse repository at this point
Copy the full SHA 4a28892View commit details -
Configuration menu - View commit details
-
Copy full SHA for f54a2ac - Browse repository at this point
Copy the full SHA f54a2acView commit details -
Configuration menu - View commit details
-
Copy full SHA for b511ccb - Browse repository at this point
Copy the full SHA b511ccbView commit details -
Workaround for test-restart-io for recent boututils
boututils changed the default for datafile to netcdf4, which breaks reading the y position of the FieldPerp slices.
Configuration menu - View commit details
-
Copy full SHA for 73f5d4d - Browse repository at this point
Copy the full SHA 73f5d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fefd31c - Browse repository at this point
Copy the full SHA fefd31cView commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7f5e7c7 - Browse repository at this point
Copy the full SHA 7f5e7c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cc5ee6 - Browse repository at this point
Copy the full SHA 8cc5ee6View commit details -
Merge pull request #2683 from boutproject/use-tag-version
Python: If we are on a tag, we should use that as version
Configuration menu - View commit details
-
Copy full SHA for 6ababba - Browse repository at this point
Copy the full SHA 6ababbaView commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9949e41 - Browse repository at this point
Copy the full SHA 9949e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6b6b1 - Browse repository at this point
Copy the full SHA 1d6b6b1View commit details -
Revert "Workaround for test-restart-io for recent boututils"
This reverts commit 73f5d4d.
Configuration menu - View commit details
-
Copy full SHA for e21b0df - Browse repository at this point
Copy the full SHA e21b0dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b83ddb - Browse repository at this point
Copy the full SHA 5b83ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c04a11a - Browse repository at this point
Copy the full SHA c04a11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e01fc3 - Browse repository at this point
Copy the full SHA 4e01fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbbf54 - Browse repository at this point
Copy the full SHA 7cbbf54View commit details -
Configuration menu - View commit details
-
Copy full SHA for e50112e - Browse repository at this point
Copy the full SHA e50112eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e640f7 - Browse repository at this point
Copy the full SHA 4e640f7View commit details -
Merge pull request #2689 from boutproject/manual-requirements
Recommend `requirements.txt` for dependencies
Configuration menu - View commit details
-
Copy full SHA for 50a7195 - Browse repository at this point
Copy the full SHA 50a7195View commit details -
Do not recommend
--user
forpip
It does not work in venv, and is not needed otherwise anymore.
Configuration menu - View commit details
-
Copy full SHA for 2b85c8b - Browse repository at this point
Copy the full SHA 2b85c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b1fe87 - Browse repository at this point
Copy the full SHA 9b1fe87View commit details -
Merge pull request #2682 from boutproject/fedora-ci-openmpi
CI: switch to openmpi for fedora GHA
Configuration menu - View commit details
-
Copy full SHA for bd28f65 - Browse repository at this point
Copy the full SHA bd28f65View commit details -
Merge pull request #2684 from boutproject/pvode-warnings
Fix pvode warnings
Configuration menu - View commit details
-
Copy full SHA for 2bc8713 - Browse repository at this point
Copy the full SHA 2bc8713View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23b828 - Browse repository at this point
Copy the full SHA e23b828View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9180d28 - Browse repository at this point
Copy the full SHA 9180d28View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b2ca4 - Browse repository at this point
Copy the full SHA b6b2ca4View commit details -
Merge pull request #2685 from boutproject/netcdf4-test
Revert "Workaround for test-restart-io for recent boututils"
Configuration menu - View commit details
-
Copy full SHA for 94ab01a - Browse repository at this point
Copy the full SHA 94ab01aView commit details -
Merge pull request #2679 from boutproject/issue2663
Update boututils and boutdata to working versions
Configuration menu - View commit details
-
Copy full SHA for 78ddff5 - Browse repository at this point
Copy the full SHA 78ddff5View commit details -
Merge pull request #2657 from boutproject/bundled-py
Update bundled boututils and boutdata
Configuration menu - View commit details
-
Copy full SHA for 60ae42b - Browse repository at this point
Copy the full SHA 60ae42bView commit details
Commits on Mar 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4aa866 - Browse repository at this point
Copy the full SHA a4aa866View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0adf3f - Browse repository at this point
Copy the full SHA b0adf3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f30d2b - Browse repository at this point
Copy the full SHA 2f30d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eea867 - Browse repository at this point
Copy the full SHA 0eea867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0afa74e - Browse repository at this point
Copy the full SHA 0afa74eView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f01db83 - Browse repository at this point
Copy the full SHA f01db83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33315d8 - Browse repository at this point
Copy the full SHA 33315d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b507ce7 - Browse repository at this point
Copy the full SHA b507ce7View commit details -
Co-authored-by: Peter Hill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85ea857 - Browse repository at this point
Copy the full SHA 85ea857View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcb302f - Browse repository at this point
Copy the full SHA bcb302fView commit details -
CI: Drop coverage build OS down to ubuntu-20.04
Incompatible PETSc/SLEPc version This seems to only be a problem for `configure` and so should disappear when we switch completely to CMake anyway
Configuration menu - View commit details
-
Copy full SHA for c635f25 - Browse repository at this point
Copy the full SHA c635f25View commit details -
Merge pull request #2693 from boutproject/almost-equal
isUniform: Do not fail if numbers are only almost equal
Configuration menu - View commit details
-
Copy full SHA for 5379417 - Browse repository at this point
Copy the full SHA 5379417View commit details -
Merge pull request #2690 from boutproject/manual-requirements
Docs for docs improvements
Configuration menu - View commit details
-
Copy full SHA for 1a12bfc - Browse repository at this point
Copy the full SHA 1a12bfcView commit details -
Merge pull request #2678 from boutproject/cast-sagitter
Fix SUNDIALS `Context` construction for MPICH
Configuration menu - View commit details
-
Copy full SHA for 00ee409 - Browse repository at this point
Copy the full SHA 00ee409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c31487 - Browse repository at this point
Copy the full SHA 6c31487View commit details -
Merge pull request #2695 from boutproject/ci-fix-master
CI: do not run on removed old ubuntu
Configuration menu - View commit details
-
Copy full SHA for 33d6a01 - Browse repository at this point
Copy the full SHA 33d6a01View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 419a7e7 - Browse repository at this point
Copy the full SHA 419a7e7View commit details -
Merge pull request #2686 from boutproject/cmake-netcdf-pkgconfig
Fall back to pkgconfig for finding netcdf-cxx4
Configuration menu - View commit details
-
Copy full SHA for 24498ce - Browse repository at this point
Copy the full SHA 24498ceView commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a54b51d - Browse repository at this point
Copy the full SHA a54b51dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1ec40 - Browse repository at this point
Copy the full SHA 6a1ec40View commit details
Commits on Apr 26, 2023
-
Merge pull request #2697 from boutproject/docs-fix-default-branch
Docs: Fix default branch for "suggest edit"
Configuration menu - View commit details
-
Copy full SHA for 232e77e - Browse repository at this point
Copy the full SHA 232e77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7617cc3 - Browse repository at this point
Copy the full SHA 7617cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3051629 - Browse repository at this point
Copy the full SHA 3051629View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 333dfc4 - Browse repository at this point
Copy the full SHA 333dfc4View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f73b1ed - Browse repository at this point
Copy the full SHA f73b1edView commit details -
Call PCGAMGSetSymGraph only with old PETSc
For newer PETSc set the option on the matrix
Configuration menu - View commit details
-
Copy full SHA for 6c0d6b4 - Browse repository at this point
Copy the full SHA 6c0d6b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fd461c - Browse repository at this point
Copy the full SHA 4fd461cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4386870 - Browse repository at this point
Copy the full SHA 4386870View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec1678b - Browse repository at this point
Copy the full SHA ec1678bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b04c939 - Browse repository at this point
Copy the full SHA b04c939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e37df3 - Browse repository at this point
Copy the full SHA 6e37df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b75942d - Browse repository at this point
Copy the full SHA b75942dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e8760 - Browse repository at this point
Copy the full SHA 28e8760View commit details -
Use default inner preconditioner for laplace-petsc3d test
PETSc changed the default in 3.17 to PCJACOBI. There doesn't appear to be a programmatic way of setting this
Configuration menu - View commit details
-
Copy full SHA for 64735e5 - Browse repository at this point
Copy the full SHA 64735e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f96be9 - Browse repository at this point
Copy the full SHA 0f96be9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fbf1e0 - Browse repository at this point
Copy the full SHA 5fbf1e0View commit details -
Fix unit test for recent changes in PETSc
Need to set old smoother and increase KSP max iterations to regain old tolerance
Configuration menu - View commit details
-
Copy full SHA for 3f60cd6 - Browse repository at this point
Copy the full SHA 3f60cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for de1f258 - Browse repository at this point
Copy the full SHA de1f258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e42ddc - Browse repository at this point
Copy the full SHA 7e42ddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 128b38e - Browse repository at this point
Copy the full SHA 128b38eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f9843f - Browse repository at this point
Copy the full SHA 4f9843fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78dbc0f - Browse repository at this point
Copy the full SHA 78dbc0fView commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 58143eb - Browse repository at this point
Copy the full SHA 58143ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43839bf - Browse repository at this point
Copy the full SHA 43839bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b78d11 - Browse repository at this point
Copy the full SHA 2b78d11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 344ede7 - Browse repository at this point
Copy the full SHA 344ede7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2d00fa - Browse repository at this point
Copy the full SHA f2d00faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0744726 - Browse repository at this point
Copy the full SHA 0744726View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a19a9 - Browse repository at this point
Copy the full SHA f1a19a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20e3a6 - Browse repository at this point
Copy the full SHA a20e3a6View commit details -
Merge pull request #2704 from boutproject/petsc-3-19
Add support for PETSc & SLEPc 3.18 / 3.19
Configuration menu - View commit details
-
Copy full SHA for d1f23c0 - Browse repository at this point
Copy the full SHA d1f23c0View commit details -
Merge pull request #2699 from boutproject/fix-globals-dump
Remove last uses of `bout::globals::dump`
Configuration menu - View commit details
-
Copy full SHA for f491455 - Browse repository at this point
Copy the full SHA f491455View commit details
Commits on May 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b6fbcc7 - Browse repository at this point
Copy the full SHA b6fbcc7View commit details -
Do not run PETSc and SLEPc in cmake step
PETSc result is anyway ignored, so that only speed ups the cmake step. SLEPc can probably fail for similar reasons, so lets skip
Configuration menu - View commit details
-
Copy full SHA for 8fbaad7 - Browse repository at this point
Copy the full SHA 8fbaad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a22ffa2 - Browse repository at this point
Copy the full SHA a22ffa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e232d34 - Browse repository at this point
Copy the full SHA e232d34View commit details -
The additional check is not needed
The parallel transform already checks whether it is needed. For the identity transform this is always needed, so the second check is harmful in that case, and otherwise not needed.
Configuration menu - View commit details
-
Copy full SHA for 8365ee2 - Browse repository at this point
Copy the full SHA 8365ee2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff9c7b9 - Browse repository at this point
Copy the full SHA ff9c7b9View commit details
Commits on May 4, 2023
-
Merge pull request #2711 from boutproject/transform-no-extra-master
Remove unnecessary check for aligned fields when applying twist-shift
Configuration menu - View commit details
-
Copy full SHA for 3d6cb4b - Browse repository at this point
Copy the full SHA 3d6cb4bView commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba05e3d - Browse repository at this point
Copy the full SHA ba05e3dView commit details
Commits on May 20, 2023
-
Get mesh outputs after physics init
Physics models often modify metric tensor components during initialisation (e.g. normalisation), so get their values for saving to output only after init has been called.
Configuration menu - View commit details
-
Copy full SHA for fa83d8e - Browse repository at this point
Copy the full SHA fa83d8eView commit details
Commits on May 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67f15b7 - Browse repository at this point
Copy the full SHA 67f15b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b2d41 - Browse repository at this point
Copy the full SHA 46b2d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 258417e - Browse repository at this point
Copy the full SHA 258417eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fbcc2 - Browse repository at this point
Copy the full SHA b1fbcc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f851f6e - Browse repository at this point
Copy the full SHA f851f6eView commit details -
Merge pull request #2714 from boutproject/mesh-outputvars
Get mesh outputs after physics init
Configuration menu - View commit details
-
Copy full SHA for 17f728f - Browse repository at this point
Copy the full SHA 17f728fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d5cba - Browse repository at this point
Copy the full SHA 57d5cbaView commit details
Commits on May 25, 2023
-
beuler: Fix stencils, pre-allocation and hypre defaults
No mallocs now needed when setting matrix elements in serial or parallel for 1D-recycling example. Hypre preconditioner type can now be set with pc_hypre_type option. Defaults to pilut, as this seems to give the best performance in parallel.
Configuration menu - View commit details
-
Copy full SHA for 07f7b8f - Browse repository at this point
Copy the full SHA 07f7b8fView commit details -
cvode solver: Add linear and nonlinear convergence options
cvode_nonlinear_convergence_coef Sets parameter through call to CVodeSetNonlinConvCoef https://sundials.readthedocs.io/en/latest/cvodes/Usage/SIM.html#c.CVodeSetNonlinConvCoef cvode_linear_convergence_coef Sets parameter through call to CVodeSetEpsLin https://sundials.readthedocs.io/en/latest/cvodes/Usage/SIM.html#c.CVodeSetEpsLin
Configuration menu - View commit details
-
Copy full SHA for 6e3ed0a - Browse repository at this point
Copy the full SHA 6e3ed0aView commit details -
Add some documentation of new cvode and beuler solver options.
Configuration menu - View commit details
-
Copy full SHA for 5c7365b - Browse repository at this point
Copy the full SHA 5c7365bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6875ea1 - Browse repository at this point
Copy the full SHA 6875ea1View commit details -
snes solver: Check if PETSc has Hypre
If PETSc is not configured with Hypre then PCHYPRESetType is not defined.
Configuration menu - View commit details
-
Copy full SHA for ece5b3f - Browse repository at this point
Copy the full SHA ece5b3fView commit details -
beuler: Recalculate Jacobian on solver failure
If a step fails, re-calculate the Jacobian and preconditioner. This can be an expensive operation, so doing this on failure allows lag_jacobian to be increased.
Configuration menu - View commit details
-
Copy full SHA for bfe8f7c - Browse repository at this point
Copy the full SHA bfe8f7cView commit details -
Set PETSc options before initialize
Enables `petsc:log_view=true` option to set the PETSc `-log_view` switch correctly.
Configuration menu - View commit details
-
Copy full SHA for 7152948 - Browse repository at this point
Copy the full SHA 7152948View commit details
Commits on May 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a24114 - Browse repository at this point
Copy the full SHA 7a24114View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebca99b - Browse repository at this point
Copy the full SHA ebca99bView commit details
Commits on Jun 5, 2023
-
Reverts some of the deling commits and changes _runs to _compiles
Configuration menu - View commit details
-
Copy full SHA for af75e7f - Browse repository at this point
Copy the full SHA af75e7fView commit details
Commits on Jun 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7b99e7 - Browse repository at this point
Copy the full SHA a7b99e7View commit details -
Do not fail if lapack is not found, but use it if it is there
Configuration menu - View commit details
-
Copy full SHA for 6f3711d - Browse repository at this point
Copy the full SHA 6f3711dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec014fd - Browse repository at this point
Copy the full SHA ec014fdView commit details
Commits on Jun 13, 2023
-
Update src/solver/impls/snes/snes.cxx
Co-authored-by: David Bold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0b24eb - Browse repository at this point
Copy the full SHA e0b24ebView commit details -
Update src/solver/impls/snes/snes.cxx
Co-authored-by: David Bold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 54f5a89 - Browse repository at this point
Copy the full SHA 54f5a89View commit details -
Update src/solver/impls/snes/snes.cxx
Co-authored-by: David Bold <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce059a7 - Browse repository at this point
Copy the full SHA ce059a7View commit details -
Merge pull request #2716 from boutproject/solver-improvements
Solver improvements
Configuration menu - View commit details
-
Copy full SHA for 3084bfb - Browse repository at this point
Copy the full SHA 3084bfbView commit details
Commits on Jun 14, 2023
-
Merge pull request #2709 from boutproject/slepc-cmake
Do not try to run SLEPc or PETSc in configure
Configuration menu - View commit details
-
Copy full SHA for 3500bd0 - Browse repository at this point
Copy the full SHA 3500bd0View commit details -
Merge branch 'master' into dist-via-boutpp
* master: Update src/solver/impls/snes/snes.cxx Update src/solver/impls/snes/snes.cxx Update src/solver/impls/snes/snes.cxx Ensure we can compile PETSc Remove unchecked petsc_test_runs Remove _TEST_ variables Set PETSc options before initialize beuler: Recalculate Jacobian on solver failure snes solver: Check if PETSc has Hypre Apply clang-format changes Solver documentation cvode solver: Add linear and nonlinear convergence options beuler: Fix stencils, pre-allocation and hypre defaults Get mesh outputs after physics init Apply clang-format changes The additional check is not needed Fix findPetsc.cmake remove more unused code Do not run PETSc and SLEPc in cmake step
Configuration menu - View commit details
-
Copy full SHA for efb2fbf - Browse repository at this point
Copy the full SHA efb2fbfView commit details -
Merge pull request #2707 from boutproject/dschwoerer-make-dist
Update `make dist` invocation [skip ci]
Configuration menu - View commit details
-
Copy full SHA for cc9c86d - Browse repository at this point
Copy the full SHA cc9c86dView commit details -
Merge pull request #2702 from boutproject/dschwoerer-patch-1
mesh:paralleltransform is a section [skip ci]
Configuration menu - View commit details
-
Copy full SHA for cbd197e - Browse repository at this point
Copy the full SHA cbd197eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e98a06a - Browse repository at this point
Copy the full SHA e98a06aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a663da - Browse repository at this point
Copy the full SHA 9a663daView commit details -
Merge branch 'next' into v5.1.0-rc
* next: (96 commits) Use petsc version 3.19.1 in examples, on 'Advanced installation options' page of manual. [skip ci] Apply clang-format changes The additional check is not needed provide VectorMetric in vectormetric.hxx Update more example code snippets from make to cmake. Include -S and -B flags, so examples are more consistent. Use <build-directory> to indicate the path to the build directory. [skip ci] Use petsc version 3.17.5 in examples, on 'Advanced installation options' page of manual. (version 3.19 is not compatible) [skip ci] Apply clang-format changes Pull out cached variables to function Mark some functions as const CI: Drop coverage build OS down to ubuntu-20.04 CI: fix petsc path CI: fix slepc path CI: Update paths for ubuntu 20.04 CI: move some runs to ubunutu-latest CI: do not run on removed old ubuntu Change command example from 'make' to 'cmake --build <build-directory>' in 'Compiling BOUT++' section of 'Advanced installation options' page of manual. Clarify example using dnf. Added comma, for clarity. Add /manual/sphinx/_build to gitignore file. Update examples to petsc version 3.19.0 in 'Advanced installation options' page of manual. ...
Configuration menu - View commit details
-
Copy full SHA for 4342888 - Browse repository at this point
Copy the full SHA 4342888View commit details -
use contextlib.suppress to ignore KeyError
Co-authored-by: Peter Hill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0892ba3 - Browse repository at this point
Copy the full SHA 0892ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b05b48 - Browse repository at this point
Copy the full SHA 8b05b48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e758f0 - Browse repository at this point
Copy the full SHA 1e758f0View commit details
Commits on Jun 15, 2023
-
Fix FV::Div_a_Grad_perp Y alignment
Raises exception that Y alignment is incorrect when calling fromFieldAligned. Need to set aligned when constructing field.
Configuration menu - View commit details
-
Copy full SHA for 15683c5 - Browse repository at this point
Copy the full SHA 15683c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d99fab3 - Browse repository at this point
Copy the full SHA d99fab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fbe325 - Browse repository at this point
Copy the full SHA 3fbe325View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525742b - Browse repository at this point
Copy the full SHA 525742bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbcb43 - Browse repository at this point
Copy the full SHA 5cbcb43View commit details -
Configuration menu - View commit details
-
Copy full SHA for def3381 - Browse repository at this point
Copy the full SHA def3381View commit details -
Configuration menu - View commit details
-
Copy full SHA for bad0029 - Browse repository at this point
Copy the full SHA bad0029View commit details -
Configuration menu - View commit details
-
Copy full SHA for a002a38 - Browse repository at this point
Copy the full SHA a002a38View commit details -
Merge pull request #2723 from boutproject/ci-install-natsort
CI install natsort
Configuration menu - View commit details
-
Copy full SHA for 7bcec6f - Browse repository at this point
Copy the full SHA 7bcec6fView commit details
Commits on Jun 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d9c6bce - Browse repository at this point
Copy the full SHA d9c6bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a96812 - Browse repository at this point
Copy the full SHA 3a96812View commit details -
Revert "Workaround for finding SUNDIALS"
This reverts commit 7d98f8e.
Configuration menu - View commit details
-
Copy full SHA for 8c4f8af - Browse repository at this point
Copy the full SHA 8c4f8afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 269f6f7 - Browse repository at this point
Copy the full SHA 269f6f7View commit details
Commits on Jun 17, 2023
-
Merge pull request #2725 from boutproject/revert-sundials-detection
Revert sundials detection
Configuration menu - View commit details
-
Copy full SHA for 6327eff - Browse repository at this point
Copy the full SHA 6327effView commit details
Commits on Jun 19, 2023
-
Merge pull request #2724 from boutproject/ci-fix-static
Fix static CI build
Configuration menu - View commit details
-
Copy full SHA for 80fc47e - Browse repository at this point
Copy the full SHA 80fc47eView commit details -
Merge pull request #2726 from boutproject/bump-clang-tidy-review
Bump `clang-tidy-review` version
Configuration menu - View commit details
-
Copy full SHA for 68d95c3 - Browse repository at this point
Copy the full SHA 68d95c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dd09bc - Browse repository at this point
Copy the full SHA 8dd09bcView commit details
Commits on Jun 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06d2afd - Browse repository at this point
Copy the full SHA 06d2afdView commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 619f427 - Browse repository at this point
Copy the full SHA 619f427View commit details
Commits on Jun 30, 2023
-
Merge pull request #2731 from boutproject/dnf5
CI: Install dnf5 for Fedora
Configuration menu - View commit details
-
Copy full SHA for 2d283d0 - Browse repository at this point
Copy the full SHA 2d283d0View commit details -
Merge pull request #2511 from boutproject/docker-ci
Build containers in GHA CI
Configuration menu - View commit details
-
Copy full SHA for 20bd285 - Browse repository at this point
Copy the full SHA 20bd285View commit details -
Merge pull request #2708 from boutproject/dist-via-boutpp
Generate BOUT++ tar via boutpp backend
Configuration menu - View commit details
-
Copy full SHA for dfc0c75 - Browse repository at this point
Copy the full SHA dfc0c75View commit details
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b5e9a06 - Browse repository at this point
Copy the full SHA b5e9a06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0511a00 - Browse repository at this point
Copy the full SHA 0511a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eba599 - Browse repository at this point
Copy the full SHA 6eba599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f0abf0 - Browse repository at this point
Copy the full SHA 4f0abf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd091d - Browse repository at this point
Copy the full SHA cfd091dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc3943 - Browse repository at this point
Copy the full SHA 8bc3943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 323ded4 - Browse repository at this point
Copy the full SHA 323ded4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4418065 - Browse repository at this point
Copy the full SHA 4418065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 784b8d0 - Browse repository at this point
Copy the full SHA 784b8d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f0a354 - Browse repository at this point
Copy the full SHA 0f0a354View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f95c277 - Browse repository at this point
Copy the full SHA f95c277View commit details
Commits on Jul 26, 2023
-
Merge pull request #2735 from boutproject/no-h5py
Remove h5py - we only support netcdf
Configuration menu - View commit details
-
Copy full SHA for 6082b4a - Browse repository at this point
Copy the full SHA 6082b4aView commit details -
Merge pull request #2730 from boutproject/fmt10
Improving compatibility with fmt 10
Configuration menu - View commit details
-
Copy full SHA for 9c22f24 - Browse repository at this point
Copy the full SHA 9c22f24View commit details
Commits on Aug 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5b352a - Browse repository at this point
Copy the full SHA f5b352aView commit details -
Merge pull request #2722 from boutproject/bugfix-fvops-yalign
Fix FV::Div_a_Grad_perp Y alignment
Configuration menu - View commit details
-
Copy full SHA for 2e4fdbf - Browse repository at this point
Copy the full SHA 2e4fdbfView commit details
Commits on Sep 13, 2023
-
dnf5 is faster, and is sufficiently feature complete for our needs
Configuration menu - View commit details
-
Copy full SHA for f3b6992 - Browse repository at this point
Copy the full SHA f3b6992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5986581 - Browse repository at this point
Copy the full SHA 5986581View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5e90c8 - Browse repository at this point
Copy the full SHA f5e90c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de5e26 - Browse repository at this point
Copy the full SHA 3de5e26View commit details -
Configuration menu - View commit details
-
Copy full SHA for a573c82 - Browse repository at this point
Copy the full SHA a573c82View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7d3fa7c - Browse repository at this point
Copy the full SHA 7d3fa7cView commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b4cc3e - Browse repository at this point
Copy the full SHA 2b4cc3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec4255 - Browse repository at this point
Copy the full SHA 1ec4255View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2aa8a16 - Browse repository at this point
Copy the full SHA 2aa8a16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f8243 - Browse repository at this point
Copy the full SHA 63f8243View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6651add - Browse repository at this point
Copy the full SHA 6651addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 320b88c - Browse repository at this point
Copy the full SHA 320b88cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ef939 - Browse repository at this point
Copy the full SHA 12ef939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3184fe1 - Browse repository at this point
Copy the full SHA 3184fe1View commit details