Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
2cc8d4dc
Commit
2cc8d4dc
authored
Feb 07, 2017
by
AndreyBurachkovskiy
Browse files
Added Octree example to INMOST
parent
c1ea2473
Changes
24
Expand all
Show whitespace changes
Inline
Side-by-side
Examples/Octree/CMakeFiles/CMakeDirectoryInformation.cmake
0 → 100644
View file @
2cc8d4dc
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Relative path conversion top directories.
SET
(
CMAKE_RELATIVE_PATH_TOP_SOURCE
"/home/andre/inmost-root/INMOST-0.1"
)
SET
(
CMAKE_RELATIVE_PATH_TOP_BINARY
"/home/andre/inmost-root/INMOST-0.1"
)
# Force unix paths in dependencies.
SET
(
CMAKE_FORCE_UNIX_PATHS 1
)
# The C and CXX include file regular expressions for this directory.
SET
(
CMAKE_C_INCLUDE_REGEX_SCAN
"^.*$"
)
SET
(
CMAKE_C_INCLUDE_REGEX_COMPLAIN
"^$"
)
SET
(
CMAKE_CXX_INCLUDE_REGEX_SCAN
${
CMAKE_C_INCLUDE_REGEX_SCAN
}
)
SET
(
CMAKE_CXX_INCLUDE_REGEX_COMPLAIN
${
CMAKE_C_INCLUDE_REGEX_COMPLAIN
}
)
Examples/Octree/CMakeFiles/Octree.dir/CXX.includecache
0 → 100644
View file @
2cc8d4dc
#IncludeRegexLine: ^[ ]*#[ ]*(include|import)[ ]*[<"]([^">]+)([">])
#IncludeRegexScan: ^.*$
#IncludeRegexComplain: ^$
#IncludeRegexTransform:
/home/andre/inmost-root/INMOST-0.1/container.hpp
stdlib.h
-
stddef.h
-
string.h
-
memory
-
new
-
iterator
-
cmath
-
assert.h
-
limits
-
inmost_common.h
/home/andre/inmost-root/INMOST-0.1/inmost_common.h
/home/andre/inmost-root/INMOST-0.1/examples/Octree/main.cpp
octgrid.h
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.h
my_glut.h
/home/andre/inmost-root/INMOST-0.1/examples/Octree/my_glut.h
rotate.h
/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.h
math.h
-
../../inmost.h
/home/andre/inmost-root/INMOST-0.1/inmost.h
iomanip
-
iostream
-
/home/andre/inmost-root/INMOST-0.1/examples/Octree/my_glut.h
GLUT/glut.h
-
windows.h
-
GL/glut.h
-
GL/glut.h
-
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.cpp
octgrid.h
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.h
math.h
-
iostream
-
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.h
../../inmost.h
/home/andre/inmost-root/INMOST-0.1/inmost.h
stdio.h
-
stdlib.h
-
string.h
-
/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.h
/home/andre/inmost-root/INMOST-0.1/inmost.h
inmost_common.h
/home/andre/inmost-root/INMOST-0.1/inmost_common.h
inmost_mesh.h
/home/andre/inmost-root/INMOST-0.1/inmost_mesh.h
inmost_solver.h
/home/andre/inmost-root/INMOST-0.1/inmost_solver.h
inmost_partitioner.h
/home/andre/inmost-root/INMOST-0.1/inmost_partitioner.h
inmost_autodiff.h
/home/andre/inmost-root/INMOST-0.1/inmost_autodiff.h
/home/andre/inmost-root/INMOST-0.1/inmost_autodiff.h
inmost_common.h
/home/andre/inmost-root/INMOST-0.1/inmost_common.h
inmost_mesh.h
/home/andre/inmost-root/INMOST-0.1/inmost_mesh.h
sstream
-
math.h
-
/home/andre/inmost-root/INMOST-0.1/inmost_common.h
inmost_options.h
/home/andre/inmost-root/INMOST-0.1/inmost_options.h
omp.h
-
mpi.h
-
mpio.h
-
string
-
vector
-
set
-
map
-
list
-
algorithm
-
cmath
-
iostream
-
fstream
-
stdlib.h
-
stdio.h
-
limits.h
-
omp.h
-
container.hpp
/home/andre/inmost-root/INMOST-0.1/container.hpp
/home/andre/inmost-root/INMOST-0.1/inmost_mesh.h
inmost_common.h
/home/andre/inmost-root/INMOST-0.1/inmost_common.h
/home/andre/inmost-root/INMOST-0.1/inmost_options.h
/home/andre/inmost-root/INMOST-0.1/inmost_partitioner.h
inmost.h
/home/andre/inmost-root/INMOST-0.1/inmost.h
/home/andre/inmost-root/INMOST-0.1/inmost_solver.h
inmost_common.h
/home/andre/inmost-root/INMOST-0.1/inmost_common.h
/usr/include/mpich/mpi.h
stddef.h
-
cstdint
-
stdint.h
-
mpio.h
/usr/include/mpich/mpio.h
mpicxx.h
/usr/include/mpich/mpicxx.h
/usr/include/mpich/mpicxx.h
stdio.h
-
/usr/include/mpich/mpio.h
mpi.h
/usr/include/mpich/mpi.h
Examples/Octree/CMakeFiles/Octree.dir/DependInfo.cmake
0 → 100644
View file @
2cc8d4dc
# The set of languages for which implicit dependencies are needed:
SET
(
CMAKE_DEPENDS_LANGUAGES
"CXX"
)
# The set of files for implicit dependencies of each language:
SET
(
CMAKE_DEPENDS_CHECK_CXX
"/home/andre/inmost-root/INMOST-0.1/examples/Octree/main.cpp"
"/home/andre/inmost-root/INMOST-0.1/examples/Octree/CMakeFiles/Octree.dir/main.cpp.o"
"/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.cpp"
"/home/andre/inmost-root/INMOST-0.1/examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o"
"/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.cpp"
"/home/andre/inmost-root/INMOST-0.1/examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o"
)
SET
(
CMAKE_CXX_COMPILER_ID
"GNU"
)
# Preprocessor definitions for this target.
SET
(
CMAKE_TARGET_DEFINITIONS
"__GRAPHICS__"
"__INSDIR__="
)
# Targets to which this target links.
SET
(
CMAKE_TARGET_LINKED_INFO_FILES
"/home/andre/inmost-root/INMOST-0.1/CMakeFiles/inmost.dir/DependInfo.cmake"
)
# The include file search paths:
SET
(
CMAKE_C_TARGET_INCLUDE_PATH
"/usr/include/mpich"
"/home/andre/inmost-root/petsc-3.5.2/linux-gnu-debug/include"
"/home/andre/inmost-root/petsc-3.5.2/include"
"."
)
SET
(
CMAKE_CXX_TARGET_INCLUDE_PATH
${
CMAKE_C_TARGET_INCLUDE_PATH
}
)
SET
(
CMAKE_Fortran_TARGET_INCLUDE_PATH
${
CMAKE_C_TARGET_INCLUDE_PATH
}
)
SET
(
CMAKE_ASM_TARGET_INCLUDE_PATH
${
CMAKE_C_TARGET_INCLUDE_PATH
}
)
Examples/Octree/CMakeFiles/Octree.dir/build.make
0 → 100644
View file @
2cc8d4dc
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES
:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES
=
.SUFFIXES
:
.hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT
:
# A target that is always out of date.
cmake_force
:
.PHONY
:
cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL
=
/bin/sh
# The CMake executable.
CMAKE_COMMAND
=
/usr/bin/cmake
# The command to remove a file.
RM
=
/usr/bin/cmake
-E
remove
-f
# Escaping for special characters.
EQUALS
=
=
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND
=
/usr/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR
=
/home/andre/inmost-root/INMOST-0.1
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR
=
/home/andre/inmost-root/INMOST-0.1
# Include any dependencies generated for this target.
include
examples/Octree/CMakeFiles/Octree.dir/depend.make
# Include the progress variables for this target.
include
examples/Octree/CMakeFiles/Octree.dir/progress.make
# Include the compile flags for this target's objects.
include
examples/Octree/CMakeFiles/Octree.dir/flags.make
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
examples/Octree/CMakeFiles/Octree.dir/flags.make
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
examples/Octree/main.cpp
$(CMAKE_COMMAND)
-E
cmake_progress_report /home/andre/inmost-root/INMOST-0.1/CMakeFiles
$(CMAKE_PROGRESS_1)
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Building CXX object examples/Octree/CMakeFiles/Octree.dir/main.cpp.o"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-o
CMakeFiles/Octree.dir/main.cpp.o
-c
/home/andre/inmost-root/INMOST-0.1/examples/Octree/main.cpp
examples/Octree/CMakeFiles/Octree.dir/main.cpp.i
:
cmake_force
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Preprocessing CXX source to CMakeFiles/Octree.dir/main.cpp.i"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-E
/home/andre/inmost-root/INMOST-0.1/examples/Octree/main.cpp
>
CMakeFiles/Octree.dir/main.cpp.i
examples/Octree/CMakeFiles/Octree.dir/main.cpp.s
:
cmake_force
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Compiling CXX source to assembly CMakeFiles/Octree.dir/main.cpp.s"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-S
/home/andre/inmost-root/INMOST-0.1/examples/Octree/main.cpp
-o
CMakeFiles/Octree.dir/main.cpp.s
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o.requires
:
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o.requires
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o.provides
:
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o.requires
$(MAKE)
-f
examples/Octree/CMakeFiles/Octree.dir/build.make examples/Octree/CMakeFiles/Octree.dir/main.cpp.o.provides.build
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o.provides
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o.provides.build
:
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
:
examples/Octree/CMakeFiles/Octree.dir/flags.make
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
:
examples/Octree/rotate.cpp
$(CMAKE_COMMAND)
-E
cmake_progress_report /home/andre/inmost-root/INMOST-0.1/CMakeFiles
$(CMAKE_PROGRESS_2)
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Building CXX object examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-o
CMakeFiles/Octree.dir/rotate.cpp.o
-c
/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.cpp
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.i
:
cmake_force
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Preprocessing CXX source to CMakeFiles/Octree.dir/rotate.cpp.i"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-E
/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.cpp
>
CMakeFiles/Octree.dir/rotate.cpp.i
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.s
:
cmake_force
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Compiling CXX source to assembly CMakeFiles/Octree.dir/rotate.cpp.s"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-S
/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.cpp
-o
CMakeFiles/Octree.dir/rotate.cpp.s
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o.requires
:
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o.requires
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o.provides
:
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o.requires
$(MAKE)
-f
examples/Octree/CMakeFiles/Octree.dir/build.make examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o.provides.build
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o.provides
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o.provides.build
:
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
examples/Octree/CMakeFiles/Octree.dir/flags.make
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
examples/Octree/octgrid.cpp
$(CMAKE_COMMAND)
-E
cmake_progress_report /home/andre/inmost-root/INMOST-0.1/CMakeFiles
$(CMAKE_PROGRESS_3)
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Building CXX object examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-o
CMakeFiles/Octree.dir/octgrid.cpp.o
-c
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.cpp
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.i
:
cmake_force
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Preprocessing CXX source to CMakeFiles/Octree.dir/octgrid.cpp.i"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-E
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.cpp
>
CMakeFiles/Octree.dir/octgrid.cpp.i
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.s
:
cmake_force
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--green
"Compiling CXX source to assembly CMakeFiles/Octree.dir/octgrid.cpp.s"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
/usr/bin/c++
$(CXX_DEFINES)
$(CXX_FLAGS)
-S
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.cpp
-o
CMakeFiles/Octree.dir/octgrid.cpp.s
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o.requires
:
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o.requires
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o.provides
:
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o.requires
$(MAKE)
-f
examples/Octree/CMakeFiles/Octree.dir/build.make examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o.provides.build
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o.provides
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o.provides.build
:
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
# Object files for target Octree
Octree_OBJECTS
=
\
"CMakeFiles/Octree.dir/main.cpp.o"
\
"CMakeFiles/Octree.dir/rotate.cpp.o"
\
"CMakeFiles/Octree.dir/octgrid.cpp.o"
# External object files for target Octree
Octree_EXTERNAL_OBJECTS
=
examples/Octree/Octree
:
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
examples/Octree/Octree
:
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
examples/Octree/Octree
:
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
examples/Octree/Octree
:
examples/Octree/CMakeFiles/Octree.dir/build.make
examples/Octree/Octree
:
libinmost.a
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libmpichcxx.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libmpich.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libopa.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libmpl.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/librt.so
examples/Octree/Octree
:
/usr/lib/libcr.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libpthread.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libGLU.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libGL.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libSM.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libICE.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libX11.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libXext.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libglut.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libXmu.so
examples/Octree/Octree
:
/usr/lib/x86_64-linux-gnu/libXi.so
examples/Octree/Octree
:
/home/andre/inmost-root/petsc-3.5.2/linux-gnu-debug/lib/libparmetis.so
examples/Octree/Octree
:
/home/andre/inmost-root/petsc-3.5.2/linux-gnu-debug/lib/libmetis.so
examples/Octree/Octree
:
examples/Octree/CMakeFiles/Octree.dir/link.txt
@
$(CMAKE_COMMAND)
-E
cmake_echo_color
--switch
=
$(COLOR)
--red
--bold
"Linking CXX executable Octree"
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
$(CMAKE_COMMAND)
-E
cmake_link_script CMakeFiles/Octree.dir/link.txt
--verbose
=
$(VERBOSE)
# Rule to build all files generated by this target.
examples/Octree/CMakeFiles/Octree.dir/build
:
examples/Octree/Octree
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/build
examples/Octree/CMakeFiles/Octree.dir/requires
:
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o.requires
examples/Octree/CMakeFiles/Octree.dir/requires
:
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o.requires
examples/Octree/CMakeFiles/Octree.dir/requires
:
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o.requires
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/requires
examples/Octree/CMakeFiles/Octree.dir/clean
:
cd
/home/andre/inmost-root/INMOST-0.1/examples/Octree
&&
$(CMAKE_COMMAND)
-P
CMakeFiles/Octree.dir/cmake_clean.cmake
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/clean
examples/Octree/CMakeFiles/Octree.dir/depend
:
cd
/home/andre/inmost-root/INMOST-0.1
&&
$(CMAKE_COMMAND)
-E
cmake_depends
"Unix Makefiles"
/home/andre/inmost-root/INMOST-0.1 /home/andre/inmost-root/INMOST-0.1/examples/Octree /home/andre/inmost-root/INMOST-0.1 /home/andre/inmost-root/INMOST-0.1/examples/Octree /home/andre/inmost-root/INMOST-0.1/examples/Octree/CMakeFiles/Octree.dir/DependInfo.cmake
--color
=
$(COLOR)
.PHONY
:
examples/Octree/CMakeFiles/Octree.dir/depend
Examples/Octree/CMakeFiles/Octree.dir/cmake_clean.cmake
0 → 100644
View file @
2cc8d4dc
FILE
(
REMOVE_RECURSE
"CMakeFiles/Octree.dir/main.cpp.o"
"CMakeFiles/Octree.dir/rotate.cpp.o"
"CMakeFiles/Octree.dir/octgrid.cpp.o"
"Octree.pdb"
"Octree"
)
# Per-language clean rules from dependency scanning.
FOREACH
(
lang CXX
)
INCLUDE
(
CMakeFiles/Octree.dir/cmake_clean_
${
lang
}
.cmake OPTIONAL
)
ENDFOREACH
(
lang
)
Examples/Octree/CMakeFiles/Octree.dir/depend.internal
0 → 100644
View file @
2cc8d4dc
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
/home/andre/inmost-root/INMOST-0.1/container.hpp
/home/andre/inmost-root/INMOST-0.1/examples/Octree/main.cpp
/home/andre/inmost-root/INMOST-0.1/examples/Octree/my_glut.h
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.h
/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.h
/home/andre/inmost-root/INMOST-0.1/inmost.h
/home/andre/inmost-root/INMOST-0.1/inmost_autodiff.h
/home/andre/inmost-root/INMOST-0.1/inmost_common.h
/home/andre/inmost-root/INMOST-0.1/inmost_mesh.h
/home/andre/inmost-root/INMOST-0.1/inmost_options.h
/home/andre/inmost-root/INMOST-0.1/inmost_partitioner.h
/home/andre/inmost-root/INMOST-0.1/inmost_solver.h
/usr/include/mpich/mpi.h
/usr/include/mpich/mpicxx.h
/usr/include/mpich/mpio.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
/home/andre/inmost-root/INMOST-0.1/container.hpp
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.cpp
/home/andre/inmost-root/INMOST-0.1/examples/Octree/octgrid.h
/home/andre/inmost-root/INMOST-0.1/inmost.h
/home/andre/inmost-root/INMOST-0.1/inmost_autodiff.h
/home/andre/inmost-root/INMOST-0.1/inmost_common.h
/home/andre/inmost-root/INMOST-0.1/inmost_mesh.h
/home/andre/inmost-root/INMOST-0.1/inmost_options.h
/home/andre/inmost-root/INMOST-0.1/inmost_partitioner.h
/home/andre/inmost-root/INMOST-0.1/inmost_solver.h
/usr/include/mpich/mpi.h
/usr/include/mpich/mpicxx.h
/usr/include/mpich/mpio.h
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
/home/andre/inmost-root/INMOST-0.1/examples/Octree/my_glut.h
/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.cpp
/home/andre/inmost-root/INMOST-0.1/examples/Octree/rotate.h
Examples/Octree/CMakeFiles/Octree.dir/depend.make
0 → 100644
View file @
2cc8d4dc
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
container.hpp
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
examples/Octree/main.cpp
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
examples/Octree/my_glut.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
examples/Octree/octgrid.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
examples/Octree/rotate.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
inmost.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
inmost_autodiff.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
inmost_common.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
inmost_mesh.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
inmost_options.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
inmost_partitioner.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
inmost_solver.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
/usr/include/mpich/mpi.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
/usr/include/mpich/mpicxx.h
examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
:
/usr/include/mpich/mpio.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
container.hpp
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
examples/Octree/octgrid.cpp
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
examples/Octree/octgrid.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
inmost.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
inmost_autodiff.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
inmost_common.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
inmost_mesh.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
inmost_options.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
inmost_partitioner.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
inmost_solver.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
/usr/include/mpich/mpi.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
/usr/include/mpich/mpicxx.h
examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
:
/usr/include/mpich/mpio.h
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
:
examples/Octree/my_glut.h
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
:
examples/Octree/rotate.cpp
examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
:
examples/Octree/rotate.h
Examples/Octree/CMakeFiles/Octree.dir/flags.make
0 → 100644
View file @
2cc8d4dc
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# compile CXX with /usr/bin/c++
CXX_FLAGS
=
-g
-I
/usr/include/mpich
-I
/home/andre/inmost-root/petsc-3.5.2/linux-gnu-debug/include
-I
/home/andre/inmost-root/petsc-3.5.2/include
-I
/home/andre/inmost-root/INMOST-0.1
-g
CXX_DEFINES
=
-D__GRAPHICS__
-D__INSDIR__
=
""
Examples/Octree/CMakeFiles/Octree.dir/link.txt
0 → 100644
View file @
2cc8d4dc
/usr/bin/c++ -g -Wl,-Bsymbolic-functions -Wl,-z,relro CMakeFiles/Octree.dir/main.cpp.o CMakeFiles/Octree.dir/rotate.cpp.o CMakeFiles/Octree.dir/octgrid.cpp.o -o Octree -rdynamic ../../libinmost.a -llapack -lblas -lmpichcxx -lmpich -lopa -lmpl -lrt -lcr -lpthread -lGLU -lGL -lSM -lICE -lX11 -lXext -lglut -lXmu -lXi /home/andre/inmost-root/petsc-3.5.2/linux-gnu-debug/lib/libparmetis.so /home/andre/inmost-root/petsc-3.5.2/linux-gnu-debug/lib/libmetis.so -Wl,-rpath,/home/andre/inmost-root/petsc-3.5.2/linux-gnu-debug/lib
Examples/Octree/CMakeFiles/Octree.dir/main.cpp.o
0 → 100644
View file @
2cc8d4dc
File added
Examples/Octree/CMakeFiles/Octree.dir/octgrid.cpp.o
0 → 100644
View file @
2cc8d4dc
File added
Examples/Octree/CMakeFiles/Octree.dir/progress.make
0 → 100644
View file @
2cc8d4dc
CMAKE_PROGRESS_1
=
3
CMAKE_PROGRESS_2
=
4
CMAKE_PROGRESS_3
=
5
Examples/Octree/CMakeFiles/Octree.dir/rotate.cpp.o
0 → 100644
View file @
2cc8d4dc
File added
Examples/Octree/CMakeFiles/progress.marks
0 → 100644
View file @
2cc8d4dc
26
Examples/Octree/CMakeLists.txt
0 → 100644
View file @
2cc8d4dc
project
(
Octree
)
set
(
SOURCE main.cpp
rotate.cpp
rotate.h
octgrid.cpp
octgrid.h
my_glut.h
)
add_executable
(
Octree
${
SOURCE
}
)
target_link_libraries
(
Octree inmost lapack blas
)
if
(
USE_MPI
)
message
(
"linking with mpi"
)
target_link_libraries
(
Octree
${
MPI_LIBRARIES
}
)
if
(
MPI_LINK_FLAGS
)
message
(
"adding link flags"
)
set_target_properties
(
Octree PROPERTIES LINK_FLAGS
"
${
MPI_LINK_FLAGS
}
"
)
endif
()
endif
(
USE_MPI
)
find_package
(
OpenGL
)
find_package
(
GLUT
)
if
(
OPENGL_FOUND
)
if
(
GLUT_FOUND
)
include_directories
(
${
OPENGL_INCLUDE_DIR
}
)
include_directories
(
${
GLUT_INCLUDE_DIR
}
)
add_definitions
(
-D__GRAPHICS__ -g
)
target_link_libraries
(
Octree
${
OPENGL_LIBRARIES
}
${
GLUT_LIBRARIES
}
)
else
(
GLUT_FOUND
)
message
(
"GLUT not found"
)
endif
(
GLUT_FOUND
)
else
(
OPENGL_FOUND
)
message
(
"OpenGL not found"
)
endif
(
OPENGL_FOUND
)
if
(
USE_PARTITIONER_ZOLTAN
)
message
(
"linking Octree with Zoltan"
)
target_link_libraries
(
Octree
${
ZOLTAN_LIBRARIES
}
)
endif
()
if
(
USE_PARTITIONER_PARMETIS
)
message
(
"linking Octree with ParMETIS"
)
target_link_libraries
(
Octree
${
PARMETIS_LIBRARIES
}
)
endif
()
Examples/Octree/Makefile
0 → 100644
View file @
2cc8d4dc
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 2.8
# Default target executed when no arguments are given to make.
default_target
:
all
.PHONY
:
default_target
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES
:
# Remove some rules from gmake that .SUFFIXES does not remove.
SUFFIXES
=
.SUFFIXES
:
.hpux_make_needs_suffix_list
# Suppress display of executed commands.
$(VERBOSE).SILENT
:
# A target that is always out of date.
cmake_force
:
.PHONY
:
cmake_force
#=============================================================================
# Set environment variables for the build.
# The shell in which to execute make rules.
SHELL
=
/bin/sh
# The CMake executable.
CMAKE_COMMAND
=
/usr/bin/cmake
# The command to remove a file.
RM
=
/usr/bin/cmake
-E
remove
-f
# Escaping for special characters.
EQUALS
=
=
# The program to use to edit the cache.
CMAKE_EDIT_COMMAND
=
/usr/bin/ccmake
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR
=
/home/andre/inmost-root/INMOST-0.1
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR
=
/home/andre/inmost-root/INMOST-0.1