]>
https://gitweb.dealii.org/ - candi.git/log
Timo Heister [Tue, 8 Aug 2023 02:00:43 +0000 (22:00 -0400)]
Merge pull request #361 from tjhei/master-default
master branch: install deal.II 9.5.1 by default
Timo Heister [Mon, 7 Aug 2023 20:39:50 +0000 (16:39 -0400)]
Merge pull request #360 from tjhei/ubuntu-description
fix typo in ubuntu help
Timo Heister [Mon, 7 Aug 2023 20:31:36 +0000 (16:31 -0400)]
master branch: install deal.II 9.5.1 by default
We will switch the default branch of candi to master to simplify testing
and development
Timo Heister [Mon, 7 Aug 2023 20:29:48 +0000 (16:29 -0400)]
fix typo in ubuntu help
Timo Heister [Mon, 7 Aug 2023 14:35:26 +0000 (10:35 -0400)]
Merge pull request #359 from alarshi/updated_package
updated slepsc and petsc packages.
Arushi Saxena [Mon, 7 Aug 2023 13:23:56 +0000 (09:23 -0400)]
Update slepc.
Arushi Saxena [Mon, 7 Aug 2023 11:29:02 +0000 (07:29 -0400)]
Address comments from PR.
Arushi Saxena [Thu, 27 Jul 2023 15:48:44 +0000 (11:48 -0400)]
updated slepsc and petsc packages.
Timo Heister [Sat, 22 Jul 2023 21:52:18 +0000 (17:52 -0400)]
Merge pull request #343 from tjhei/ci-osx-python
[ci] check python versions
Timo Heister [Wed, 19 Jul 2023 18:24:24 +0000 (14:24 -0400)]
bump version
Wolfgang Bangerth [Fri, 14 Jul 2023 19:01:05 +0000 (13:01 -0600)]
Merge pull request #353 from tjhei/nox-on
enable Trilinos NOX
Wolfgang Bangerth [Fri, 14 Jul 2023 19:00:42 +0000 (13:00 -0600)]
Merge pull request #352 from tjhei/sundials-on
enable sundials by default
Timo Heister [Fri, 14 Jul 2023 16:22:21 +0000 (12:22 -0400)]
enable Trilinos NOX
explicitly enable NOX (even though it is active by default)
Timo Heister [Fri, 14 Jul 2023 16:08:33 +0000 (12:08 -0400)]
enable sundials by default
Timo Heister [Thu, 22 Jun 2023 21:30:53 +0000 (17:30 -0400)]
Merge pull request #334 from pengfej/Error-on-Trilinos
Error about building Trilinos 14.0.0 with candi
Timo Heister [Mon, 29 May 2023 17:28:28 +0000 (13:28 -0400)]
Merge pull request #349 from tjhei/fix_checksum
fix checksum
Timo Heister [Mon, 8 May 2023 13:43:58 +0000 (09:43 -0400)]
fix checksum
Timo Heister [Fri, 28 Apr 2023 20:39:13 +0000 (16:39 -0400)]
Merge pull request #339 from tjhei/osx_petcs_bump
PETSc/Slepc update to 3.19.0 to support M1
Timo Heister [Sat, 22 Apr 2023 14:46:32 +0000 (10:46 -0400)]
update slepc
Timo Heister [Thu, 6 Apr 2023 17:25:39 +0000 (13:25 -0400)]
PETSc update to 3.19.0 to support M1
Timo Heister [Fri, 28 Apr 2023 14:59:12 +0000 (10:59 -0400)]
Merge pull request #344 from tjhei/python3-default
switch to python3 by default
Timo Heister [Thu, 20 Apr 2023 01:32:20 +0000 (21:32 -0400)]
switch to python3 by default
Timo Heister [Wed, 19 Apr 2023 23:38:26 +0000 (19:38 -0400)]
check python versions
Timo Heister [Wed, 19 Apr 2023 23:34:43 +0000 (19:34 -0400)]
Merge pull request #340 from tjhei/bump_hdf5
hdf5: bump to support M1
Timo Heister [Wed, 19 Apr 2023 23:33:36 +0000 (19:33 -0400)]
Merge pull request #338 from tjhei/osx_trilinos
support trilinos and netcdf on M1
David Wells [Tue, 28 Mar 2023 20:30:47 +0000 (16:30 -0400)]
Correctly unset PETSc environment variables.
Timo Heister [Thu, 6 Apr 2023 17:24:28 +0000 (13:24 -0400)]
support trilinos and netcdf on M1
Timo Heister [Thu, 6 Apr 2023 17:27:46 +0000 (13:27 -0400)]
hdf5: bump to support M1
Timo Heister [Mon, 17 Apr 2023 19:53:07 +0000 (15:53 -0400)]
Merge pull request #341 from tjhei/ci-bfd
temporary fix for CI by using bfd
Timo Heister [Mon, 17 Apr 2023 19:52:38 +0000 (15:52 -0400)]
remove 18.04 runner
Timo Heister [Thu, 13 Apr 2023 02:16:48 +0000 (22:16 -0400)]
temporary fix for CI by using bfd
Pengfei Jia [Thu, 30 Mar 2023 17:20:14 +0000 (13:20 -0400)]
fixing
Pengfei Jia [Fri, 17 Mar 2023 01:27:38 +0000 (21:27 -0400)]
Only change I made
Timo Heister [Wed, 15 Feb 2023 12:47:47 +0000 (07:47 -0500)]
Merge pull request #330 from tjhei/seacas_no_x11
disable x11
Timo Heister [Wed, 15 Feb 2023 12:47:37 +0000 (07:47 -0500)]
Merge pull request #331 from tjhei/trilinos_no_explicit
trilinos without explicit instantiations
Timo Heister [Mon, 13 Feb 2023 23:12:36 +0000 (18:12 -0500)]
trilinos without explicit instantiations
It turns out explicit instantiations have the following problems:
- it confuses linkers like gold leading to missing instantiations
- breaks compilation on OSX ARM (symbols with wrong arch)
- it is likely related to a big bloat in library size
Disable them for now...
Timo Heister [Tue, 14 Feb 2023 02:25:53 +0000 (21:25 -0500)]
disable x11
Timo Heister [Thu, 9 Feb 2023 17:23:45 +0000 (12:23 -0500)]
Merge pull request #325 from tjhei/ci-macos-gcc11
CI: osx use gcc-11 to fix compilation
Timo Heister [Wed, 8 Feb 2023 01:17:49 +0000 (20:17 -0500)]
CI: osx use gcc-11 to fix compilation
test
a
a
f
Timo Heister [Tue, 7 Feb 2023 13:30:54 +0000 (08:30 -0500)]
Merge pull request #323 from tjhei/ci-2204
[CI] test 22.04
Wendi-L [Sat, 3 Dec 2022 16:12:07 +0000 (16:12 +0000)]
fix issue on undefined reference to gotoblas
Timo Heister [Tue, 7 Feb 2023 00:08:47 +0000 (19:08 -0500)]
Merge pull request #322 from tjhei/netcdf-folder
nicer name for netcdf config file
Timo Heister [Mon, 6 Feb 2023 22:54:24 +0000 (17:54 -0500)]
test 22.04
Timo Heister [Mon, 6 Feb 2023 22:39:27 +0000 (17:39 -0500)]
nicer name for hdf5 config file
Timo Heister [Mon, 6 Feb 2023 22:32:55 +0000 (17:32 -0500)]
Merge pull request #321 from tjhei/tril_seacas_netcdf_fix
fix SEACAS support
Timo Heister [Mon, 6 Feb 2023 20:07:49 +0000 (15:07 -0500)]
fix SEACAS support
- netcdf support in trilinos needs some help to find correct paths
- SEACAS depends on netcdf
rossisimone [Sat, 28 Jan 2023 12:09:16 +0000 (07:09 -0500)]
Enable SEACAS in Trilinos to enable exodusII
Timo Heister [Thu, 26 Jan 2023 01:52:42 +0000 (20:52 -0500)]
move patch into file
Wendi-L [Sat, 3 Dec 2022 15:15:45 +0000 (15:15 +0000)]
remove REALTYPEWIDTH modification
Wendi-L [Fri, 2 Dec 2022 21:29:25 +0000 (21:29 +0000)]
fix bug on metis USE_64_BIT_INDICES
Timo Heister [Wed, 14 Dec 2022 21:27:48 +0000 (16:27 -0500)]
Merge pull request #311 from tjhei/openblas-0.3.21
OpenBLAS v0.3.21
Timo Heister [Wed, 26 Oct 2022 15:35:17 +0000 (11:35 -0400)]
OpenBLAS v0.3.21
Timo Heister [Sat, 22 Oct 2022 14:35:33 +0000 (10:35 -0400)]
Merge pull request #297 from tjhei/tril13-2
update Trilinos to 13.2
Timo Heister [Fri, 2 Sep 2022 14:14:26 +0000 (10:14 -0400)]
Merge pull request #308 from tjhei/osx-instr
update OSX instructions
Timo Heister [Thu, 1 Sep 2022 20:36:08 +0000 (16:36 -0400)]
update OSX instructions
Timo Heister [Tue, 30 Aug 2022 19:16:01 +0000 (15:16 -0400)]
Merge pull request #307 from tjhei/fix_petsc_opt
fix PETSc with optimization flags
Timo Heister [Sun, 28 Aug 2022 14:39:59 +0000 (10:39 -0400)]
fix PETSc with optimization flags
fixes #306
I tried various combinations of single/double quotes and
reglob-protecting ${CONFOPTS} when passing to ./configure but none of
the options worked (PETSc either only picks up -O3 or fails to configure
with '-O3).
Timo Heister [Sun, 24 Jul 2022 20:43:15 +0000 (16:43 -0400)]
Merge pull request #304 from tjhei/numdiff-m1
numdiff: make work on M1
Timo Heister [Sat, 23 Jul 2022 23:48:25 +0000 (19:48 -0400)]
numdiff: make work on M1
Not sure what "natural language support" is, but it doesn't seem to be
necessary and this makes numdiff work on an M1 mac.
Timo Heister [Sun, 26 Jun 2022 20:36:00 +0000 (16:36 -0400)]
Merge pull request #300 from tjhei/update_openblas
update openblas
Timo Heister [Sun, 26 Jun 2022 15:45:16 +0000 (11:45 -0400)]
Merge pull request #301 from tjhei/fix-cmake-path-master
Fix path to installed CMake files.
David Wells [Fri, 24 Jun 2022 18:29:26 +0000 (14:29 -0400)]
Fix path to installed CMake files.
Timo Heister [Sun, 26 Jun 2022 15:30:56 +0000 (11:30 -0400)]
Merge pull request #298 from tjhei/master-version
master: update version
Timo Heister [Sun, 26 Jun 2022 15:25:04 +0000 (11:25 -0400)]
update openblas
Timo Heister [Fri, 24 Jun 2022 14:52:15 +0000 (10:52 -0400)]
master: switch to 9.5.0-pre
Timo Heister [Thu, 16 Jun 2022 22:42:57 +0000 (18:42 -0400)]
Merge pull request #295 from tjhei/64bit-option
new global option: USE_64_BIT_INDICES
Timo Heister [Fri, 3 Jun 2022 20:13:08 +0000 (16:13 -0400)]
update Trilinos
Timo Heister [Thu, 2 Jun 2022 23:50:27 +0000 (19:50 -0400)]
Merge pull request #296 from gfcas/bump_checkout
Bump github actions/checkout@v3
Fabian Castelli [Thu, 2 Jun 2022 20:22:50 +0000 (22:22 +0200)]
Bump github actions/checkout@v3
Timo Heister [Tue, 17 May 2022 16:32:57 +0000 (16:32 +0000)]
fixes
Timo Heister [Sun, 15 May 2022 15:56:42 +0000 (11:56 -0400)]
new global option: USE_64_BIT_INDICES
Uwe Köcher [Sat, 30 Apr 2022 13:43:57 +0000 (15:43 +0200)]
Merge pull request #294 from koecher/takeover-267-289
Jean-Paul Pelteret [Sat, 16 Apr 2022 19:09:53 +0000 (21:09 +0200)]
ADOL-C: Add default options that are most useful/defensive for users
Menno Fraters [Thu, 4 Nov 2021 00:47:47 +0000 (17:47 -0700)]
Add arch native flags to p4est and trilinos if native optimazations is on.
Timo Heister [Sun, 17 Apr 2022 18:55:32 +0000 (14:55 -0400)]
Merge pull request #284 from tjhei/native_o3
native optimizations: enable -O3
Uwe Köcher [Sat, 16 Apr 2022 13:44:24 +0000 (15:44 +0200)]
Merge pull request #288 from SJ2050cn/master
SJ2050 [Sat, 16 Apr 2022 13:36:56 +0000 (21:36 +0800)]
Fixed `BUILDDIR` spelling error.
Timo Heister [Mon, 21 Mar 2022 18:14:58 +0000 (14:14 -0400)]
native optimizations: enable -O3
We found out that -O3 makes a measurable difference in matrix-free
performance for recent gcc versions. Enable this when the user requests
native optimizations.
Timo Heister [Tue, 15 Mar 2022 00:54:04 +0000 (20:54 -0400)]
Merge pull request #281 from gfcas/concurrency
Concurrency
Fabian Castelli [Thu, 24 Feb 2022 23:59:21 +0000 (00:59 +0100)]
Add concurrency for main.yml
Fabian Castelli [Thu, 24 Feb 2022 23:58:50 +0000 (00:58 +0100)]
Indent main.yml
Timo Heister [Wed, 23 Feb 2022 18:23:18 +0000 (13:23 -0500)]
Merge pull request #278 from gfcas/update_package_petsc
Clean up PETSc and SLEPc
Timo Heister [Wed, 23 Feb 2022 18:22:58 +0000 (13:22 -0500)]
Merge pull request #279 from gfcas/update_package_p4est
Update p4est.package according to dealii
Timo Heister [Wed, 23 Feb 2022 18:20:01 +0000 (13:20 -0500)]
Merge pull request #280 from gfcas/symengine-v0.8.1
Symengine v0.8.1
Fabian Castelli [Wed, 16 Feb 2022 21:24:57 +0000 (22:24 +0100)]
Remove conflicting symengine options
Fabian Castelli [Wed, 16 Feb 2022 21:14:51 +0000 (22:14 +0100)]
Symengine v0.8.1 checksum
Fabian Castelli [Wed, 16 Feb 2022 21:09:35 +0000 (22:09 +0100)]
Bump symengine version 0.8.1
Fabian Castelli [Wed, 16 Feb 2022 21:07:42 +0000 (22:07 +0100)]
Indentation
Fabian Castelli [Tue, 15 Feb 2022 18:59:20 +0000 (19:59 +0100)]
Update p4est.package according to dealii
Timo Heister [Mon, 14 Feb 2022 15:54:40 +0000 (10:54 -0500)]
Merge pull request #260 from gfcas/update_package_hdf5
cleanup in package hdf5
Fabian Castelli [Mon, 14 Feb 2022 15:31:06 +0000 (16:31 +0100)]
Clean up PETSc and SLEPc
Matthias Maier [Mon, 14 Feb 2022 11:04:15 +0000 (05:04 -0600)]
Merge pull request #276 from tjhei/opencascade-isfinite-patch
opencascade: fix isfinite error
Matthias Maier [Mon, 14 Feb 2022 11:03:39 +0000 (05:03 -0600)]
Merge pull request #275 from tjhei/petsc_slepc_bump
update petsc and slepc
Timo Heister [Fri, 11 Feb 2022 19:41:18 +0000 (14:41 -0500)]
opencascade: fix isfinite error
On M1 opencascade fails to compile, fix by adding a patch.
Timo Heister [Fri, 11 Feb 2022 19:19:05 +0000 (14:19 -0500)]
update petsc and slepc
This is required to compile on M1 with clang.
Fabian Castelli [Wed, 9 Feb 2022 08:29:00 +0000 (09:29 +0100)]
HDF5 1.10.8 checksum
Fabian Castelli [Wed, 9 Feb 2022 08:17:57 +0000 (09:17 +0100)]
HDF5 v1.10.8
Fabian Castelli [Mon, 7 Jun 2021 14:05:07 +0000 (16:05 +0200)]
Update package hdf5
Timo Heister [Tue, 21 Dec 2021 22:01:00 +0000 (17:01 -0500)]
Merge pull request #270 from tjhei/cmake_generator
unset CMAKE_GENERATOR
Timo Heister [Sun, 19 Dec 2021 12:11:52 +0000 (07:11 -0500)]
unset CMAKE_GENERATOR
One can set the CMAKE_GENERATOR to set the default generator when cmake
is executed (I have set it to Ninja). This of course confuses candi, as
no makefiles will be generated.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams
Typeset in
Trocchi and Trocchi Bold Sans Serif.