clang does not have omp, skip this test on osx

This commit is contained in:
Radovan Bast
2015-09-10 08:37:51 +02:00
parent 79342a172c
commit cc1e472d3d

View File

@ -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')