Xmipp  v3.23.11-Nereus
Classes | Macros
mpi_run.cpp File Reference
#include <fstream>
#include "parallel/xmipp_mpi.h"
#include "core/xmipp_error.h"
#include "core/xmipp_filename.h"
Include dependency graph for mpi_run.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProgMPIRun
 

Macros

#define TAG_WORK   0
 
#define TAG_STOP   1
 
#define TAG_WAIT   2
 
#define MAX_LINE   2048
 

Macro Definition Documentation

◆ MAX_LINE

#define MAX_LINE   2048

Definition at line 78 of file mpi_run.cpp.

◆ TAG_STOP

#define TAG_STOP   1

Definition at line 32 of file mpi_run.cpp.

◆ TAG_WAIT

#define TAG_WAIT   2

Definition at line 33 of file mpi_run.cpp.

◆ TAG_WORK

#define TAG_WORK   0

Definition at line 31 of file mpi_run.cpp.