Changeset ac6d04 for vmg_particles


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

Location:
vmg_particles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vmg_particles/Makefile.am

    rd24c2f rac6d04  
    11noinst_PROGRAMS = vmg_particles
     2
     3LIBVMG = \
     4        $(top_builddir)/src/libfcs_vmg.a \
     5        $(BOOST_SYSTEM_LIB) \
     6        $(BOOST_FILESYSTEM_LIB)
    27
    38vmg_particles_SOURCES = \
    49        vmg_particles.cpp
    510
    6 vmg_particles_CPPFLAGS = $(BOOST_CPPFLAGS) -I $(top_srcdir)/src
    7 
    8 vmg_particles_LDADD = $(BOOST_LDFLAGS) $(LIBVMG)
     11vmg_particles_CPPFLAGS = $(VTK_CXXFLAGS) $(BOOST_CPPFLAGS) -I $(top_srcdir)/src
     12vmg_particles_LDFLAGS = $(VTK_LDFLAGS) $(BOOST_LDFLAGS)
     13vmg_particles_LDADD = $(LIBVMG) $(VTK_LIBS)
    914
    1015if HAVE_LAPACK
    1116vmg_particles_LDADD += $(LAPACK_LIBS) $(BLAS_LIBS) $(FCLIBS)
    1217endif
    13 
    14 vmg_particles_DEPENDENCIES = $(LIBVMG)
  • vmg_particles/vmg_particles.cpp

    rd24c2f rac6d04  
    55#ifdef HAVE_MPI
    66#include <mpi.h>
     7#ifdef HAVE_MARMOT
     8#include <enhancempicalls.h>
     9#include <sourceinfompicalls.h>
     10#endif
    711#include "comm/mpi/error_handler.hpp"
    812#endif
Note: See TracChangeset for help on using the changeset viewer.