-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparfu_data_transfer.hh
35 lines (29 loc) · 1.05 KB
/
parfu_data_transfer.hh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
////////////////////////////////////////////////////////////////////////////////
//
// University of Illinois/NCSA Open Source License
// http://otm.illinois.edu/disclose-protect/illinois-open-source-license
//
// Parfu is copyright (c) 2017-2022,
// by The Trustees of the University of Illinois.
// All rights reserved.
//
// Parfu was developed by:
// The University of Illinois
// The National Center For Supercomputing Applications (NCSA)
// Blue Waters Science and Engineering Applications Support Team (SEAS)
// Craig P Steffen <csteffen@ncsa.illinois.edu>
// Roland Haas <rhaas@illinois.edu>
//
// https://github.com/ncsa/parfu_archive_tool
// http://www.ncsa.illinois.edu/People/csteffen/parfu/
//
// For full licnse text see the LICENSE file provided with the source
// distribution.
//
////////////////////////////////////////////////////////////////////////////////
#include "parfu_main.hh"
#include "parfu_2021_legacy.hh"
//#include "parfu_primary.h"
#ifndef PARFU_DATA_TRANSFER_HH__
#define PARFU_DATA_TRANSFER_HH__
#endif