Philip Eisenlohr
0ab9adcb5e
fix Kichhoff typos
2022-11-02 20:23:56 +00:00
Martin Diehl
bfea213594
old versions are deprecated
2022-11-02 20:57:53 +01:00
Martin Diehl
4b73188857
include Python 3.10 (approx a year old)
2022-11-02 17:12:19 +01:00
Martin Diehl
2dd76d0eab
fix for HDF5 1.12.2 and Intel ifx
...
https://www.intel.com/content/www/us/en/developer/articles/release-notes/oneapi-fortran-compiler-release-notes.html#inpage-nav-10-2-9
2022-11-02 11:54:52 +01:00
Test User
11676fe782
[skip ci] updated version information after successful test of v3.0.0-alpha7-41-ga1b91e5fc
2022-10-31 16:58:24 +01:00
Daniel Otto de Mentock
a1b91e5fcf
Merge branch '202_MPI-random-seed' into 'development'
...
avoid repeated random sequences on different processes
Closes #202
See merge request damask/DAMASK!639
2022-10-31 11:29:50 +00:00
Test User
8774b94d2a
[skip ci] updated version information after successful test of v3.0.0-alpha7-38-gc507e2d3b
2022-10-29 06:33:26 +02:00
Philip Eisenlohr
c507e2d3b6
avoid potenttial out-of-bounds memory access
2022-10-27 15:56:59 -04:00
Philip Eisenlohr
5c688345ed
more verbose and specific messaging in self-test and errors
2022-10-27 15:39:48 -04:00
Martin Diehl
ae3b049d30
avoid repeated random sequences on different processes
...
we don't use random numbers a lot and there are no reported problems
yet.
Still, this is safer.
2022-10-27 09:21:37 +02:00
Test User
94849d9c38
[skip ci] updated version information after successful test of v3.0.0-alpha7-35-g9149e760f
2022-10-26 16:11:48 +02:00
Franz Roters
9149e760f6
Merge branch 'dislotwin-parameters' into 'development'
...
example files for TWIP/TRIP
See merge request damask/DAMASK!636
2022-10-26 06:59:59 +00:00
Test User
54a9b1e60f
[skip ci] updated version information after successful test of v3.0.0-alpha7-29-g4e5567fce
2022-10-26 00:48:54 +02:00
Martin Diehl
28ea09050d
polishing
2022-10-25 23:18:22 +02:00
Daniel Otto de Mentock
4e5567fce1
Merge branch 'cleaning-YAML' into 'development'
...
Re-written YAML types
See merge request damask/DAMASK!637
2022-10-25 16:09:36 +00:00
Martin Diehl
df5487e1a9
Re-written YAML types
...
Strict typing for YAML
New access pattern requires to specify the expected type, i.e. 'scalar', 'list', or 'dict'. This ensures that the node offers the expected functionality instead of polluting 'tNode' with dummy functions which throw error messages if not overwritten.
The restructuring of the code allows to hierarchically construct methods without much code duplication.
Some aspects of the error messaging system have been improved.
2022-10-25 16:09:36 +00:00
Martin Diehl
ff3e08531e
including test
2022-10-23 12:42:17 +02:00
Martin Diehl
7831aa5ce8
Merge remote-tracking branch 'origin/development' into dislotwin-parameters
2022-10-23 12:31:30 +02:00
Test User
71c686b508
[skip ci] updated version information after successful test of v3.0.0-alpha7-26-gb9f354a49
2022-10-20 17:18:35 +02:00
Sharan Roongta
b9f354a495
Merge branch '218_HDF5read-dim0' into 'development'
...
avoid HDF5 error in case of empty dataset
See merge request damask/DAMASK!635
2022-10-20 09:57:39 +00:00
Daniel Otto de Mentock
d4bd555551
Merge branch '215_dependencies-in-setup.cfg' into 'development'
...
215 dependencies in setup.cfg
See merge request damask/DAMASK!634
2022-10-20 09:01:32 +00:00
Martin Diehl
bf0113a737
avoid HDF5 error in case of empty dataset
2022-10-20 01:09:03 +02:00
Martin Diehl
21230613c0
should work on Windows
2022-10-19 20:12:13 +02:00
Martin Diehl
ec09e72408
Merge remote-tracking branch 'origin/development' into 215_dependencies-in-setup.cfg
2022-10-19 20:09:08 +02:00
Test User
51f0ac5d01
[skip ci] updated version information after successful test of v3.0.0-alpha7-16-g027d77e9f
2022-10-19 15:10:32 +02:00
Franz Roters
027d77e9f7
Merge branch 'long-PETSc-lines' into 'development'
...
length of macro seems to depend on PETSc location
See merge request damask/DAMASK!632
2022-10-19 10:32:15 +00:00
Test User
57b69e2041
[skip ci] updated version information after successful test of v3.0.0-alpha7-13-g53123d6c2
2022-10-17 01:52:06 +02:00
Martin Diehl
53123d6c27
using current PRIVATE
...
includes chances slightly less strict tolerance to avoid failing tests
when using GCC and improved handling of output directory for commit
history statistics
2022-10-16 20:56:40 +02:00
Test User
bdb1e97890
[skip ci] updated version information after successful test of v3.0.0-alpha7-11-g11e91c0ef
2022-10-16 13:32:07 +02:00
Martin Diehl
11e91c0ef0
Merge branch 'grid_thermal_spectral_fix' into 'development'
...
missing allocation statement was causing gnu and intel debug compiler to fail in testsuite
See merge request damask/DAMASK!633
2022-10-16 09:01:05 +00:00
Martin Diehl
d315aac163
use sourced allocation
2022-10-15 21:54:03 +02:00
Daniel Otto de Mentock
592936f21f
missing allocation statement was causing gnu and intel debug compiler to fail
2022-10-14 11:44:42 +02:00
Test User
1b31c93834
[skip ci] updated version information after successful test of v3.0.0-alpha7-7-gb2a600b07
2022-10-13 17:00:58 +02:00
Martin Diehl
8937967067
length of macro seems to depend on PETSc location
2022-10-13 13:08:13 +02:00
Daniel Otto de Mentock
351d81cfe5
python package needs to be built after every push to development/master
2022-10-13 13:01:42 +02:00
Daniel Otto de Mentock
a0cb7dced4
damask version needs to comply to PEP440 standards
2022-10-13 13:00:05 +02:00
Daniel Otto de Mentock
3650553fdf
venv not required for build
2022-10-13 12:55:40 +02:00
Martin Diehl
b2a600b07d
new PETSc, new compilers
2022-10-13 12:17:30 +02:00
Test User
6324dac1c2
[skip ci] updated version information after successful test of v3.0.0-alpha7-5-g2e24ce477
2022-10-13 12:12:42 +02:00
Martin Diehl
2e24ce4770
Merge branch 'phenopowerlaw_fix_clean' into 'development'
...
asymptotic hardening respects own (not other) saturation
See merge request damask/DAMASK!631
2022-10-13 07:54:47 +00:00
Martin Diehl
8caf09aff7
correct inclusion of dependencies
2022-10-12 08:01:33 +02:00
Test User
5337822fff
[skip ci] updated version information after successful test of v3.0.0-alpha7-2-g14c46d4c2
2022-10-11 09:51:49 +02:00
Martin Diehl
14c46d4c2e
typo
2022-10-11 07:43:05 +02:00
Test User
0cfeb5fd9e
[skip ci] updated version information after successful test of v3.0.0-alpha7
2022-10-10 14:18:47 +02:00
Martin Diehl
d54484dfa6
v3.0.0-alpha7
2022-10-10 10:48:36 +02:00
Test User
592cdc76e7
[skip ci] updated version information after successful test of v3.0.0-alpha6-578-gbd79bce20
2022-10-10 07:28:22 +02:00
Martin Diehl
bd79bce203
Merge remote-tracking branch 'origin/development' into PETSc-3.18
2022-10-09 23:47:32 +02:00
Test User
c95e35de70
[skip ci] updated version information after successful test of v3.0.0-alpha6-575-gddb69d223
2022-10-09 02:33:15 +02:00
Martin Diehl
ddb69d2234
Intel (classic) has issues on GitHub actions
2022-10-08 20:07:56 +02:00
Martin Diehl
94e9a9a0da
migh resolve issue with GitHub actions (Intel)
2022-10-08 19:24:09 +02:00