Allow fc_omp test on MS Windows
This should work as MinGW Fortran support OpenMP parallelization.
This commit is contained in:
parent
6d33b694c5
commit
85137c0690
@ -164,7 +164,6 @@ def test_fc_mpi():
|
|||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
@skip_on_windows
|
|
||||||
def test_fc_omp():
|
def test_fc_omp():
|
||||||
os.environ['OMP_NUM_THREADS'] = '2'
|
os.environ['OMP_NUM_THREADS'] = '2'
|
||||||
configure_build_and_exe('fc_omp', 'python setup.py --omp --fc=gfortran')
|
configure_build_and_exe('fc_omp', 'python setup.py --omp --fc=gfortran')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user