[Commits] [svn:einsteintoolkit] Workshop_Spring_2012/ (Rev. 17)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Sat Mar 31 21:32:35 CDT 2012


User: knarf
Date: 2012/03/31 09:32 PM

Added:
 /cactus_intro/
  cactus_intro.tex, recompile
 /pics/
  amr.png, cactusflesh.png, cactuslogo.png, cactusphilo.png, einstein.png, groups_map.png, potcact.png, viz.png
 /pics/covers/
  ACMCommunications.jpg, FutureTechPhysCosm.jpg, Gravity.jpg, NR689.jpg, PetascaleComputingBook.jpg, max-planck-research2.jpg, mmcover.jpg, nsffy2006budgetcover.jpg, visprocessingtensor.jpg

Log:
 starting on Cactus high level intro

Directory Changes:

Directory: /svn:executable/
===========================

   + *
Directory: /svn:mime-type/
==========================

   + application/octet-stream

File Changes:

Directory: /cactus_intro/
=========================

File [added]: cactus_intro.tex
Delta lines: +322 -0
===================================================================
--- cactus_intro/cactus_intro.tex	                        (rev 0)
+++ cactus_intro/cactus_intro.tex	2012-04-01 02:32:35 UTC (rev 17)
@@ -0,0 +1,322 @@
+\input{../preamble}
+\usepackage{ragged2e}
+\usecolortheme[RGB={200,200,200}]{structure}
+
+\begin{document}
+
+    \frame { \frametitle{What is Cactus?}
+      Cactus is
+      \begin{itemize}[<+->]
+       \item \textcolor{black}{a \hyperlink{framework}{framework} for developing portable, modular applications}
+       \item \textcolor{black}{focusing, although not exclusively, on high-performance
+             simulation codes}
+       \item \textcolor{black}{designed to allow experts in different fields to develop
+             modules based upon their experience and to use modules
+             developed by experts in other fields with minimal knowledge
+             of the internals or operation of the other modules}
+      \end{itemize} }
+
+    \frame { \frametitle{Cactus Goals}
+      \begin{itemize}
+        \item<1-> Portable
+          \begin{itemize}
+            \item Different development machines
+            \item Different production machines
+          \end{itemize}
+        \item<2-> Modular
+          \begin{itemize}
+            \item Standard interfaces for module interaction for easier
+                  code interaction, writing and debugging
+            \item Interchangeable modules with same functionality
+          \end{itemize}
+        \item<3-> Easy to use
+          \begin{itemize}
+            \item Good documentation
+            \item Try to let users program the way they are used to
+            \item Support all major (HPC) programming languages
+          \end {itemize}
+      \end{itemize} }
+
+    \frame { \frametitle{Philosophy}
+     \begin{center}
+      \begin{figure}[h]
+       \includegraphics[width=30mm]{cactusphilo}
+      \end{figure}
+     \end{center}
+      \begin{itemize}[<+->]
+        \item Open code base to encourage community contributions
+        \item Strict quality control for base framework
+        \item Development always driven by real user requirements
+        \item Support and develop for a wide range of application domains
+      \end{itemize} }
+
+    \frame { \frametitle{What is Cactus for?}
+     Assume:
+     \begin{itemize}
+      \item Computational problem
+      \item Too large for single machine
+      \begin{itemize}
+       \item<2-> \only<5->{\textcolor{cactusgreen}}{OpenMP}
+       \item<2-> \only<5->{\textcolor{cactusgreen}}{MPI}
+      \end{itemize}
+      \item Distributed development
+      \begin{itemize}
+       \item<3-> \only<5->{\textcolor{cactusgreen}}{Modularize Problem}
+       \item<3-> \only<5->{\textcolor{cactusgreen}}{Versioning system(s)}
+      \end{itemize}
+      \item Multiple programming languages
+      \begin{itemize}
+       \item<4-> \only<5->{\textcolor{cactusgreen}}{Modularize Problem}
+       \item<4-> \only<5->{\textcolor{cactusgreen}}{Interfaces for inter-language communication}
+      \end{itemize}
+     \end{itemize}
+    }
+
+% Copied from the web site.
+\begin{frame} \frametitle{History}
+ \begin{itemize} \justifying
+  \item Cactus is a direct descendant of many years of code development in Ed
+Seidel's group of researchers at the National Center for Supercomputing
+Applications (NCSA) as the group wrestled to numerically solve Einstein's
+Equations for General Relativity and thus model black holes, neutron stars, and
+boson stars.
+  \item In 1995, Ed Seidel and many of his group moved to the Max Planck
+Institute for Gravitational Physics (Albert Einstein Institute or AEI) in
+Potsdam, Germany. Frustrated by the difficulties of coordinating the
+development and use of several different codes across a large collaborative
+group, Paul Walker, Joan Massó, Ed Seidel, and John Shalf, designed and wrote
+the original version of Cactus, Cactus 1.0, which provided a collaborative
+parallel toolkit for numerical relativity.
+ \end{itemize}
+\end{frame}
+
+\frame { \frametitle{Current Users and Developers}
+  \centering
+  \includegraphics[height=7cm]{groups_map}\\
+}
+
+\frame { \frametitle{Covers}
+ \hspace{0cm}\includegraphics[height=3.5cm]{covers/ACMCommunications}
+ \hspace{1cm}\includegraphics[height=3.5cm]{covers/FutureTechPhysCosm}
+ \hspace{1cm}\includegraphics[height=3.5cm]{covers/Gravity}\\\vspace{-1.5cm}
+ \hspace{1cm}\includegraphics[height=3.5cm]{covers/max-planck-research2}
+ \hspace{1cm}\includegraphics[height=3.5cm]{covers/nsffy2006budgetcover}
+ \hspace{1cm}\includegraphics[height=3.5cm]{covers/mmcover}\\\vspace{-1.5cm}
+ \hspace{2cm}\includegraphics[height=3.5cm]{covers/visprocessingtensor}
+ \hspace{1.5cm}\includegraphics[height=3.5cm]{covers/PetascaleComputingBook}
+ \hspace{1cm}\includegraphics[height=3.5cm]{covers/NR689}
+}
+
+\frame { \frametitle{Cactus Funding}
+ \begin{itemize}
+  \item Organizations:
+  \begin{itemize}
+   \item Max-Planck-Gesellschaft
+   \item Center for Computation \& Technology at LSU
+   \item National Center for Supercomputing Applications
+   \item Lawrence Berkeley National Laboratory
+   \item Washington University
+   \item University of Tübingen
+  \end{itemize}
+  \item Grants:
+  \begin{itemize}
+   \item NSF (PHY-9979985, 0540374, 0653303, 0701491, 0701566,
+              PIF-0904015, 0903973, 0903782)
+   \item Europ. Commission (HPRN-CT-2000-00137, IST-2001-32133)
+   \item DFN-Verein (TK 6-2-AN 200)
+   \item DFG (TiKSL)
+   \item ONR (COMI)
+   \item DOE/BOR (OE DE-FG02-04ER46136, BOR DOE/LEQSF)
+  \end{itemize}
+ \end{itemize}
+}
+
+% Copied from web site
+\begin{frame} \frametitle{Cactus Awards}
+ \begin{tabular}{ll}
+  IEEE SCALE09 Challenge Winner & 2009\\
+  IEEE Sidney Fernback Award & 2006\\
+  High-Performance Bandwidth Challenge & SC2002\\
+  High-Performance Computing Challenge & SC2002\\
+  Gordon Bell Prize for Supercomputing & SC2001\\
+  HPC ``Most Stellar'' Challenge Award & SC1998\\
+  Heinz Billing Prize for Scientific Computing & 1998
+ \end{tabular}
+\end{frame}
+
+\begin{frame} \frametitle{The Flesh}
+ \begin{itemize}
+  \item The \textbf{flesh} is the central component of Cactus. It interfaces
+        with modular components called \textbf{thorns}. The flesh provides:
+  \begin{columns}[t]
+   \column{.6\textwidth}
+  \begin{itemize}
+   \item Variables \& Data Types
+   \item Parameters
+   \item Functions for:
+    \begin{itemize}
+     \item Parallelisation
+     \item Input/Output
+     \item Coordinates
+     \item Reduction
+     \item Interpolation
+     \item Information
+    \end{itemize}
+   \item Staggering
+    \begin{itemize}
+     \item Indexing
+     \item Ghostzones
+    \end{itemize}
+  \end{itemize}
+
+      \column{.3\textwidth}
+       \begin{center}
+        \begin{figure}[h]
+         \includegraphics[width=40mm]{cactusflesh}
+        \end{figure}
+       \end{center}
+      \end{columns}
+    \end{itemize}
+ \end{frame}
+
+\begin{frame} \frametitle{Thorns}
+ \begin{itemize}
+  \item Some thorns provide additional functionality, while others serve as applications.
+  \item Thorns are grouped into \textbf{arrangements} which supply some common functionality.
+  \item Example thorns:
+  \\ \vspace{12pt}
+  \small
+  \begin{tabular}{ll}
+   \textit{CactusIO}        & input and output operations\\
+   \ \textbf{CactusIOJpeg}  & JPEG image data compression and writing operations\\
+   \textit{CactusConnect}   & networking\\
+   \ \textbf{HTTPD}         & starts the HTTP daemon for remote connections\\
+   \textit{PUGH}            & unigrid driver + tools; reductions and interpolations\\
+   \ \textbf{PUGH}          & unigrid driver handles grid scalars, arrays and functions\\
+  \end{tabular}
+ \end{itemize}
+\end{frame}
+
+
+% Should put more here.
+\begin{frame} \frametitle{Application Toolkits}
+  \begin{columns}[t]
+  \column{.5\textwidth}
+    \begin{center}
+      \begin{figure}
+        \includegraphics[width=0.4\textwidth]{einstein}
+        \end{figure}
+      \end{center}
+
+    \justifying The \textbf{Cactus Computational Toolkit} is a collection of
+    arrangements that provides general computational infrastructure.
+
+  \column{.5\textwidth}
+    \justifying The \textbf{Einstein Toolkit} is a collection of arrangements for
+    computational relativity. The toolkit includes a vacuum spacetime solver
+    (McLachlan), a relativistic hydrodynamics solver, along with thorns for initial
+    data, analysis and computational infrastructure.
+    \begin{center}
+      \begin{figure}
+        \includegraphics[width=20mm]{cactuslogo}
+        \end{figure}
+      \end{center}
+    \end{columns}
+\end{frame}
+
+\frame { \frametitle{I/O Capabilities}
+  Usual I/O and checkpointing in different formats:
+  \begin{columns}[t]
+   \column{.6\textwidth}
+    \begin{itemize}
+     \item Screen output
+     \item ASCII file output
+     \item HDF5 file in-/output
+     \item Online Jpeg rendering
+     \item Online VisIt visualization
+    \end{itemize}
+
+    \column{.3\textwidth}
+     \begin{center}
+      \begin{figure}[h]
+       \includegraphics[width=40mm]{viz}
+      \end{figure}
+     \end{center}
+   \end{columns}
+}
+
+\frame { \frametitle{More Capabilities: Grids, Boundaries, Symmetries}
+ \begin{columns}[t]
+  \column{.5\textwidth}
+   \begin{itemize}
+     \item Grids
+      \begin{itemize}
+        \item Only structured meshes (at the moment)
+        \item Unigrid (PUGH)
+        \item Adaptive Mesh Refinement (Carpet)
+      \end{itemize}
+    \item Boundaries / Symmetries
+      \begin{itemize}
+        \item Periodic
+        \item Static
+        \item Mirror symmetries
+        \item Rotational symmetries
+        \item Problemspecific boundaries
+      \end{itemize}
+  \end{itemize}
+
+
+  \column{.4\textwidth}
+   \begin{center}
+    \begin{figure}[h]
+     \includegraphics[width=45mm]{amr}
+    \end{figure}
+   \end{center}
+  \end{columns}
+}
+
+\frame { \frametitle{The Cactus Computational Toolkit}
+ \begin{columns}[t]
+  \column{.3\textwidth}
+    \begin{center}
+      \begin{figure}
+        \includegraphics[height=40mm]{potcact}
+        \end{figure}
+      \end{center}
+
+
+  \column{.6\textwidth}
+   Core modules (thorns) providing many basic utilities:
+    \begin{itemize}
+     \item I/O methods
+     \item Boundary conditions
+     \item Parallel unigrid driver
+     \item Reduction and Interpolation operators
+     \item Interface to external elliptic solvers
+     \item Web-based interaction and monitoring interface
+     \item Simple example thorns (wavetoy)
+  \end{itemize}
+ \end{columns}
+}
+
+\frame { \frametitle{Many arrangements with many modules...}
+  \begin{tabular}{ll}
+    CactusBase& Basic utility and interface thorns\\
+    CactusBench& Benchmark utility thorns\\
+    CactusConnect& Network utility thorns\\
+    CactusElliptic& Elliptic solvers / interface thorns\\
+    CactusExamples& Example thorns\\
+    CactusExternal& External library interface thorns\\
+    CactusIO& General I/O thorns\\
+    CactusNumerical& General numerical methods\\
+    CactusPUGH& Cactus Unigrid Driver thorn\\
+    CactusPUGHIO& I/O thorns specifix for PUGH driver\\
+    CactusTest& Thorns for Cactus testing\\
+    CactusUtils& Misc. utility thorns\\
+    CactusWave& Wave example thorns\\
+  \end{tabular}
+}
+
+
+\end{document}
+

