simple OpenMP test

- with removed int64 support
This commit is contained in:
Miro ILIAS
2015-08-07 15:42:51 +02:00
committed by Miro Ilias
parent 14588a7681
commit e57d6d0372
4 changed files with 47 additions and 0 deletions

View File

@ -160,6 +160,14 @@ def test_fc_mpi():
# ------------------------------------------------------------------------------
@no_windows
def test_fc_omp():
os.environ['OMP_NUM_THREADS'] = '2'
configure_build_and_exe('fc_omp', 'python setup.py --omp --fc=gfortran')
# ------------------------------------------------------------------------------
@no_windows
def test_fc_blas():
configure_build_and_exe('fc_blas', 'python setup.py --fc=gfortran')