added Verlet scheme and NxN non-bonded functionality
[alexxy/gromacs.git] / include / network.h
index daa5968921e444a7d67fade4e8af305b79319b8c..f7d6e4aff5670ef0bc4acf3163cacd9a2e73007b 100644 (file)
@@ -70,6 +70,9 @@ int gmx_hostname_num(void);
 void gmx_setup_nodecomm(FILE *fplog,t_commrec *cr);
 /* Sets up fast global communication for clusters with multi-core nodes */
 
+void gmx_init_intra_counters(t_commrec *cr);
+/* Initializes intra-node process counts and ID. */
+
 gmx_bool gmx_mpi_initialized(void);
 /* return TRUE when MPI_Init has been called.
  * return FALSE when MPI_Init has not been called OR