Mark Olesen
21c554d7d0
CONFIG: bump adios and paraview versions
...
- adios: 2.9.2 -> 2.10.1
- paraview: 5.11.2 -> 5.12.1
Ancillary libs:
- hdf5: 1.14.4.3
- hypre: 2.23.0 -> 2.31.0
- petsc: 3.19.2 -> 3.21.2
2024-06-13 12:03:23 +02:00
Mark Olesen
67bd9119ee
CONFIG: update kahip (3.15) and petsc (3.19.2) versions
...
- kahip includes patches to compile with gcc-13,
improved CMake MPI detection
- petsc is the latest production release
2023-06-19 17:47:03 +02:00
Mark Olesen
24e97c6b91
CONFIG: update versions
...
- paraview (5.11.0), petsc (3.18.2), adios (2.8.3), scotch (7.0.1)
2022-12-13 11:18:54 +01:00
Mark Olesen
c6eab6aeba
CONFIG: update paraview version to 5.10.1 (minor/bugfix release)
2022-06-09 18:16:08 +02:00
Mark Olesen
b0748af9f6
CONFIG: update versions
...
- ADIOS2-2.7.1 latest
- CGAL-4.14.3 latest without c++14 requirement
- ParaView-v5.10.0 final (or RC2)
- boost_1_74_0 newest is 1_77_0 but had problems with gcc-4.8.5
- fftw-3.3.10 bugfix
- openmpi-4.1.2 latest
- scotch_6.1.0 (no change) - dgraph regression in 6.1.2
- kahip-3.14 latest
2021-12-15 19:14:44 +01:00
Mark Olesen
b2ab5e8ae9
CONFIG: update scotch (6.1.0), paraview (5.9.1) and petsc (3.15.0)
2021-05-19 18:16:06 +02:00
Mark Olesen
b700456ac4
CONFIG: increment to ADIOS-2.6.0, petsc-3.14.2
...
- the adiosFoam module has been updated to handle restart with
the newer time structure (directories only, no files)
2020-12-14 15:20:36 +01:00
Mark Olesen
ba8f1265e1
CONFIG: update boost, cgal, openmpi versions ( #1705 )
...
- the CGAL version change is associated with a header-only build
(needs updated ThirdParty scripts).
- openmpi is a major version change (4.0.3)
2020-06-05 16:28:01 +02:00
Mark Olesen
e6dfb39c66
STYLE: remove unnecessary stdout, stderr /dev/null redirects
...
- no stderr redirect needed:
* 'command -v'
- no stdout/stderr redirect needed:
* 'rm -f'
STYLE: consistent spacing after redirects
2019-11-06 10:44:36 +01:00
Andrew Heather
fdf8d10ab4
Merge commit 'e9219558d7' into develop-v1906
2019-12-05 11:47:19 +00:00
OpenFOAM bot
e9219558d7
GIT: Header file updates
2019-10-31 14:48:44 +00:00
Mark Olesen
e400725675
CONFIG: add sourcing hints for adios2, petsc
2019-08-02 12:17:39 +02:00
Mark Olesen
2fc1a1692b
CONFIG: adjust handling of PETSc environment (-force option)
2018-11-06 09:01:40 +01:00
Mark Olesen
50852b3392
CONFIG: improve shell env handling of paths with spaces ( #1007 , #1008 )
...
- foamCleanPath now only splits the environment variable on ':', which
allows other directories with spaces or '(..)' etc to pass through
without major issue.
- The filter arguments are split on whitespace, colons or semi-colons.
2018-10-15 21:37:46 +02:00
Mark Olesen
d40103a86f
CONFIG: extend wmake detection scripts
2018-07-31 11:25:53 +02:00