• R/O
  • SSH

treelm: List of commits

Repository of the treelm library. Now found at https://github.com/apes-suite/treelm


RSS
修訂. 時間 作者
d2c8c9a770f5 2020-02-06 00:47:01 Harald Klimach

Changed code blocks to three ticks.

8436828869cf 2020-02-06 00:22:28 Harald Klimach

Try different modes for code highlighting.

b47af848cb8e 2020-02-06 00:11:00 Peter Vitt

Added some results from the discussions yesterday

882da6d1fae7 2020-02-05 22:29:38 Harald Klimach

Code blocks by indentation.

8e85a04e4c63 2020-02-05 22:16:23 Harald Klimach

Space in Code highlighting blocks after ticks.

a74bf6252c64 2020-02-05 21:31:47 Harald Klimach

Added some documentation about the tem_time_control configuration.

42efdf49eefa 2020-02-05 01:02:11 Harald Klimach

Updates to the codingGuidelines

75ac700474a8 2020-01-27 20:10:25 Neda Ebrahimi Pour

vError was deallocated but not previous allocated

842d329a594d 2020-01-13 21:35:47 Kannan Masilamani

merged with Harald copyright lines

ce00278a4b6b 2019-12-23 18:31:33 Harald Klimach

Put individual copyright lines to the beginning of all source files.

6acc4462e7a7 2019-12-11 19:37:29 Kannan Masilamani

added constant parameter div2_8 in tem_param_module

436cf52db374 2019-11-30 03:23:52 Harald Klimach

Finish environment at the end and use barrier to avoid garbled output in tem_sparta_test.

b8959f4e0b4c 2019-10-31 19:41:16 Harald Klimach

Merged unit test changes to start unit tests with mpirun if they call mpi_init
with the changes on the main development.
This is a change to ease the deployment on the Aurora, which will complain
if you start MPI_init without invoking the program with mpirun.

281b9379818a 2019-10-31 19:36:54 Harald Klimach

Properly close down MPI environment in the end again to avoid messages in
the utests after the "PASSED".

41ce0c109ac0 2019-10-31 19:32:54 Harald Klimach

Only write messages on process 0 to ensure ordering for output an correct
interpretation of test result.

2bc0f0609a8f 2019-10-31 18:37:38 Harald Klimach

Added !mpi!nprocs = 1 for utests that call MPI_Init (tem_start).
The aurora does not like it to be run without mpirun in this case.

9049a686fe03 2019-10-29 00:32:34 Kannan Masilamani

set res to 0.0 for stFun kind none

7b4d499a263f 2019-10-21 21:13:06 Kannan Masilamani

Made tem_sourceELems_type public and fixed stencil label for d3q125 and defined new global parameter div8_7

1c5bb7a20535 2019-10-21 21:12:13 Kannan Masilamani

made cross_product3D function as pure

975145e1e723 2019-10-01 22:42:19 Peter Vitt

Added an explicit cast to indicate that the loss of range is accepted

e83b7a97581f 2019-10-01 22:40:58 Peter Vitt

Initialized to silence a maybe-uninitialized warning

4b9aec1420c3 2019-10-01 21:37:38 Peter Vitt

Append values to internal buffer only if it is not yet full, otherwise log an
error message.

be416846ac88 2019-10-01 21:35:56 Peter Vitt

Initialize the result with an invalid value to either silence the
maybe-uninitialized warning as well as break the simulation when this value
is used later on.

b27afdbdaf07 2019-10-01 21:34:28 Peter Vitt

Use half of the buffer for the two parts each at max to have both parts in the result.

d9e9b5ecab22 2019-10-01 21:33:06 Peter Vitt

whitespace

f9e79a0bf9a9 2019-10-01 19:32:14 Peter Vitt

Made use of the floating point operators when comparing real numbers.

24e84c8b3b3d 2019-10-01 19:28:26 Peter Vitt

Extended .feq. and .fne. operators with an array version.

9ab71e5b73f8 2019-09-30 22:52:36 Peter Vitt

Removed unused variables.

7b3e371c26eb 2019-09-04 02:06:59 Harald Klimach

Added a method to free a method_data structure again.

94488742ec86 2019-09-03 23:55:50 Harald Klimach

Typo in comment..

Show on old repository browser