1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

2785 commits

Author SHA1 Message Date
Dennis Potter
42ad6e7c69 Script now can add missed steps to median and 3d plots 2018-10-25 02:44:54 +02:00
Dennis Potter
b0179df6d1 Added socket node and changed settings of loopback and shmem node. 2018-10-23 00:11:28 +02:00
Dennis Potter
6d2dfee6a3 New benchmark bash script
Replaced the old node-infiniband-benchmark.sh script, which could only run benchmarks for the InfiniBand node-type, by a general script. This script reads configurations from ./configs and executes them in the benchmark environment.

Later, I will add a small README which also contains an image of this environment.
2018-10-22 18:33:03 +02:00
Dennis Potter
32bfe3a0cd Cleaned up script to generate plots a little more 2018-10-22 13:51:42 +02:00
e23459887f ci: attempt to fix unit tests 2018-10-21 17:21:27 +01:00
8acd434952 list: fixed compatability bug in list_sort() on BSD-based systems 2018-10-21 16:46:26 +01:00
fc3e292213 task: fix task implementation for macOS 2018-10-21 15:41:19 +01:00
39e29964ab tests: fix crashes caused by ASLR 2018-10-21 13:05:24 +01:00
93612d8773 kernel: improve portability 2018-10-21 13:05:24 +01:00
9853018989 memory: improve allocation of hugepages 2018-10-21 13:05:24 +01:00
eaf8fbad36 ci: fix execution of unit tests 2018-10-21 13:05:24 +01:00
082fb11948 whitespaces 2018-10-21 13:05:24 +01:00
a1fc8fe017 memory: add new function to get memory type from flag 2018-10-21 13:05:24 +01:00
Dennis Potter
159cefb14d Added periodic signalling which is necessary in implementation without additional buffer 2018-10-21 12:35:21 +02:00
f7e3e54ccb file: last fix for dir creation 2018-10-21 11:09:20 +02:00
4f85e7b82c file: yet another fix for directory creation 2018-10-21 11:01:15 +02:00
2a0f745434 clients: move shmem example into clients directory 2018-10-21 10:46:27 +02:00
ba75a00e43 loopback: add missing include 2018-10-21 10:36:17 +02:00
c753fbf6f6 tsc: remove always_inline attribute 2018-10-21 10:33:48 +02:00
8534d1980a file: fix directory creation 2018-10-21 10:32:09 +02:00
52fd9e09e5 loopback: add auto mode 2018-10-20 18:47:21 +02:00
6670139439 update example config 2018-10-20 18:47:09 +02:00
ed01b9480d zeromq: fix version detection 2018-10-20 17:35:01 +02:00
ef91faafac shmem: add new mode setting which superseeds the polling setting 2018-10-20 17:12:39 +02:00
27a1ef0314 web: retry binding to other ports if port is already in use by something else 2018-10-20 17:07:28 +02:00
Dennis Potter
3c33696265 Removed signaling for inline messages. Fixes #206
This should decrease the time that is spent in the write-function a little bit and made an extra buffer obsolete.
2018-10-20 17:05:52 +02:00
7c6406ef7b tsc: inline calls to tsc_now() 2018-10-20 16:44:01 +02:00
4e4b5ca95d make use of tsc_now() instead of rdtsc() and rdtscp() (closes #197) 2018-10-20 16:43:43 +02:00
759d633967 io: obey io->flags and smp->flags during encoding/decoding of samples 2018-10-20 16:23:57 +02:00
8e052eaa5e do not send offsets of network node-types 2018-10-20 16:23:26 +02:00
64fa076d11 fix sample flags during muxing 2018-10-20 16:22:24 +02:00
45f35d6d54 fix indention 2018-10-20 16:22:01 +02:00
5f0c6194e9 task: fix periodic tasks when using nanosleep() 2018-10-20 15:39:01 +02:00
377af00af4 use villas.binary as default format for most node types 2018-10-20 15:38:31 +02:00
83ca82204c timing: added new function to compare timestamps 2018-10-20 15:36:27 +02:00
ed27d25823 file: create directory if does not exist yet 2018-10-20 15:13:29 +02:00
139ca2a3f8 zeromq: fix use of deprecated macros (closes #202) 2018-10-20 14:52:28 +02:00
8eb58e62c1 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2018-10-20 14:29:54 +02:00
5f72532fba cmake: fix linking 2018-10-19 13:55:56 +02:00
b55186d16c avoid redefinition of standard macros 2018-10-19 13:43:01 +02:00
d335837525 get rid of LIST_INIT 2018-10-19 13:41:50 +02:00
Dennis Potter
6e16e43833 Started with cleanup of code 2018-10-18 23:59:07 +02:00
Dennis Potter
c91487eb25 Script is now able to plot 3d graphes. Still needs documentation and a major cleanup. 2018-10-18 16:33:45 +02:00
Dennis Potter
e5144575dd Version is able to plot histograms and medians. Yet to be done before code is cleaned: 3d plots of rate/size combination 2018-10-18 10:21:20 +02:00
Dennis Potter
e68202e525 Placed conditional block at right position. 2018-10-17 23:57:19 +02:00
e0a02c74f5 loopback: add option for queue sync mode 2018-10-17 16:12:16 +02:00
11bba98efe node: simplify configuration of node signals 2018-10-17 16:11:44 +02:00
Dennis Potter
c639796c97 Initial version of an evaluation script to compare node-types
**this is an early version** The code still needs serious cleanup and a lot of options are not yet available.
2018-10-16 01:34:46 +02:00
Dennis Potter
09c5d0bb49 Changed default flag back to TIMERFD 2018-10-16 01:07:57 +02:00
Dennis Potter
1109a82581 Fixed errors from 65ee460953 that broke compilation with RDTSC flag 2018-10-16 01:00:31 +02:00