IODA
|
#include <iostream>
#include <vector>
#include "ioda/Copying.h"
#include "ioda/Engines/HH.h"
#include "ioda/Engines/ObsStore.h"
#include "ioda/Exception.h"
#include "ioda/Group.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Tests generic copying functions. Used for benchmarking.
This test tries to copy data between backends. The initial data file is passed form the command line.
Definition in file copy1.cpp.