16#ifndef SFichier_included
17#define SFichier_included
19#include <Sortie_Fichier_base.h>
36 Cerr <<
"Error! You can't use SFichier to open the file " << name <<
" on several processes! Only on the master process." << finl;
static int me()
Returns the rank of the local processor in the current communication group. See Comm_Group::rank() an...
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
SFichier & operator=(const SFichier &f)=default
SFichier(const char *name, IOS_OPEN_MODE mode=ios::out)
SFichier(const SFichier &)=default