rm MPI test; too painful to maintain
This commit is contained in:
@ -113,15 +113,6 @@ def test_fc_int64():
|
||||
configure_build_and_exe('fc_int64', 'python setup --fc=gfortran --int64')
|
||||
|
||||
|
||||
@skip_on_windows
|
||||
def test_fc_mpi():
|
||||
if sys.platform == 'win32':
|
||||
setup_line = 'python setup --mpi --fc=gfortran --extra-fc-flags="-D_WIN64 -D INT_PTR_KIND()=8 -fno-range-check"'
|
||||
else:
|
||||
setup_line = 'python setup --mpi --fc=mpif90'
|
||||
configure_build_and_exe('fc_mpi', setup_line, 'mpiexec -np 2')
|
||||
|
||||
|
||||
@skip_on_osx
|
||||
def test_fc_omp():
|
||||
os.environ['OMP_NUM_THREADS'] = '2'
|
||||
|
Reference in New Issue
Block a user