Test User
0a89900f72
updated version information after successful test of v2.0.0-297-ga27aba1
2016-06-28 04:24:11 +02:00
Martin Diehl
b759a79f9a
small check to see if 6 is really STDOUT (no idea what to do if not)
2016-06-27 23:36:09 +02:00
Martin Diehl
af2404f0f8
no access out of bounds anymore (but incorrect results)
2016-06-27 23:27:30 +02:00
Martin Diehl
bfc02af515
closing stdout for mpi rannk >0 (enables to get rid of many if statements and allows for
...
central debug handling like writing to file per process)
2016-06-27 23:15:41 +02:00
Martin Diehl
8307a4a9ab
trying to get the last things work without the core module
2016-06-27 19:38:12 +02:00
Martin Diehl
21cfe09412
removed a bunch of unneded functions
2016-06-27 18:15:56 +02:00
Martin Diehl
14394e7e13
Merge branch 'development' into NoCoreModule
2016-06-27 17:51:45 +02:00
Martin Diehl
de614f5ce7
declaring external only where needed
2016-06-27 17:50:43 +02:00
Martin Diehl
a27aba1a47
correct casting to cmplx
2016-06-27 17:47:32 +02:00
Martin Diehl
a1c8c676c6
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
2016-06-27 17:46:57 +02:00
Martin Diehl
985eee094f
respecting compiler warnings
2016-06-27 17:46:34 +02:00
Test User
e7f0014ae8
updated version information after successful test of v2.0.0-292-g2ebc5ec
2016-06-27 16:24:11 +02:00
Martin Diehl
a3a36ead39
Libs not needed (got back during merge)
2016-06-27 15:43:04 +02:00
Martin Diehl
259ee072a6
Merge branch 'development' into NoCoreModule
2016-06-27 15:35:46 +02:00
Martin Diehl
b40cbd68bb
"-"sign caused reversed deformation mode
2016-06-27 15:19:02 +02:00
Martin Diehl
2ebc5ec8ea
request thread aware MPI when using openMP
2016-06-27 12:23:42 +02:00
Test User
848e9674af
updated version information after successful test of v2.0.0-290-g12ac5e3
2016-06-26 18:03:44 +02:00
Martin Diehl
12ac5e3c49
switch to analytic tangent
2016-06-24 10:59:23 +02:00
Martin Diehl
001c6e5951
unneded variables
2016-06-24 10:59:04 +02:00
Martin Diehl
7c39d01b35
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
2016-06-24 07:31:58 +02:00
Martin Diehl
5fb5edc2ed
should be executable
2016-06-24 07:31:46 +02:00
Test User
a15eae57ed
updated version information after successful test of v2.0.0-287-gbf5e6fe
2016-06-15 04:24:30 +02:00
Franz Roters
bf5e6fee07
added missing line continuation
2016-06-14 22:10:24 +02:00
Franz Roters
4a36179060
unified way gamma_dot is calculated
2016-06-14 22:06:04 +02:00
Test User
825e09e4ea
updated version information after successful test of v2.0.0-284-gae36212
2016-06-02 04:25:08 +02:00
Martin Diehl
ae362123f7
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
2016-06-01 22:22:02 +02:00
Martin Diehl
bbf09506e6
using dEq, dNeq, cEq, dEq
2016-06-01 09:53:39 +02:00
Test User
fadf726ef7
updated version information after successful test of v2.0.0-280-ga58e85e
2016-05-31 17:25:05 +02:00
Martin Diehl
8d285e4190
removed compiler warnings about conversion and floating point comparison
2016-05-27 11:46:34 +02:00
Martin Diehl
a58e85e96d
explicit casting and overlong constants regognized by compiler
2016-05-25 07:52:56 +02:00
Martin Diehl
94ff2bd116
restructuring comments
2016-05-25 07:02:45 +02:00
Martin Diehl
21ad810209
changed to compile object files rather than libraries
2016-05-24 21:35:16 +02:00
Test User
540e1cbec8
updated version information after successful test of v2.0.0-278-g4b860fb
2016-05-23 04:22:49 +02:00
Martin Diehl
4b860fb083
added c routines to core module compilation
2016-05-22 17:18:15 +02:00
Martin Diehl
0eb4c4867e
build files should be ignored
2016-05-21 16:53:33 +02:00
Martin Diehl
13782f4ee0
simplified
2016-05-21 16:51:12 +02:00
Martin Diehl
e3d8d48990
currently, only BUILD_CMD_TYPE release works
2016-05-21 15:19:21 +02:00
Martin Diehl
0810295fe9
Merge branch 'development' into cmake
...
Conflicts:
code/Makefile
2016-05-21 14:56:57 +02:00
Martin Diehl
6023f64eff
Merge branch 'cmake' of magit1.mpie.de:damask/DAMASK into cmake
...
Conflicts:
CMakeLists.txt
2016-05-21 12:37:05 +02:00
Philip Eisenlohr
0b5ce0ed80
Merge branch 'CCodeUse' into 'development'
...
C code use
Use a standard conforming C-to-Fortran wrapper to have access to system routines available in C but not in standard Fortran. Having PETSc as a backend ensures that we have a C compiler (don't make it as complex as with f2py). No need to use vendor specific extensions to figure out if a path is a directory and to get the current working directory anymore. Simplifies the makefiles (only exceptions currently are for NaN to be compatible to older gfortran).
See merge request !6
2016-05-21 03:31:41 +02:00
Martin Diehl
475c864ea3
using different CMAKE projects for FEM/Spectral
2016-05-20 11:51:50 +02:00
Martin Diehl
b4ecea564f
also not needed anymore (still to decide how to set bin directory for processing scripts)
2016-05-20 08:50:02 +02:00
Martin Diehl
8184f1c39a
old Makefile is not needed anymore
2016-05-20 08:45:22 +02:00
Martin Diehl
a009bfaf08
renamed _FLAG(S) consistently to _FLAGS
...
removed code doubling
2016-05-20 08:44:11 +02:00
Martin Diehl
85cfe670ae
same defaults for spectral and FEM solver
2016-05-20 08:15:49 +02:00
Martin Diehl
f4ddb0f9d2
was not doing anything
2016-05-20 08:09:06 +02:00
Martin Diehl
abb686029d
version was never used and wrong defined
2016-05-20 08:06:06 +02:00
Test User
b8ae4fbfb6
updated version information after successful test of v2.0.0-262-gbd1beb4
2016-05-20 04:21:23 +02:00
Martin Diehl
bd1beb4ae6
Merge branch 'development' of magit1.mpie.de:damask/DAMASK into development
2016-05-19 13:01:55 +02:00
Martin Diehl
20b3b43785
wrong pointer alias (no harm caused so far)
2016-05-19 13:01:13 +02:00