4e704efecfce1da0c2eb82a7af7a6ed0ba829431
[alexxy/gromacs.git] / src / gromacs / mdlib / mdoutf.h
1 /*
2  * This file is part of the GROMACS molecular simulation package.
3  *
4  * Copyright (c) 2013,2014,2015,2016,2017 The GROMACS development team.
5  * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
6  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
7  * and including many others, as listed in the AUTHORS file in the
8  * top-level source directory and at http://www.gromacs.org.
9  *
10  * GROMACS is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU Lesser General Public License
12  * as published by the Free Software Foundation; either version 2.1
13  * of the License, or (at your option) any later version.
14  *
15  * GROMACS is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18  * Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public
21  * License along with GROMACS; if not, see
22  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
23  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
24  *
25  * If you want to redistribute modifications to GROMACS, please
26  * consider that scientific software is very special. Version
27  * control is crucial - bugs must be traceable. We will be happy to
28  * consider code for inclusion in the official distribution, but
29  * derived work must not be called official GROMACS. Details are found
30  * in the README & COPYING files - if they are missing, get the
31  * official version at http://www.gromacs.org.
32  *
33  * To help us fund GROMACS development, we humbly ask that you cite
34  * the research papers on the package. Check out http://www.gromacs.org.
35  */
36 #ifndef GMX_MDLIB_MDOUTF_H
37 #define GMX_MDLIB_MDOUTF_H
38
39 #include <stdio.h>
40
41 #include "gromacs/fileio/enxio.h"
42 #include "gromacs/math/vectypes.h"
43 #include "gromacs/timing/wallcycle.h"
44 #include "gromacs/utility/arrayref.h"
45 #include "gromacs/utility/basedefinitions.h"
46
47 class energyhistory_t;
48 struct gmx_mtop_t;
49 struct gmx_multisim_t;
50 struct gmx_output_env_t;
51 struct ObservablesHistory;
52 struct t_commrec;
53 struct t_filenm;
54 struct t_inputrec;
55
56 namespace gmx
57 {
58 enum class StartingBehavior;
59 class IMDOutputProvider;
60 struct MdModulesNotifier;
61 struct MdrunOptions;
62 } // namespace gmx
63
64 typedef struct gmx_mdoutf* gmx_mdoutf_t;
65
66 /*! \brief Allocate and initialize object to manager trajectory writing output
67  *
68  * Returns a pointer to a data structure with all output file pointers
69  * and names required by mdrun.
70  */
71 gmx_mdoutf_t init_mdoutf(FILE*                         fplog,
72                          int                           nfile,
73                          const t_filenm                fnm[],
74                          const gmx::MdrunOptions&      mdrunOptions,
75                          const t_commrec*              cr,
76                          gmx::IMDOutputProvider*       outputProvider,
77                          const gmx::MdModulesNotifier& mdModulesNotifier,
78                          const t_inputrec*             ir,
79                          const gmx_mtop_t*             mtop,
80                          const gmx_output_env_t*       oenv,
81                          gmx_wallcycle_t               wcycle,
82                          gmx::StartingBehavior         startingBehavior,
83                          bool                          simulationsShareState,
84                          const gmx_multisim_t*         ms);
85
86 /*! \brief Getter for file pointer */
87 ener_file_t mdoutf_get_fp_ene(gmx_mdoutf_t of);
88
89 /*! \brief Getter for file pointer */
90 FILE* mdoutf_get_fp_dhdl(gmx_mdoutf_t of);
91
92 /*! \brief Getter for wallcycle timer */
93 gmx_wallcycle_t mdoutf_get_wcycle(gmx_mdoutf_t of);
94
95 /*! \brief Close TNG files if they are open.
96  *
97  * This also measures the time it takes to close the TNG
98  * files.
99  */
100 void mdoutf_tng_close(gmx_mdoutf_t of);
101
102 /*! \brief Close all open output files and free the of pointer */
103 void done_mdoutf(gmx_mdoutf_t of);
104
105 /*! \brief Routine that writes trajectory-like frames.
106  *
107  * Writes data to trn, xtc and/or checkpoint. What is written is
108  * determined by the mdof_flags defined below. Data is collected to
109  * the master node only when necessary. Without domain decomposition
110  * only data from state_local is used and state_global is ignored.
111  *
112  * \param[in] fplog              File handler to log file.
113  * \param[in] cr                 Communication record.
114  * \param[in] of                 File handler to trajectory file.
115  * \param[in] mdof_flags         Flags indicating what data is written.
116  * \param[in] natoms             The total number of atoms in the system.
117  * \param[in] step               The current time step.
118  * \param[in] t                  The current time.
119  * \param[in] state_local        Pointer to the local state object.
120  * \param[in] state_global       Pointer to the global state object.
121  * \param[in] observablesHistory Pointer to the ObservableHistory object.
122  * \param[in] f_local            The local forces.
123  */
124 void mdoutf_write_to_trajectory_files(FILE*                    fplog,
125                                       const t_commrec*         cr,
126                                       gmx_mdoutf_t             of,
127                                       int                      mdof_flags,
128                                       int                      natoms,
129                                       int64_t                  step,
130                                       double                   t,
131                                       t_state*                 state_local,
132                                       t_state*                 state_global,
133                                       ObservablesHistory*      observablesHistory,
134                                       gmx::ArrayRef<gmx::RVec> f_local);
135
136 /*! \brief Get the output interval of box size of uncompressed TNG output.
137  * Returns 0 if no uncompressed TNG file is open.
138  */
139 int mdoutf_get_tng_box_output_interval(gmx_mdoutf_t of);
140
141 /*! \brief Get the output interval of lambda of uncompressed TNG output.
142  * Returns 0 if no uncompressed TNG file is open.
143  */
144 int mdoutf_get_tng_lambda_output_interval(gmx_mdoutf_t of);
145
146 /*! \brief Get the output interval of box size of compressed TNG output.
147  * Returns 0 if no compressed TNG file is open.
148  */
149 int mdoutf_get_tng_compressed_box_output_interval(gmx_mdoutf_t of);
150
151 /*! \brief Get the output interval of lambda of compressed TNG output.
152  * Returns 0 if no compressed TNG file is open.
153  */
154 int mdoutf_get_tng_compressed_lambda_output_interval(gmx_mdoutf_t of);
155
156 #define MDOF_X (1u << 0u)
157 #define MDOF_V (1u << 1u)
158 #define MDOF_F (1u << 2u)
159 #define MDOF_X_COMPRESSED (1u << 3u)
160 #define MDOF_CPT (1u << 4u)
161 #define MDOF_IMD (1u << 5u)
162 #define MDOF_BOX (1u << 6u)
163 #define MDOF_LAMBDA (1u << 7u)
164 #define MDOF_BOX_COMPRESSED (1u << 8u)
165 #define MDOF_LAMBDA_COMPRESSED (1u << 9u)
166
167 #endif