Move functionality to mdrunutility
[alexxy/gromacs.git] / src / gromacs / hardware / printhardware.h
index c70a3b7e68fe4aff1df3d01d0d2fb61facdc28d2..a525c75ae9212f944abd4ee382e1a0ec2e1a8513 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012,2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2012,2013,2014,2015,2016,2017,2018,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -38,8 +38,6 @@
 #include <cstdio>
 
 struct gmx_hw_info_t;
-struct gmx_multisim_t;
-struct t_commrec;
 
 namespace gmx
 {
@@ -49,8 +47,8 @@ class MDLogger;
 /* Print information about the detected hardware to fplog (if != NULL)
  * and to stderr the master rank.
  */
-void gmx_print_detected_hardware(FILE *fplog, const t_commrec *cr,
-                                 const gmx_multisim_t *ms,
+void gmx_print_detected_hardware(FILE                *fplog,
+                                 bool                 warnToStdErr,
                                  const gmx::MDLogger &mdlog,
                                  const gmx_hw_info_t *hwinfo);