From cc1e472d3de0b129c00e29ae621193eabdbc8580 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 10 Sep 2015 08:37:51 +0200 Subject: [PATCH] clang does not have omp, skip this test on osx --- test/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test.py b/test/test.py index 8fb4ebe..57ea61c 100644 --- a/test/test.py +++ b/test/test.py @@ -147,6 +147,7 @@ def test_fc_mpi_include(): # ------------------------------------------------------------------------------ +@skip_on_osx def test_fc_omp(): os.environ['OMP_NUM_THREADS'] = '2' configure_build_and_exe('fc_omp', 'python setup.py --omp --fc=gfortran')