simple OpenMP test
- with removed int64 support
This commit is contained in:
@ -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')
|
||||
|
Reference in New Issue
Block a user