Skip to content
View coltonbh's full-sized avatar

Highlights

  • Pro

Block or report coltonbh

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. qcio qcio Public

    A package for structured Quantum Chemistry data.

    Python 5 3

  2. qccodec qccodec Public

    A library for parsing quantum chemistry program output files into structured qcio data objects.

    Python 6 3

  3. qcop qcop Public

    A package for operating Quantum Chemistry programs using qcio standardized data structures. Compatible with TeraChem, psi4, QChem, NWChem, ORCA, Molpro, geomeTRIC and many more.

    Python 6 3

  4. qcconst qcconst Public

    Physical constants and a user-friendly Periodic Table.

    Python 1 1

  5. qcinf qcinf Public

    Cheminformatics algorithms and structure utilities using standardized qcio data structures.

    Python

  6. Docker Swarm GPU Support Docker Swarm GPU Support
    1
    # GPU Support For Docker Swarm
    2
    
                  
    3
    Docker compose has [nice support for GPUs](https://docs.docker.com/compose/gpu-support/), K8s has moved their [cluster-wide GPU scheduler](https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/) from experimental to stable status. Docker swarm has yet to support the `device` option used in `docker compose` so the mechanisms for supporting GPUs on swarm are a bit more open-ended.
    4
    
                  
    5
    ## Basic documentation