1 #ifndef teca_algorithm_executive_h
2 #define teca_algorithm_executive_h
4 #include "teca_algorithm_executive_fwd.h"
5 #include "teca_metadata.h"
24 :
public std::enable_shared_from_this<teca_algorithm_executive>
27 static p_teca_algorithm_executive New()
35 virtual int initialize(MPI_Comm comm,
const teca_metadata &md);
42 void set_verbose(
int a_verbose) { this->verbose = a_verbose; }
43 int get_verbose()
const {
return this->verbose; }