From 85137c06907baa864446cfff799b2d2ce26959f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Ilia=C5=A1?= Date: Tue, 11 Aug 2015 22:00:18 +0200 Subject: [PATCH] Allow fc_omp test on MS Windows This should work as MinGW Fortran support OpenMP parallelization. --- test/test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.py b/test/test.py index 9f14a89..15e02e9 100644 --- a/test/test.py +++ b/test/test.py @@ -164,7 +164,6 @@ def test_fc_mpi(): # ------------------------------------------------------------------------------ -@skip_on_windows def test_fc_omp(): os.environ['OMP_NUM_THREADS'] = '2' configure_build_and_exe('fc_omp', 'python setup.py --omp --fc=gfortran')