Skip to content

Commit

Permalink
Moved sphinx doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Zenadi committed May 20, 2014
1 parent ee6661c commit cfc0994
Show file tree
Hide file tree
Showing 29 changed files with 719 additions and 37 deletions.
11 changes: 5 additions & 6 deletions cmake.in/abcdCmake.in.ACML
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
set(BOOST_ROOT $ENV{BOOST_ROOT})
set(BOOST_LIBRARYDIR ${BOOST_ROOT}/../lib)
# Uncomment if you installed boost manually
# on a different location than the default
#set(BOOST_ROOT $ENV{BOOST_ROOT})
#set(BOOST_LIBRARYDIR ${BOOST_ROOT}/../lib)

set(CMAKE_CXX_COMPILER mpic++)
set(CMAKE_C_COMPILER mpicc)
Expand All @@ -14,10 +16,7 @@ set(BLAS_LAPACK_SCALAPACK_LIBS acml_mp
scalapack
)

set(MUMPS_DIR $ENV{HOME}/opt/mumps_5_b/)
set(MUMPS_INCLUDE_DIR ${MUMPS_DIR}/include)
set(MUMPS_LIBRARY_DIR ${MUMPS_DIR}/lib)

# Put here the location of mpi libraries and headers
set(MPI_LIB_DIR /opt/openmpi-1.6.3-gnu/lib/)
set(MPI_INC_DIR /opt/openmpi-1.6.3-gnu/include/)
set(MPI_LIBRARIES
Expand Down
11 changes: 5 additions & 6 deletions cmake.in/abcdCmake.in.MKL
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Uncomment if you installed boost manually
# on a different location than the default
set(BOOST_ROOT $ENV{BOOST_ROOT})
set(BOOST_LIBRARYDIR ${BOOST_ROOT}/../lib)

Expand All @@ -11,21 +13,18 @@ set(BLAS_LAPACK_SCALAPACK_LIBS mkl_lapack95_lp64 mkl_blas95_lp64
mkl_blacs_openmpi_lp64 mkl_lapack95_lp64 mkl_blas95_lp64
)

set(MUMPS_DIR $ENV{HOME}/opt/mumps_5_b/)
set(MUMPS_INCLUDE_DIR ${MUMPS_DIR}/include)
set(MUMPS_LIBRARY_DIR ${MUMPS_DIR}/lib)

# Put here the location of mpi libraries and headers
set(MPI_LIB_DIR /opt/openmpi-1.6.3-gnu/lib/)
set(MPI_INC_DIR /opt/openmpi-1.6.3-gnu/include/)
set(MPI_LIBRARIES
set(MPI_LIBRARIES
mpi
mpi_f90
mpi_f77
mpi_cxx
dl
)

set(LIB_DIRS
set(LIB_DIRS
##Put here other mumps dependencies paths
##such as scotch, if you compiled mumps with -Dscotch
# /path/to/scotch/lib/
Expand Down
File renamed without changes.
21 changes: 0 additions & 21 deletions doc/auto/header.el

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 8 additions & 2 deletions doc/sphx/source/conf.py → doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('exts'))


# -- General configuration ------------------------------------------------

Expand All @@ -35,6 +36,7 @@
'sphinx.ext.intersphinx',
'sphinx.ext.todo',
'sphinx.ext.mathjax',
'sphinxcontrib.tikz',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down Expand Up @@ -196,7 +198,11 @@
#'pointsize': '10pt',

# Additional stuff for the LaTeX preamble.
#'preamble': '',
'preamble': '''
\\usepackage{tikz}
\\usepackage{pgfplots}
\\usetikzlibrary{shapes,arrows,calc}
''',
}

# Grouping the document tree into LaTeX files. List of tuples
Expand Down
Empty file.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit cfc0994

Please sign in to comment.