From 5bb145ebda0c88548ee9ecfba91d2c858d99f3e4 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Tue, 2 Oct 2018 15:36:34 -0500 Subject: [PATCH] Adding openmp build with CAD now that there is a defined behavior for this situation. --- .travis.yml | 3 ++- src/input_xml.F90 | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a65723ab1..0f5459734 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/src/input_xml.F90 b/src/input_xml.F90 index 6f1080b8a..7aa1dec9f 100644 --- a/src/input_xml.F90 +++ b/src/input_xml.F90 @@ -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()