Marcin Copik
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...
We have no documentation whatsoever: - [x] Citation + intro - [ ] Installation & dependencies - [ ] Supported devices and platforms - [ ] Platform configuration - [...
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...
We are currently missing two functionalities - local Docker registries and configuration of container launch. - [ ] Add Dockerfiles for base images with executor. - [ ] Pass Docker...
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.
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...
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.
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. - [...
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...