Peter Boyle

Results 89 comments of Peter Boyle

Test_hmc_EODWFRatio Total H after trajectory = 485818.345329456 dH = 0.184186611615587 Total H after trajectory = 498539.948841221 dH = 0.0624700901098549 Total H after trajectory = 504627.963376912 dH = -0.0723185333190486 Total H...

Can't terminate on invalid arguments as the command line may still be parsed by the user application. This is a common convention in libraries like MPI where argc and argv...

Certainly recommend a more recent gcc underneath. Continuous integration build logs are available (pick guest) at

per email conversation - suggested reducing alpha and trying. It breaks down quite rapidly with alpha, as per Jamie Hudspith's thesis.

Thanks Jamie - didn't spot you had chimed in till now. fwiw, I gave a copy of your thesis PDF to Philipp.

AC_ARG_ENABLE([shm],[AC_HELP_STRING([--enable-shm=shmopen|shmget|hugetlbfs|shmnone], [Select SHM allocation technique])],[ac_SHM=${enable_shm}],[ac_SHM=shmopen]) case ${ac_SHM} in shmopen) AC_DEFINE([GRID_MPI3_SHMOPEN],[1],[GRID_MPI3_SHMOPEN] ) ;; shmget) AC_DEFINE([GRID_MPI3_SHMGET],[1],[GRID_MPI3_SHMGET] ) ;; shmnone) AC_DEFINE([GRID_MPI3_SHM_NONE],[1],[GRID_MPI3_SHM_NONE] ) ;; hugetlbfs) AC_DEFINE([GRID_MPI3_SHMMMAP],[1],[GRID_MPI3_SHMMMAP] ) ;; *) AC_MSG_ERROR([${ac_SHM} unsupported --enable-shm option]); ;;...

Which option?

MPI and MPI3 are the same now. There is no difference.

Fixed on develop (was already fixed on a branch - it affects SYCL too)