An open API service indexing awesome lists of open source software.

https://github.com/fjudith/folding-at-home


https://github.com/fjudith/folding-at-home

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Folding@Home Client

## Kubernetes deployment

Manifests to deploy Folding@Home as daemonset in a Kubernetes cluster are available in the [".deploy/kubernetes"](./deploy/kubernetes) directory.

### CPU only

This **cpu-only** directory contains manifests to run Folding@Home using all available CPUs.
The Folding Power is set to `Medium` and Symetric Mult Processing (SMP) are enabled by default.

```bash
kubectl apply -f deploy/kubernetes/cpu-only
```