Allow fc_omp test on MS Windows

This should work as MinGW Fortran support OpenMP parallelization.
This commit is contained in:
Miro Iliaš 2015-08-11 22:00:18 +02:00
parent 6d33b694c5
commit 85137c0690

View File

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