X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/94af0f788c0a84b3494723adfa3e5ce55edc1b43..598fe7b7a358769fc1b6c48772f35cf7b719e8b4:/o815/o815.cpp diff --git a/o815/o815.cpp b/o815/o815.cpp index 49b3ed8..708aceb 100644 --- a/o815/o815.cpp +++ b/o815/o815.cpp @@ -87,6 +87,9 @@ o815::o815(int argc, char **argv, const string& _programid, comoption specOps[], } paraQ = new paraq(numprocs, rank); + + hypercache::addPara("lx", comargs.lsize[0]); + hypercache::addPara("lt", comargs.lsize[1]); } void o815::postParaInit() {