Martin Diehl
|
276b6ef2cd
|
polishing
|
2021-07-04 15:48:05 +02:00 |
Martin Diehl
|
257180b558
|
no direct support for shell scripts anymore
|
2021-06-18 07:36:03 +02:00 |
Martin Diehl
|
4480ccd68c
|
enforce Fortran 2018
|
2021-05-21 07:15:27 +02:00 |
Martin Diehl
|
f89f07e5cf
|
avoid use of global variables in functions
|
2021-04-28 19:04:54 +02:00 |
Martin Diehl
|
f860b26664
|
correct type hints
|
2021-04-28 08:53:40 +02:00 |
Martin Diehl
|
6699f2ee5f
|
don't use shell variables
Marc solver can be controlled in python, installation can be tuned with
CLI arguments
|
2021-04-22 12:02:53 +02:00 |
Martin Diehl
|
44f89b9456
|
not used at the moment
and in general, we should release more frequently
|
2021-03-26 13:10:10 +01:00 |
Martin Diehl
|
51ae66f573
|
Marc improvements
- fix for 2020
- drop support for versions using old compiler
- consistent capitalization
|
2021-03-26 11:40:24 +01:00 |
Martin Diehl
|
0f6094890a
|
simplified
damask.environment does not offer any advantage over os.environ for
variables. After 'root_dir' was removed, the whole module became
obsolete
|
2021-01-15 12:14:05 +01:00 |
Martin Diehl
|
37de561938
|
shell variables are more robust
they will also work if Fortran and python code are installed in
different locations.
|
2021-01-13 18:53:16 +01:00 |
Philip Eisenlohr
|
431b6aa8d5
|
[skip ci] call unlink function
|
2020-12-02 12:29:57 -05:00 |
Vitesh Shah
|
d89fad6135
|
Store value of MSC_VERSION in variable of same name
|
2020-10-31 19:32:49 +01:00 |
Vitesh Shah
|
904c338b13
|
Reflect version underscore of installation files
|
2020-10-29 15:21:40 +01:00 |
Vitesh Shah
|
bd67296e8d
|
MARC_VERSION as MSCVERSION
|
2020-10-22 11:50:13 +02:00 |
Martin Diehl
|
b7e85b6873
|
bugfix: wrong path
|
2020-09-15 17:13:13 +02:00 |
Franz Roters
|
dbb6c8f867
|
missing menu file
|
2020-09-14 18:26:41 +02:00 |
Martin Diehl
|
4406493def
|
non-dot versions are handled as integers
|
2020-09-14 17:08:31 +02:00 |
Martin Diehl
|
56e9dc11ef
|
"neutral" path
|
2020-08-02 20:43:30 +02:00 |
Franz Roters
|
8f79338889
|
support for Marc2020
Mentat does not work for now
|
2020-08-01 12:03:12 +02:00 |
Martin Diehl
|
888e7028f9
|
python is more convenient
|
2020-07-18 10:12:22 +02:00 |
Martin Diehl
|
190c9a1b0d
|
Merge branch 'misc-improvements' into Marc-2019.1
|
2020-07-16 09:28:11 +02:00 |
Franz Roters
|
35a446f75c
|
remove intermediate submodule files after compilation
|
2020-07-16 09:15:48 +02:00 |
Franz Roters
|
78c1b9c745
|
Marc 2019.1 is new standard version
|
2020-07-14 12:10:43 +02:00 |
Franz Roters
|
3150673f2d
|
also remove intermediate submodul files
|
2020-07-08 14:03:10 +02:00 |
Martin Diehl
|
18849c3a69
|
support for older python
|
2020-06-03 14:03:39 +02:00 |
Martin Diehl
|
3be1a33820
|
easier to read
|
2020-06-03 13:32:47 +02:00 |
Martin Diehl
|
6147b5ef22
|
cleaning
|
2020-04-28 22:28:22 +02:00 |
Martin Diehl
|
c2c84d698f
|
Merge remote-tracking branch 'origin/development' into MiscImprovements
|
2020-02-11 17:11:43 +01:00 |
Martin Diehl
|
6f467ea14e
|
Marc with optimization works if offloading to accelerators is disabled
|
2020-01-29 11:05:35 +01:00 |
Martin Diehl
|
13107abd39
|
not working and significat efforts needed to test it
|
2020-01-26 07:44:22 +01:00 |
Martin Diehl
|
af42eae9c1
|
Merge branch 'development' into python-module
|
2020-01-14 08:58:19 +01:00 |
Philip Eisenlohr
|
86f27df0b2
|
damask.Environment reads from os.environ; python module is packaging-ready
|
2020-01-13 17:28:28 -05:00 |
Martin Diehl
|
5d2802f6c9
|
no patches available at the moment
|
2020-01-10 01:36:48 +01:00 |
Martin Diehl
|
18fc41f33f
|
not needed anymore (only python3 and HDF5)
|
2020-01-02 21:36:43 +01:00 |
Martin Diehl
|
1037aa98d3
|
DADF5 is now the only output
|
2019-12-21 12:35:06 +01:00 |
Martin Diehl
|
90a47f0e31
|
MSC.Marc does not work with -O
Intel MPSS is missing in that case. This is probably due to some of the
linker options in include_linux64
|
2019-10-23 21:51:09 +02:00 |
Martin Diehl
|
bbc2ed90a2
|
use own HDF5 libraries
requires compilation with openMP (and Intel compiler)
|
2019-10-13 17:48:38 +02:00 |
Martin Diehl
|
279019be8a
|
outdated information
|
2019-09-20 14:20:56 +02:00 |
Franz Roters
|
036794e7d3
|
support for Marc2019
|
2019-09-17 15:53:49 +02:00 |
Martin Diehl
|
97fc8a4029
|
following python3 recommendations
|
2019-09-03 15:44:28 -07:00 |
Martin Diehl
|
b8bf329a74
|
Merge branch 'development' into MiscImprovements
|
2019-04-30 00:02:35 +02:00 |
Martin Diehl
|
64c9a367c0
|
always install post processing scripts into {$DAMASK_ROOT}/bin
custom installation directions will be made available by more standard
approaches
|
2019-04-25 07:21:42 +02:00 |
Martin Diehl
|
f89d318b03
|
[skip ci] old output not needed for testing HDF5
|
2019-04-18 18:28:22 +02:00 |
Martin Diehl
|
d0b1db1966
|
use consistent pre processor macro
|
2019-04-04 07:42:59 +02:00 |
Martin Diehl
|
3f5aa88e88
|
False is capitalized in Python
|
2019-03-29 10:55:00 +01:00 |
Martin Diehl
|
cf4d0bd0cb
|
strange abaqus python causes problems
|
2019-03-26 21:44:25 +01:00 |
Martin Diehl
|
6d1367e85a
|
patch for release
|
2019-03-20 23:54:28 +01:00 |
Martin Diehl
|
04b572e263
|
not needed anymore
|
2019-03-09 15:57:11 +01:00 |
Martin Diehl
|
7ad9ef7d84
|
not needed anymore
|
2019-03-07 20:54:00 +01:00 |
Martin Diehl
|
4785f8fae4
|
[skip ci] not needed anymore
|
2019-03-07 07:21:45 +01:00 |