Skip to content

Commit

Permalink
Merge pull request #124 from edoapra/master
Browse files Browse the repository at this point in the history
updates
  • Loading branch information
nwchemgit authored Jun 17, 2024
2 parents 41f3edf + 651ad44 commit e8c2634
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
grep FROM Dockerfile
fi
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
provenance: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/multiple_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
echo "date=$(TZ=America/Los_Angeles date +%Y%m%d_%H%M%S)" >> $GITHUB_ENV
- name: build_filter
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
provenance: false
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
echo "GITHUB_ENV" `cat $GITHUB_ENV`
echo " tag " ${{ env.tag }}
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-dev.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
shm-size: 256m
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-dev.qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
echo "::set-output name=arch::$(echo ${{matrix.archs }} | sed 's/linux//'|sed 's/\///g' )"
shell: bash
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
echo "date=$(TZ=America/Los_Angeles date +%Y%m%d_%H%M%S)" >> $GITHUB_ENV
- name: build_docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nwchem-shifter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
echo "date is $tag_date"
echo "date=$tag_date" >> $GITHUB_ENV
- name: build_docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ppc64le_xlf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
fi
shell: bash
- name: build_schedule
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tamm-shifter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
echo "date=$(TZ=America/Los_Angeles date +%Y%m%d_%H%M%S)" >> $GITHUB_ENV
- name: build_docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: ${{ github.actor == github.repository_owner }}
context: ${{ matrix.folder }}
Expand Down
4 changes: 2 additions & 2 deletions nwchem-dev.mpipr.nersc_podman.mpich4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ ENV FFIELD=amber \
#clean unnecessary packages
#RUN apt-get -y remove make curl unzip cmake && apt-get -y autoremove && apt-get clean

WORKDIR /data
ENTRYPOINT ["mpirun","-np","3","nwchem"]
#WORKDIR /data
#ENTRYPOINT ["mpirun","-np","3","nwchem"]

0 comments on commit e8c2634

Please sign in to comment.