Searched hist:"8940 f7fd4932bd5153dadc138d9e706f5df7a43d" (Results 1 – 2 of 2) sorted by relevance
| /petsc/ |
| H A D | .gitlab-ci.yml | 8940f7fd4932bd5153dadc138d9e706f5df7a43d Mon Jul 21 01:18:53 UTC 2025 Barry Smith <bsmith@mcs.anl.gov> Skip PETSC_OPTIONS with make check
Some users may have a complicated PETSC_OPTIONS they use for their code but that results in extra output when running make check that confuses/upsets them and they do not associate the message with PETSC_OPTIONS. So ignore any PETSC_OPTIONS that is set
In order for the .gitlab-ci.yml file to continue to work we use EXTRA_OPTIONS to provide options instead of PETSC_OPTIONS
Yet another example how environmental variables are the work of the devil since they are not obvious when being used
Thanks-to: Satish Balay
|
| H A D | makefile | 8940f7fd4932bd5153dadc138d9e706f5df7a43d Mon Jul 21 01:18:53 UTC 2025 Barry Smith <bsmith@mcs.anl.gov> Skip PETSC_OPTIONS with make check
Some users may have a complicated PETSC_OPTIONS they use for their code but that results in extra output when running make check that confuses/upsets them and they do not associate the message with PETSC_OPTIONS. So ignore any PETSC_OPTIONS that is set
In order for the .gitlab-ci.yml file to continue to work we use EXTRA_OPTIONS to provide options instead of PETSC_OPTIONS
Yet another example how environmental variables are the work of the devil since they are not obvious when being used
Thanks-to: Satish Balay
|