Changeset ac6d04 for vmg_particles
- Timestamp:
- Apr 10, 2012, 1:55:49 PM (14 years ago)
- Children:
- a40eea
- Parents:
- d24c2f
- Location:
- vmg_particles
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
vmg_particles.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vmg_particles/Makefile.am
rd24c2f rac6d04 1 1 noinst_PROGRAMS = vmg_particles 2 3 LIBVMG = \ 4 $(top_builddir)/src/libfcs_vmg.a \ 5 $(BOOST_SYSTEM_LIB) \ 6 $(BOOST_FILESYSTEM_LIB) 2 7 3 8 vmg_particles_SOURCES = \ 4 9 vmg_particles.cpp 5 10 6 vmg_particles_CPPFLAGS = $( BOOST_CPPFLAGS) -I $(top_srcdir)/src7 8 vmg_particles_LDADD = $( BOOST_LDFLAGS) $(LIBVMG)11 vmg_particles_CPPFLAGS = $(VTK_CXXFLAGS) $(BOOST_CPPFLAGS) -I $(top_srcdir)/src 12 vmg_particles_LDFLAGS = $(VTK_LDFLAGS) $(BOOST_LDFLAGS) 13 vmg_particles_LDADD = $(LIBVMG) $(VTK_LIBS) 9 14 10 15 if HAVE_LAPACK 11 16 vmg_particles_LDADD += $(LAPACK_LIBS) $(BLAS_LIBS) $(FCLIBS) 12 17 endif 13 14 vmg_particles_DEPENDENCIES = $(LIBVMG) -
vmg_particles/vmg_particles.cpp
rd24c2f rac6d04 5 5 #ifdef HAVE_MPI 6 6 #include <mpi.h> 7 #ifdef HAVE_MARMOT 8 #include <enhancempicalls.h> 9 #include <sourceinfompicalls.h> 10 #endif 7 11 #include "comm/mpi/error_handler.hpp" 8 12 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
