X-Git-Url: http://git.treefish.org/~alex/phys/latlib.git/blobdiff_plain/dddf9581bc6442e82a1a9fb626f6c04c9ca7d07a..e82cb4b1f88e18f5b9487e49f79b9a091942132f:/o815/o815.cpp diff --git a/o815/o815.cpp b/o815/o815.cpp index b68a38b..630d680 100644 --- a/o815/o815.cpp +++ b/o815/o815.cpp @@ -118,19 +118,7 @@ void o815::postParaInit() { exit(0); } - if(rank==0) { - timestamp = time(NULL); -#ifndef MPI_DISABLED - for(int idest=1; idest0) - MPI_Recv(×tamp, 1, MPI_LONG, 0, 123, MPI_COMM_WORLD, MPI_STATUS_IGNORE); -#endif - - out = new writeout(comargs.outdir, programid+headMaster(), rank, numprocs, timestamp); + out = new writeout(comargs.outdir, programid+headMaster(), rank, numprocs); } void o815::mainLoop() {