Hi, currently the master branch does not compile with GPU support if both MPI and thread-MPI are disabled. The reason are the MPI_* identifiers used in gpuhaloexchange_impl.cu which then are undefined. I guess these need to be put in #ifdef GMX_MPI clauses. Should I file a redmine issue? Best regards, Carsten