1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-20 05:01:53 +01:00

MPI is now working and passing basic tests. Will start to construct a more sensible test suite shortly

since testing requirements now go beyond what a single Grid_main.cc can do.

Will need a more organised src tree for this and will require substantial reorg of build system.
This commit is contained in:
Peter Boyle
2015-04-03 04:52:53 +01:00
parent 1a9d4d3655
commit 9ba89e64dc
17 changed files with 1298 additions and 954 deletions

View File

@@ -71,6 +71,10 @@ case ${ac_COMMS} in
;;
esac
AM_CONDITIONAL(BUILD_COMMS_MPI,[ test "X${ac_COMMS}X" == "XmpiX" ])
AM_CONDITIONAL(BUILD_COMMS_FAKE,[ test "X${ac_COMMS}X" == "XfakeX" ])
AM_CONDITIONAL(BUILD_COMMS_NONE,[ test "X${ac_COMMS}X" == "XnoneX" ])
AC_CONFIG_FILES(Makefile)
AC_OUTPUT