Ignore:
Timestamp:
Apr 10, 2012, 1:55:49 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
a40eea
Parents:
d24c2f
Message:

Merge recent changes of the vmg library into ScaFaCos.

Includes a fix for the communication problems on Jugene.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1666 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_particles_cf.cpp

    rd24c2f rac6d04  
    1212#ifdef HAVE_MPI
    1313#include <mpi.h>
     14#ifdef HAVE_MARMOT
     15#include <enhancempicalls.h>
     16#include <sourceinfompicalls.h>
     17#endif
    1418#endif
    1519
     
    119123  comm->Register("COMM");
    120124
    121   Interface* interface = new InterfaceParticles(boundary, 2, max_level, 0.0, 1.0, near_field_cells);
     125  Interface* interface = new InterfaceParticles(boundary, 2, max_level, 0.0, 1.0, near_field_cells, 0, 1.0);
    122126  MG::SetInterface(interface, comm);
    123127
Note: See TracChangeset for help on using the changeset viewer.