2020-06-02 Wagner Dotson PRP tutorial Meeting notes

Date

Jun 2, 2020

Participants

  • @Jeffrey Wagner

  • @David Dotson

Discussion topics

Notes

Notes

deployment2 files:

manager.yaml

common: adapter: pool tasks_per_worker: 2 cores_per_worker: 32 # change this memory_per_worker: 48 # in GB max_workers: 1 # keep this at 1 scratch_directory: "$TMPDIR" server: fractal_uri: api.qcarchive.molssi.org:443 username: mobleylab3 password: <Contact wagner or dotson> verify: True manager: manager_name: PacificResearchPlatform2 queue_tag: null log_file_prefix: null update_frequency: 30 test: False

deployment.yaml

apiVersion: apps/v1 kind: Deployment metadata: name: openff-qca2 labels: k8s-app: openff-qca spec: replicas: 75 selector: matchLabels: k8s-app: openff-qca template: metadata: labels: k8s-app: openff-qca spec: priorityClassName: nice tolerations: - key: "nautilus.io/suncave" operator: "Exists" effect: "NoSchedule" - key: "nautilus.io/wave" operator: "Exists" effect: "NoSchedule" - key: "nautilus.io/science-dmz" operator: "Exists" effect: "NoSchedule" containers: - image: molssi/qcarchive_worker_openff name: openff-pod resources: limits: cpu: 32 memory: 48Gi #memory: 30Gi requests: cpu: 32 memory: 48Gi #memory: 30Gi volumeMounts: - name: manager-config-secret mountPath: "/etc/qcfractal-manager" readOnly: true volumes: - name: manager-config-secret secret: secretName: manager2-config-yaml

 

Action items

Decisions