Marcin Copik

Results 100 issues of Marcin Copik

We are wrapping up the support for using Docker images and rFaaS (#10). However, we only use DockerHub, which has multiple restrictions - throttling and network latency. We want to...

enhancement
good first issue

We should use `clang-format` and `clang-tidy.

enhancement

We have no documentation whatsoever: - [x] Citation + intro - [ ] Installation & dependencies - [ ] Supported devices and platforms - [ ] Platform configuration - [...

enhancement

We should have a script that simplifies the deployment of the platform. - [x] Create JSON with device data - [ ] Add script that checks the max size of...

enhancement

We are currently missing two functionalities - local Docker registries and configuration of container launch. - [ ] Add Dockerfiles for base images with executor. - [ ] Pass Docker...

enhancement

Currently we require from the user to specify the IP address of the interface - the user should be able to just specify the device name.

enhancement

Internally, we have developed a small library that provides high-level concepts for `verbs` programming - allocators, server-client abstractions, buffer queues, etc. We should spin it off as a separate project...

enhancement

Currently, we use repetition limit for executor shutdown, as it helps us with designing benchmarks. However, in real deployment, we should use the normal shutdown signal from the client.

enhancement

Singularity is a containerization technology popular in the HPC. rFaaS should support running functions inside Singularity containers. Tasks: - [ ] Add switch for using singularity and Docker. - [...

enhancement

We want to extend rFaaS with support for Cray interconnects. The proper way would be to add a libfabric implementation with the ugni provider. - [ ] Isolate ibverbs/rdmacm network...

enhancement