- Apr 22, 2024
-
-
Jakob Kaiser authored
Change-Id: I51a1bf04e2166a2dfbb2b489dbeb0d54baf0cab1
-
- Apr 11, 2024
-
-
Jakob Kaiser authored
The partition for hardware runs was changed. Do no longer use partition to decide if hw tests should be executed but other env var. Change-Id: I9331007ec4f1aaf7200da04fe887732a096f9a3c
-
- Feb 29, 2024
-
-
Change-Id: I0b21cf03bb1b397f273ca92a8b67feb8df0a70aa
-
- Nov 21, 2023
-
-
Eric Müller authored
Change-Id: Ib3afb4bd65868737aff86a3c888925e1ae9c5df2
-
- Nov 14, 2023
-
-
Philipp Spilger authored
Change-Id: Id49a5858784e6611b6aa0a398c80268f36dcea7a
-
Philipp Spilger authored
* push_back(Variant<T>) < emplace_back(T) < reserved emplace_back(T) * 38MHz (1200MB/s) < 53MHz (1700MB/s) < 140MHz (4400MB/s) on HBPHost * each spike requires a WaitUntil and a SpikePack<1>, each of which require 16B in their variant * assuming typical power-of-two memory allocation of std::vector, we copy approx. the number of messages in the not-reserved cases * assert for performance drop to not less than half the measured values Change-Id: I1aceea62ac6561b4bb5037ff4591fddf73f9ea72
-
- Oct 31, 2023
-
-
Change-Id: I0a694cc5cc26cc9d54b76f6082fb8ad840ca4800
-
- Oct 16, 2023
-
-
Eric Müller authored
Depends-On: topic:install_std_python_paths Change-Id: Ie9264504a1657517c7ed3ea20ef3455a626c008b
-
- Sep 28, 2023
-
-
Philipp Spilger authored
Change-Id: I09b5b76a72c6e1c9a8d518ffe45d6133b666c2a6
-
- Sep 18, 2023
-
-
Philipp Spilger authored
* Genpybind macros not in code, SYMBOL_VISIBLE missing Change-Id: I9c52a6861407dce9e5a218cb7a5a4878a0be39e7
-
- Aug 09, 2023
-
-
Philipp Spilger authored
Change-Id: I1701003dea2ec5ee7b4ab94c00e0fb18aa2ee60d
-
Yannik Stradmann authored
Change-Id: I3a09c57901ea48b1c6eba65657ee61c9b378ad1c
-
- Aug 03, 2023
-
-
Yannik Stradmann authored
Change-Id: I43f05a04afe99ef14efa3ae26d91a7f0ad061d75
-
- Jun 21, 2023
-
-
Philipp Spilger authored
Change-Id: Id21eedaa5de888df8f291885e5ce786390b7b18e
-
- Jun 19, 2023
-
-
Philipp Spilger authored
Depends-On: 8221,10532,20615 Change-Id: I72b1168d58979263fd5221b8ae20a6474b19b4b8
-
- Jun 16, 2023
-
-
Yannik Stradmann authored
Change-Id: If8890922e42373fd1ad66b194a8412d6d06d2582
-
- Jun 13, 2023
-
-
Philipp Spilger authored
Change-Id: I7e76ff48ca075643ad14e2a9f530146d9b7e6a02
-
- Jun 12, 2023
-
-
Philipp Spilger authored
Depends-On: 20453 Change-Id: Id825494e7fd0ae24a68656277c688ef427ca9fc4
-
- May 15, 2023
-
-
Eric Müller authored
We probably don't want to build EXTOLL stuff on remote (e.g. EBRAINS) infrastructure that connects via quiggeldy anyways. Change-Id: I68ac5044df6bd7250686ad0e924fd36c69599737
-
Eric Müller authored
We probably don't want to build HostARQ stuff on remote (e.g. EBRAINS) infrastructure that connects via quiggeldy anyways. Depends-On: c/20318 Change-Id: I999496913993a662bb93dfad9754695f9da41d80
-
- Apr 27, 2023
-
-
Tobias Thommes authored
* convert the FPGA-IPs exported by slurm into Extoll-Node-IDs * return connections to these Node-IDs only * throws an std::runtime_exception if no licences are invoked with slurm (no IPs present) * throws an std::runtime_exception if the requested nodes are not present in the network Change-Id: I73837a4e98153b796c6c4fa13cfc5a07a9c17783
-
- Apr 06, 2023
-
-
Christian Mauch authored
* dynamically extract downstream dependencies for repo state Change-Id: If98f68dce3bddfab7087b2a6332b62019f766b6a
-
- Apr 03, 2023
-
-
Christian Mauch authored
Depends-On:19662,19686 Change-Id: I8c7df05b423a8b32b1dc38ef2ba0e3835793287d
-
- Mar 24, 2023
-
-
Philipp Spilger authored
Change-Id: Ib9cdf60c6fd875a1ebe77e6a874838bb3bc65c51
-
Philipp Spilger authored
* changes preference order of get_connection_from_env * fixes zeromock tests to actually use the correct connection and not the also available other backend Change-Id: Ia2c74eea9d3035ce8665874a88354c2640a2b1c0
-
- Mar 22, 2023
-
-
Christian Mauch authored
Change-Id: I3c0578398b16f0cd83c981e09ea91c4595a6f390
-
- Feb 28, 2023
-
-
Christian Mauch authored
* separate out setup of connection * make public function so that lib-rcf quiggeldy server can call it * this allows quiggeldy server to perform reinit after reset of connection Depends-On:19637 Change-Id: Idbed26ad16b9d4a6d3cf918ce488020d59398afd
-
- Feb 22, 2023
-
-
Tobias Thommes authored
* stop reading from the registerfile when reaching the first 0-QW * this prevents reading unknown addresses beyond the memory Change-Id: Ia73b5d7b59bf7b06a4a06666c6e5a1c267b26da7
-
Tobias Thommes authored
* fix usage of std::emplace_back() * reserve the correct amount of space for all extoll connections in the vector. This prevents some unnecessary move-operations on the connecitons. Change-Id: I8342e7411e04472943a4972d68f196753944fd9c
-
Tobias Thommes authored
Change-Id: I5d698ff46adb8ba5a423bb54f710fcd6ba460659
-
- Feb 15, 2023
-
-
Tobias Thommes authored
Depends-On: 18783 Change-Id: Ia2eeba1596bf096b2182c84ef8de45f9472a9fa2
-
Depends-On: 17913,17759,18733,19543,19544 Change-Id: I15656b7d1da952890d01cf4be15919c7553e16e7
-
Philipp Spilger authored
* destruction order determines whether this works or segfaults Change-Id: I37a2f38a975f80e778e49793d1acec4fd4e7db4f
-
- Feb 03, 2023
-
-
Christian Mauch authored
Change-Id: I0b3b79b835327fe17c9661834dacba73157c805c
-
- Nov 28, 2022
-
-
Tobias Thommes authored
Depends-On: 18737 Change-Id: I07b04fa8ae63c5457c3a67d4bbc04c72adc34913
-
Tobias Thommes authored
Depends-On: 18707 Change-Id: I1f531c2d75d907bbdbb22423662a7961f10e2f0b
-
Eric Müller authored
Depends-On: topic:update_log4cxx, topic:spack_0.18.1 In-Container: /containers/testing/c17764p47_2022-11-26_1.img Change-Id: I9cf6d3db35fef3410bcb3059fbf8e8acb84052da
-
- Nov 18, 2022
-
-
Eric Müller authored
Change-Id: I2033ef1cf7227a298a90908a3ae9beee9c9afcc2
-
- Oct 26, 2022
-
-
Philipp Spilger authored
* only seen on errors in genpybind, but clutter the log there Change-Id: I04ec904974b1b2acc565a200bf3749216ed96875
-
- Sep 21, 2022
-
-
Philipp Spilger authored
Change-Id: Ia4122660808b38af9eaa7c9b77513f2a8bf6db10
-