#include <list>
#include <vector>
#include <stdexcept>
#include "concurrence.hpp"
#include "ports.hpp"
#include "socket.hpp"
#include "udefs.hpp"
#include "glob_log.hpp"
#include "atomic_i686.hpp"
#include "config.hpp"
#include <iostream>
Go to the source code of this file.
Namespaces | |
| namespace | eqn_cruncher |
This module contains functions that send matrices across the network to clients, and on the client side, another set of functions receive the data, and re-create the matrix in its original form from the extra data provided in the command header. It also contains atomic operations for getting a client socket, and replenishing it. A description of the packer header is given below.
1.2.18