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

« back to all changes in this revision

Viewing changes to skit/ptst2/mpi_boost_polymorphe_unsrt_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:
339
339
  size_type _count_by_type [geo_element::enum_type_max];
340
340
};
341
341
int main(int argc, char**argv) {
342
 
  environment parallel(argc, argv);
 
342
  environment distributed(argc, argv);
343
343
  mpi::communicator comm;
344
344
  if (comm.size() == 1) {
345
345
        cerr << "not sequential : use mpirun -np 2 !" << endl;