mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
enable OpenMP for Intel compilers
This commit is contained in:
parent
1062c32810
commit
51a038fcda
1 changed files with 4 additions and 0 deletions
4
.github/workflows/github_actions.yml
vendored
4
.github/workflows/github_actions.yml
vendored
|
|
@ -167,6 +167,7 @@ jobs:
|
|||
armci_network: MPI-PR
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: ifort
|
||||
use_openmp: 2
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
|
|
@ -180,6 +181,7 @@ jobs:
|
|||
armci_network: SOCKETS
|
||||
nwchem_modules: "tce"
|
||||
fc: ifort
|
||||
use_openmp: 2
|
||||
- os: ubuntu-22.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
|
|
@ -205,6 +207,7 @@ jobs:
|
|||
armci_network: MPI-PR
|
||||
nwchem_modules: "tinyqmpw python"
|
||||
fc: ifx
|
||||
use_openmp: 2
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: mpich
|
||||
|
|
@ -217,6 +220,7 @@ jobs:
|
|||
armci_network: SOCKETS
|
||||
nwchem_modules: "tce"
|
||||
fc: ifx
|
||||
use_openmp: 2
|
||||
- os: ubuntu-20.04
|
||||
experimental: true
|
||||
mpi_impl: openmpi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue