Adding openmp build with CAD now that there is a defined behavior for this situation.

This commit is contained in:
Patrick Shriwise 2018-10-02 15:36:34 -05:00
parent b504ef3527
commit 5bb145ebda
2 changed files with 3 additions and 2 deletions

View file

@ -38,7 +38,8 @@ env:
- OMP=y MPI=n PHDF5=n
- OMP=n MPI=y PHDF5=n
- OMP=n MPI=y PHDF5=y
- OMP=n MPI=y PHDF5=y DAGMC=y
- OMP=n MPI=y PHDF5=y DAGMC=y
- OMP=y MPI=y PHDF5=y DAGMC=y
notifications:
webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN
install:

View file

@ -181,7 +181,7 @@ contains
! neighboring cells for efficient tracking
if (.not. dagmc) then
call neighbor_lists()
end if
end if
! Assign temperatures to cells that don't have temperatures already assigned
call assign_temperatures()