#include <stdio.h>
#include <vector>
#include <gsl/gsl_sys.h>
#include "BLCommand.hh"
#include "BLCollectiveComputation.hh"
#include "BLRunManager.hh"
#include "BLNTuple.hh"
#include "BLParam.hh"
#include "BLGlobalField.hh"
#include "BLTime.hh"
Classes | |
| class | BLCMDcollective |
| class BLCMDcollective - example collective computation. More... | |
Defines | |
| #define | fmax(A, B) ((A)>(B) ? (A) : (B)) |
Variables | |
| BLCMDcollective | defaultCollectiveCommand |
| #define fmax | ( | A, | |||
| B | ) | ((A)>(B) ? (A) : (B)) |
Referenced by BLCMDcollective::collectiveStep().