Commit Graph

12393 Commits

Author SHA1 Message Date
Test User ab0012a868 [skip ci] updated version information after successful test of v3.0.0-alpha-738-gc430b571f 2020-11-17 01:18:53 +01:00
Sharan Roongta c430b571fc Merge branch 'safe-mpi-nonblocking' into 'development'
check all errors, avoid intermediate wait

See merge request damask/DAMASK!282
2020-11-16 18:50:05 +01:00
Philip Eisenlohr b4a0e775ea Merge branch 'C-Fortran-improvements' into 'development'
correct handling of C strings

See merge request damask/DAMASK!278
2020-11-16 15:06:49 +01:00
Martin Diehl 0bd8a410ad check all errors, avoid intermediate wait 2020-11-16 09:22:55 +01:00
Martin Diehl 5a28a5b4db correct handling of C strings
cleaning and improving the C code for system routines and the interface
to Fortran
Reporting PETSc version
2020-11-14 14:36:10 +01:00
Test User 12140bb657 [skip ci] Merge branch 'master' into development 2020-11-13 19:14:59 +01:00
Test User fbb842edc2 Merge commit 'v3.0.0-alpha-730-gabfd584d1' 2020-11-13 19:14:54 +01:00
Test User abfd584d14 [skip ci] updated version information after successful test of v3.0.0-alpha-729-gbacfe9f46 2020-11-13 19:14:54 +01:00
Test User 15a144955d [skip ci] Merge branch 'master' into development 2020-11-13 16:21:11 +01:00
Test User 2321661132 [skip ci] updated version information after successful test of v3.0.0-alpha-726-g1f59f6301 2020-11-13 16:20:41 +01:00
Martin Diehl bacfe9f462 Merge branch 'fix-add_primitive-rotation' into 'development'
Avoids coordinate normalization _before_ rotation

See merge request damask/DAMASK!276
2020-11-13 14:11:54 +01:00
Sharan Roongta 1f59f63011 Merge branch 'hdf5-error-stop' into development 2020-11-13 11:47:58 +01:00
Martin Diehl 7b7b449877 testing fixed behavior 2020-11-13 06:50:57 +01:00
Philip Eisenlohr b3e8b85d25 normalizing coordinates _before_ rotation causes wrong primitive shape for non-cubic VEs 2020-11-12 18:34:29 -05:00
Martin Diehl bb471cb923 it's a process, not a thread 2020-11-12 07:51:07 +01:00
Martin Diehl 9c75674b20 unused 2020-11-12 07:50:56 +01:00
Martin Diehl ff2eec133f underflow/denormal might appear for gfortran 2020-11-11 21:30:11 +01:00
Martin Diehl 3d7aceb99b avoid underflow/division by zero 2020-11-11 20:57:17 +01:00
Martin Diehl cd7ada0da9 use Fortran internals for error handling 2020-11-11 20:09:14 +01:00
Test User dd44714387 [skip ci] Merge branch 'master' into development 2020-11-11 16:43:11 +01:00
Test User 633ee21212 Merge commit 'v3.0.0-alpha-707-g35fee21dd' 2020-11-11 16:42:38 +01:00
Test User 35fee21dd8 [skip ci] updated version information after successful test of v3.0.0-alpha-706-g56f5c6913 2020-11-11 16:42:37 +01:00
Martin Diehl 3dd5eaf1c1 clean exit with stack trace 2020-11-11 14:06:21 +01:00
Martin Diehl 8e89452791 not needed 2020-11-11 13:59:37 +01:00
Test User 588dd2c692 [skip ci] Merge branch 'master' into development 2020-11-11 13:48:34 +01:00
Test User 5aff0fa8c2 [skip ci] updated version information after successful test of v3.0.0-alpha-689-ge56d56dec 2020-11-11 13:48:31 +01:00
Martin Diehl 5531f892c3 z = 0 for invalid number of processes
e.g. using 24 processes for a 128x128x128 grid would need 21 processes
with z=6 and 1 process with z=2
2020-11-11 12:47:13 +01:00
Martin Diehl 429c226008 IO is not inherited when using ifort 19
this is intented, public modules should only bring their own functions
and variables into global scope
2020-11-11 12:19:39 +01:00
Martin Diehl b46a25a7d2 C capitalization 2020-11-11 11:47:23 +01:00
Martin Diehl 53110ccf35 use (also) PETSc error trapping 2020-11-11 11:46:12 +01:00
Martin Diehl 9c87142e6d Merge branch 'development' into hdf5-error-stop 2020-11-11 11:17:37 +01:00
Martin Diehl 56f5c69136 Merge remote-tracking branch 'origin/modularize-mech' into development 2020-11-11 11:13:29 +01:00
Martin Diehl e56d56dece seems that Intel compilers are not tested 2020-11-11 10:54:22 +01:00
Martin Diehl 018709bfcf error stop better suited for internal errors
error stop gives full stack trace, which is very helpful for debugging.
2020-11-11 10:19:47 +01:00
Martin Diehl 2923f639da not needed
inverse mapping is computed in python
2020-11-11 10:16:38 +01:00
Martin Diehl 8429a9d695 Merge remote-tracking branch 'origin/development' into modularize-mech 2020-11-11 07:04:23 +01:00
Test User 0e0bc07b8d [skip ci] Merge branch 'master' into development 2020-11-11 03:18:20 +01:00
Test User 14b3ae2c67 Merge commit 'v3.0.0-alpha-684-g323ccdcd4' 2020-11-11 03:18:12 +01:00
Test User 323ccdcd46 [skip ci] updated version information after successful test of v3.0.0-alpha-683-ge90c20ccd 2020-11-11 03:18:11 +01:00
Test User 836d3bc181 [skip ci] Merge branch 'master' into development 2020-11-10 21:24:04 +01:00
Test User a64626deb6 [skip ci] updated version information after successful test of v3.0.0-alpha-681-g946418561 2020-11-10 21:22:55 +01:00
Martin Diehl e90c20ccd6 Merge remote-tracking branch 'origin/geom-attributes-as-checked-properties' into development 2020-11-10 14:54:40 +01:00
Martin Diehl 9464185616 Merge branch 'lattice-symmetry-modules' into 'development'
Lattice symmetry modules

See merge request damask/DAMASK!274
2020-11-09 21:20:58 +01:00
Martin Diehl 5926f84851 WIP: refactoring Orientation=Symmetry+Rotation, Lattice=subclass of Sym, and Crystal=Lattice+Rotation 2020-11-09 21:20:56 +01:00
Test User 5aad1d6c21 [skip ci] updated version information after successful test of v3.0.0-alpha-678-g03a68248b 2020-11-08 18:19:57 +01:00
Philip Eisenlohr f105631015 redefined attributes material,size,origin,comments as properties; enhanced help/descriptions 2020-11-08 12:11:30 -05:00
Sharan Roongta 287d56fc3d consistent with new output names 2020-11-08 16:01:11 +01:00
Sharan Roongta 7d4163e8a9 new format of material.yaml 2020-11-08 15:57:06 +01:00
Sharan Roongta 8007c47b48 Merge branch 'development' into modularize-mech 2020-11-08 15:43:30 +01:00
Sharan Roongta 21a63041f9 updated test repo 2020-11-08 15:43:17 +01:00