QDP++
qdp_qdpio.cc File Reference

IO support via QIO. More...

#include "qdp.h"

Go to the source code of this file.

Namespaces

namespace  QDP
 Yet another random number generator.

Functions

static int QDP::get_node_number (const int coord[])
static int QDP::get_node_index (const int coord[])
static void QDP::get_coords (int coord[], int node, int linear)
static int QDP::get_sites_on_node (int node)
int QDP::master_io_node (void)
 Master IO node is always IO node 0.
int QDP::io_node (int node)
 io_node(node) returns the I/O node for node 'node'
int QDP::io_node_multifile (int node)
 io_node for multifile...
void QDP::close (QDPFileReader &qsw)
 Close a QDPFileReader.
bool QDP::is_open (QDPFileReader &qsw)
 Is a QDPFileReader open.
void QDP::close (QDPFileWriter &qsw)
 Closes a QDPFileWriter.
bool QDP::is_open (QDPFileWriter &qsw)
 Queries whether a QDPFileWriter is open.

Detailed Description

IO support via QIO.

Definition in file qdp_qdpio.cc.