added Verlet scheme and NxN non-bonded functionality
[alexxy/gromacs.git] / include / nrnb.h
index 9865fee2c5798c4e81ab99cc257e7a7d58ee65b9..2c4b15bbc15eceeb202008be9b82d57c5d80224e 100644 (file)
@@ -37,6 +37,7 @@
 #define _nrnb_h
 
 #include "typedefs.h"
+#include "types/commrec.h"
 
 #ifdef __cplusplus
 extern "C" {
@@ -66,7 +67,8 @@ void print_flop(FILE *out,t_nrnb *nrnb,double *nbfs,double *mflop);
 
 void print_perf(FILE *out,double nodetime,double realtime,int nprocs,
                       gmx_large_int_t nsteps,real delta_t,
-                      double nbfs,double mflop);
+                      double nbfs,double mflop,
+                       int omp_nth_pp);
 /* Prints the performance, nbfs and mflop come from print_flop */
 
 void pr_load(FILE *log,t_commrec *cr,t_nrnb nrnb[]);