Merge pull request #79 from miroi/patch-2

Allow fc_omp test on MS Windows
This commit is contained in:
Radovan Bast 2015-08-26 21:15:35 +02:00
commit 4c0a938426

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