NxN: a framework for out-of-core computation on a cluster.
Copyright (C) 2011 Wei Dong wdong.pku@gmail.com. All rights reserved.
DISTRIBUTION OF THIS PROGRAM IN EITHER BINARY OR SOURCE CODE FORM MUST BE
PERMITTED BY THE AUTHOR. NO COMMERCIAL USE ALLOWED.
To build:
- Edit config.h to reflect your cluster environment and job requirements.
- Edit Makefile according to your compiling environment -- not needed if GCC is used.
- Type make.
TO use the library:
- Carefully read the file nxn.h.
- #include <nxn.h> in your C/C++ source code and link against libnxn.a.