Skip to content

Commit

Permalink
two more ppc task for USE_INTERNALBLAS and 64to32
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Dec 3, 2020
1 parent 5a3047f commit c8319f6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,19 @@ jobs:
env: NWCHEM_MODULES=tce ARMCI_NETWORK=MPI-TS
- stage: compile
<<: *compile-template-mpich-ppc
env: NWCHEM_MODULES=tinyqmpw ARMCI_NETWORK=MPI-PT
env: NWCHEM_MODULES="tinyqmpw python" ARMCI_NETWORK=MPI-PT
- stage: compile
<<: *compile-template-mpich-ppc
env: NWCHEM_MODULES=tce ARMCI_NETWORK=MPI-TS
- stage: compile
<<: *compile-template-mpich-ppc
env: NWCHEM_MODULES=qmandpw ARMCI_NETWORK=MPI-PR
- stage: compile
<<: *compile-template-mpich-ppc
env: NWCHEM_MODULES=qmandpw USE_INTERNALBLAS=y ARMCI_NETWORK=MPI-PR
- stage: compile
<<: *compile-template-mpich-ppc
env: NWCHEM_MODULES=tinyqmpw ARMCI_NETWORK=MPI-PR USE_64TO32=y
- stage: test
<<: *qatest-template-ompi-x86
env: NWCHEM_MODULES=qmandpw ARMCI_NETWORK=MPI-PR
Expand Down Expand Up @@ -168,13 +174,19 @@ jobs:
env: NWCHEM_MODULES=tce ARMCI_NETWORK=MPI-TS
- stage: test
<<: *qatest-template-mpich-ppc
env: NWCHEM_MODULES=tinyqmpw ARMCI_NETWORK=MPI-PT
env: NWCHEM_MODULES="tinyqmpw python" ARMCI_NETWORK=MPI-PT
- stage: test
<<: *qatest-template-mpich-ppc
env: NWCHEM_MODULES=tce ARMCI_NETWORK=MPI-TS
- stage: test
<<: *qatest-template-mpich-ppc
env: NWCHEM_MODULES=qmandpw ARMCI_NETWORK=MPI-PR
- stage: test
<<: *qatest-template-mpich-ppc
env: NWCHEM_MODULES=qmandpw USE_INTERNALBLAS=y ARMCI_NETWORK=MPI-PR
- stage: test
<<: *qatest-template-mpich-ppc
env: NWCHEM_MODULES=tinyqmpw ARMCI_NETWORK=MPI-PR USE_64TO32=y
exclude:
- os: osx
arch: arm64
Expand Down

0 comments on commit c8319f6

Please sign in to comment.