File [added]: recompile
Delta lines: +14 -0
===================================================================
--- cactus_intro/recompile	                        (rev 0)
+++ cactus_intro/recompile	2012-04-01 02:32:35 UTC (rev 17)
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+function pdf {
+  NAME=$1
+  pdflatex $NAME.tex
+  pgrep -f "xpdf -remote 127.0.0.1 $NAME.pdf" 2>&1 > /dev/null
+  if [ $? == 0 ]; then
+    xpdf -remote 127.0.0.1 -reload -raise
+  else
+    xpdf -remote 127.0.0.1 $NAME.pdf &
+  fi
+}
+
+pdf cactus_intro



Property changes on: cactus_intro/recompile
___________________________________________________________________

Directory: /pics/covers/
========================

File [added]: ACMCommunications.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/ACMCommunications.jpg
___________________________________________________________________

File [added]: FutureTechPhysCosm.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/FutureTechPhysCosm.jpg
___________________________________________________________________

File [added]: Gravity.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/Gravity.jpg
___________________________________________________________________

File [added]: NR689.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/NR689.jpg
___________________________________________________________________

File [added]: PetascaleComputingBook.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/PetascaleComputingBook.jpg
___________________________________________________________________

File [added]: max-planck-research2.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/max-planck-research2.jpg
___________________________________________________________________

File [added]: mmcover.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/mmcover.jpg
___________________________________________________________________

File [added]: nsffy2006budgetcover.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/nsffy2006budgetcover.jpg
___________________________________________________________________

File [added]: visprocessingtensor.jpg
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/covers/visprocessingtensor.jpg
___________________________________________________________________

Directory: /pics/
=================

File [added]: amr.png
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/amr.png
___________________________________________________________________

File [added]: cactusflesh.png
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/cactusflesh.png
___________________________________________________________________

File [added]: cactuslogo.png
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/cactuslogo.png
___________________________________________________________________

File [added]: cactusphilo.png
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/cactusphilo.png
___________________________________________________________________

File [added]: einstein.png
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/einstein.png
___________________________________________________________________

File [added]: groups_map.png
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/groups_map.png
___________________________________________________________________

File [added]: potcact.png
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/potcact.png
___________________________________________________________________

File [added]: viz.png
Delta lines: +0 -0
===================================================================
(Binary files differ)



Property changes on: pics/viz.png
___________________________________________________________________



More information about the Commits mailing list