Research institutions can connect all their data in one large graph (OLG) if they manage to design and agree on common semantics and graph structures collaboratively. We have planned and begun implementing a software stack that will enable such a scenario.
In this stack, a graph data editor will allow users to edit their data as relatively small and contain "graph data sets" which are...
In the ever-evolving landscape of research, the execution of scalable software on the largest computer clusters is indispensable.
However, the vast array of available hardware and programming models poses a challenge, not only in terms of finding proficient research software engineers but also in navigating the rapidly changing terrain of technology. Gone are the days when we could afford the...
Our C++ library alpaka allows to write a function once and execute it on different target architectures like x86 and ARM CPUs, Nvidia, AMD, and Intel GPUs, and FPGAs. In addition, the library supports Linux, Windows, and macOS. Therefore, we need to support a wide range of SDKs from different vendors on different systems. Automatic testing is...