~ubuntu-branches/ubuntu/saucy/rheolef/saucy

« back to all changes in this revision

Viewing changes to skit/ptst2/mpi_boost_nonblocking_tst.cc

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Saramito
  • Date: 2011-03-23 11:14:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110323111426-cjvhey7lxt6077ty
Tags: 5.93-1
* New upstream release (minor changes):
  - some extra warning message deleted in heap_allocator
  - graphic output with mayavi2 fixed
  - add doc refman in .info and .pdf format

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
namespace mpi = boost::mpi;
32
32
using namespace std;
33
33
int main(int argc, char* argv[]) {
34
 
  mpi::environment parallel(argc, argv);
 
34
  //cerr << "init mpi..." << endl;
 
35
  mpi::environment distributed(argc, argv);
 
36
  //cerr << "init mpi done" << endl;
35
37
  mpi::communicator comm;
36
38
  size_t n = comm.size();
37
39
  int tag = 0;