Skip to content

Bugfix and improvements for parallel runs #40

Bugfix and improvements for parallel runs

Bugfix and improvements for parallel runs #40

Workflow file for this run

name: Release
on:
release:
types: [published]
branches:
- "main"
jobs:
release:
name: Release
uses: molssi-seamm/devops/.github/workflows/Release.yaml@main
with:
src : lammps_step
secrets: inherit
docker:
name: Docker
needs: release
uses: molssi-seamm/devops/.github/workflows/Docker.yaml@main
with:
image : molssi-seamm/seamm-lammps
description: A LAMMPS executable packaged for use with SEAMM or standalone
# Can limit platforms, e.g., linux/amd64, linux/arm64
platforms: linux/amd64
secrets: inherit