Commit Graph

5678 Commits

Author SHA1 Message Date
Chuanlai Liu 551b4369a1 improved readability 2016-11-07 09:06:35 +01:00
Test User 0653383c95 updated version information after successful test of v2.0.1-298-g8179a70 2016-11-07 04:39:27 +01:00
Martin Diehl 8179a703fb now more flexible, works for synthetic data and user selected data 2016-11-06 23:07:12 +01:00
Test User e57fd8e01a updated version information after successful test of v2.0.1-296-g4e4fa35 2016-11-06 16:39:51 +01:00
Martin Diehl 4e4fa35ca0 reordered for better readibility, do not limit heap for zsh
limiting the heap causes problem on my arch linux, where it is set to
unlimited by default. Since I'm probably the only zshell user, I'll test
it for a while and If I don't observe any problems do the same changes
for bash/dash and C shell
2016-11-05 12:55:07 +01:00
Chuanlai Liu d35c9dd431 using Einstein sum to replace 'for loop' 2016-11-04 18:50:39 +01:00
Test User 2d1421c09a updated version information after successful test of v2.0.1-294-g2fa4e48 2016-11-03 04:40:20 +01:00
Franz Roters 2fa4e48cf0 modified mkl libraries as to also work with Intel Fortran 17 2016-11-02 13:53:12 +01:00
Test User d03f0bb80f updated version information after successful test of v2.0.1-292-gae05bdd 2016-11-02 04:39:41 +01:00
Chen ae05bdd9fd Merge branch 'reverseRange' into development 2016-11-01 16:45:40 -04:00
Martin Diehl a04968d43f Merge branch 'development' into negativeRange 2016-11-01 17:20:56 +01:00
Test User fef05621c4 updated version information after successful test of v2.0.1-284-gd2b89a1 2016-11-01 16:39:44 +01:00
Martin Diehl d2b89a16e9 output differs when using dEq0 instead of dEq(x,0.0)
revert this change for the moment, even though dEq0 seems to be more safe
2016-11-01 09:34:46 +01:00
Martin Diehl 9e76b51014 fixing global variables handling (need to be defined before being used) 2016-10-31 22:53:14 +01:00
Martin Diehl 8593fb3ed7 unifying scripts 2016-10-31 22:11:16 +01:00
Philip Eisenlohr 4acfc73fa1 Merge branch 'Python3' into development 2016-10-31 11:28:40 -04:00
Philip Eisenlohr cb26ecb8c2 fixed two-line summary 2016-10-31 11:08:33 -04:00
Philip Eisenlohr 94fcc9ad24 fixed language and syntax 2016-10-31 10:40:58 -04:00
Philip Eisenlohr 3dc5bc4379 Fixed some language and syntax 2016-10-31 09:33:23 -04:00
Martin Diehl 97867806f7 Fortran code also ready for negative range 2016-10-29 11:04:19 +02:00
Martin Diehl 8eb93a3274 python scripts now pack "a a-1 a-2 ... a-n" to "a to a-n" 2016-10-29 10:49:40 +02:00
Martin Diehl aa3dc56949 fixed handling of last line (bug fix for second but last commit) 2016-10-29 10:30:42 +02:00
Martin Diehl 7e6e2e1c84 not using reserverd keyword "type" 2016-10-29 10:28:34 +02:00
Martin Diehl 1a56ad7a72 no logic change yet 2016-10-29 10:21:00 +02:00
Martin Diehl 6378cb1ff1 using improved dEq0/dNeq instead of dEq/dNeq with 0.0 argument 2016-10-29 10:04:36 +02:00
Martin Diehl f1fdb19b85 Merge branch 'development' of magit0.mpie.de:damask/DAMASK into development 2016-10-29 09:29:27 +02:00
Test User 8d3b49ff2b updated version information after successful test of v2.0.1-263-gb34a60d 2016-10-28 16:44:37 +02:00
Martin Diehl 6d9d25ea43 python 3 compatible and modernized 2016-10-28 15:40:17 +02:00
Franz Roters b34a60d2f4 added support for Marc2016 2016-10-28 09:16:20 +02:00
Test User d49529d46e updated version information after successful test of v2.0.1-261-ge43e37a 2016-10-28 04:35:28 +02:00
Martin Diehl e43e37aae1 new style option setting 2016-10-27 23:06:17 +02:00
Test User f32e1900f6 updated version information after successful test of v2.0.1-259-g2b50494 2016-10-26 16:35:16 +02:00
Martin Diehl 476c8ba815 Merge branch 'development' of magit0.mpie.de:damask/DAMASK into development 2016-10-26 07:54:31 +02:00
Martin Diehl 2b50494951 following philips suggestion for 8c1fe4fff0
and removing unneeded if statements for worldrank
2016-10-25 22:54:32 +02:00
Martin Diehl 99dc75c2fd proper capitalization 2016-10-25 21:53:32 +02:00
Martin Diehl a62ab3b5d4 fixes (mainly tuple arguments for functions and lambda functions) 2016-10-25 21:52:51 +02:00
Martin Diehl ac5f19f1f6 docstring fixes 2016-10-25 21:19:05 +02:00
Martin Diehl b74db4e301 bug fix for potentially undefined variable 2016-10-25 19:30:13 +02:00
Martin Diehl 95fb50272f adopted to python 3.
for replacement of cmp function, see https://docs.python.org/3.0/whatsnew/3.0.html
it's recommended to remove it completely
2016-10-25 06:51:40 +02:00
Martin Diehl 8a94f55a2e python 3 compatibility 2016-10-25 06:44:12 +02:00
Test User e49081e56e updated version information after successful test of v2.0.1-257-g68006f0 2016-10-25 04:42:52 +02:00
Martin Diehl 68006f0ae1 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2016-10-24 23:39:51 +02:00
Martin Diehl a84e7310f5 fixed prospector hints 2016-10-24 20:30:51 +02:00
Martin Diehl b957f1f016 include of lib dir no longer needed 2016-10-24 14:17:26 +02:00
Martin Diehl 1f5a3f474c consistent use of same name for communicator
will not make any difference, but clearer to understand
http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Sys/PETSC_COMM_WORLD.html
2016-10-24 10:42:01 +02:00
Martin Diehl 8c1fe4fff0 no need to have unused dummy arguments 2016-10-22 13:40:45 +02:00
Martin Diehl cfb90c83d0 more infos for humans and compilers 2016-10-22 13:24:50 +02:00
Martin Diehl b5c1b49137 unified definition of NaN for Intel and GNU Fortran (works for Intel 15. und 16.) 2016-10-22 12:17:18 +02:00
Martin Diehl 41f01e16cd using PETSC_NULL_OBJECT instead of dummy where possible 2016-10-22 12:16:02 +02:00
Martin Diehl 4a305e72b1 Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development 2016-10-22 12:02:09 +02:00