Philip Eisenlohr
|
dece12a1a6
|
remove unused CLI module inclusion
|
2022-04-26 12:19:13 -04:00 |
Martin Diehl
|
91b71fdff8
|
systematic naming scheme
|
2022-04-24 04:45:41 +02:00 |
Philip Eisenlohr
|
da9fdf53d2
|
consistent indentation and line-spacings in reporting
|
2021-11-15 12:35:44 -05:00 |
Martin Diehl
|
1963343cd8
|
avoid issues with empty files
optional files (numerics.yaml, debug.yaml) can be empty
|
2021-08-14 20:01:25 +02:00 |
Martin Diehl
|
e8312a49ed
|
polishing
|
2021-08-02 10:38:59 +02:00 |
Martin Diehl
|
044a048944
|
taking care of corner cases (e.g. restart)
adjusting tests to take care of new 'setup' group
|
2021-08-01 22:46:11 +02:00 |
Martin Diehl
|
b9d4eb23cc
|
only rank 0 reads file for MPI
|
2021-07-27 08:54:17 +02:00 |
Martin Diehl
|
812b0f07f5
|
read file only once (per process)
|
2021-07-27 08:35:52 +02:00 |
Martin Diehl
|
3b06498c2f
|
make results self-contained for reproducibility
ToDo: same functionality for load and geom
|
2021-07-27 07:40:55 +02:00 |
Martin Diehl
|
72ab936ec3
|
cleaning
|
2021-05-23 00:12:55 +02:00 |
Martin Diehl
|
2b0b1aeffe
|
jobname.yaml not supported anymore
|
2021-02-13 06:31:06 +01:00 |
Martin Diehl
|
41fbc58c1b
|
standard conforming name
|
2020-09-22 13:09:12 +02:00 |
Martin Diehl
|
63f9078f04
|
don' hardcode output unit
replaced remaining write(6,..), flush(6) with write(OUTPUT_UNIT,...),
flush(OUTPUT_UNIT)
|
2020-09-22 12:15:36 +02:00 |
Martin Diehl
|
5b104417a9
|
polishing
|
2020-09-15 19:36:21 +02:00 |
Martin Diehl
|
b497ec4371
|
use print instead of write
https://www.scivision.dev/print-vs-write-fortran/
|
2020-09-13 13:01:38 +02:00 |
Martin Diehl
|
22544d6978
|
systematic naming
|
2020-09-13 12:43:49 +02:00 |
Martin Diehl
|
b499578a95
|
prefix should be name of the module
poor substitute for namespace
|
2020-09-13 10:39:17 +02:00 |
Martin Diehl
|
da0e16520c
|
handling of MPI in 'parallelization'
|
2020-09-13 10:26:33 +02:00 |
Martin Diehl
|
126ef8be9f
|
separating functionality
- config: reads config files
- parallelization: determines parallelization environment
|
2020-09-12 16:25:58 +02:00 |
Martin Diehl
|
3f9e9a120a
|
simplified
|
2020-09-12 15:56:59 +02:00 |
Sharan Roongta
|
7754a1ea56
|
Restructuring for material.yaml
|
2020-08-15 16:08:46 +02:00 |
Sharan Roongta
|
57e4d01a6b
|
Merge branch 'development' into YAML-compatible-debug
|
2020-07-01 13:40:56 +02:00 |
Martin Diehl
|
640bc7b190
|
[skip ci] polishing
|
2020-06-29 15:09:13 +02:00 |
Sharan Roongta
|
0cf06a77d4
|
bugfix
|
2020-06-18 18:14:53 +02:00 |
Sharan Roongta
|
4e60d8e133
|
begin cleaning of debug
|
2020-06-18 16:05:54 +02:00 |
Sharan Roongta
|
19c44d5e97
|
Read numerics.yaml once
|
2020-06-16 18:47:19 +02:00 |
Martin Diehl
|
ae49e6710d
|
documenting for doxygen
|
2020-03-15 12:54:35 +01:00 |
Martin Diehl
|
9c138c87f0
|
not needed
|
2020-01-29 14:57:12 +01:00 |
Martin Diehl
|
f546ffb3be
|
polishing
|
2020-01-26 21:22:55 +01:00 |
Martin Diehl
|
830b05005f
|
read file only once
|
2020-01-26 19:56:30 +01:00 |
Martin Diehl
|
137b235bc1
|
i0 format specifier easier then hand-written IO_intOut
using variable pStringLen allows string assignment without length issues
|
2019-12-07 11:06:39 +01:00 |
Martin Diehl
|
97474e05a8
|
not needed anymore
|
2019-11-24 11:01:04 +01:00 |
Martin Diehl
|
34e0dd1c64
|
polishing
|
2019-09-19 11:00:41 -07:00 |
Martin Diehl
|
fa6e88970c
|
avoid empty entries
|
2019-07-15 13:53:34 -07:00 |
Martin Diehl
|
856ef15184
|
moved (back) to a better place
|
2019-06-15 15:37:13 +02:00 |
Martin Diehl
|
57a0d33293
|
consistent names
|
2019-06-15 14:33:20 +02:00 |
Martin Diehl
|
0db4264265
|
cleaning
|
2019-05-28 09:28:15 +02:00 |
Martin Diehl
|
01e3b646c2
|
don't clutter the code with useless stuff
we only need to be more strict about prefixing
functions/subroutines/variables to see in which module they reside
|
2019-05-16 22:56:48 +02:00 |
Martin Diehl
|
346c7c4a7f
|
one implicit none is enough
|
2019-05-14 23:12:32 +02:00 |
Martin Diehl
|
0b2c6c69c2
|
number ID as prefix to section names
enables unique and consistent section names for output
|
2019-04-07 13:20:44 +02:00 |
Martin Diehl
|
8aee3d7f54
|
use list from separate module
|
2019-03-29 08:34:44 +01:00 |
Martin Diehl
|
593fa24bad
|
remove global variables
|
2019-03-23 06:53:29 +01:00 |
Martin Diehl
|
cba02d91b9
|
no need to import pInt
|
2019-03-13 07:00:20 +01:00 |
Martin Diehl
|
7cb2203a38
|
pInt not needed anymore
|
2019-03-12 22:29:03 +01:00 |
Martin Diehl
|
40fda62efc
|
parsing material.config and debug.config
|
2019-03-12 22:27:45 +01:00 |
Martin Diehl
|
62694eddf8
|
clearer structure
|
2019-03-12 21:48:33 +01:00 |
Martin Diehl
|
0d08659b2a
|
general cleaning
|
2019-03-09 11:11:40 +01:00 |
Martin Diehl
|
67dcb6d2d6
|
not needed
|
2019-03-08 19:07:19 +01:00 |
Martin Diehl
|
de6fd605ee
|
is not used anywhere else
|
2019-03-07 22:47:45 +01:00 |
Martin Diehl
|
e9c1299a30
|
requiredShape makes no sense
the return value is always a 1D array, only its size might change
|
2019-01-26 09:02:44 +01:00 |