<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.einsteintoolkit.org/et-docs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tbode</id>
	<title>Einstein Toolkit Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.einsteintoolkit.org/et-docs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tbode"/>
	<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/Special:Contributions/Tbode"/>
	<updated>2026-06-01T22:00:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=Seminar-2013_02_04-participants&amp;diff=3454</id>
		<title>Seminar-2013 02 04-participants</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=Seminar-2013_02_04-participants&amp;diff=3454"/>
		<updated>2013-02-01T13:46:18Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* List of participants for Christian Reisswig&amp;#039;s presentation on 2012-02-04 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==List of participants for Christian Reisswig&amp;#039;s presentation on 2012-02-04==&lt;br /&gt;
&lt;br /&gt;
(see http://einsteintoolkit.org/seminars/2013_02_04/ for details)&lt;br /&gt;
&lt;br /&gt;
We will use WebEx for Christian&amp;#039;s presentation. You need to register to receive an invitation email for WebEx about one hour before the presentation. You register by &amp;#039;&amp;#039;&amp;#039;adding your name and email address&amp;#039;&amp;#039;&amp;#039; to the list below. Please register at least two hours before the talk begins. If you cannot / do not want to register in public, then send email to Erik Schnetter &amp;lt;eschnetter@perimeterinstitute.ca&amp;gt; instead.&lt;br /&gt;
&lt;br /&gt;
(Yes, we know that it is inconvenient and somewhat counter-productive to have to register. We are working on this. Apologies.)&lt;br /&gt;
&lt;br /&gt;
* Erik Schnetter &amp;lt;eschnetter@perimeterinstitute.ca&amp;gt;&lt;br /&gt;
* Barry Wardell &amp;lt;barry.wardell@gmail.com&amp;gt;&lt;br /&gt;
* Scott Noble &amp;lt;scn@astro.rit.edu&amp;gt;&lt;br /&gt;
* Roland Haas &amp;lt;rhaas@caltech.edu&amp;gt;&lt;br /&gt;
* Tanja Bode &amp;lt;tanja.bode@physics.gatech.edu&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=Detailed_Release_Announcement&amp;diff=3389</id>
		<title>Detailed Release Announcement</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=Detailed_Release_Announcement&amp;diff=3389"/>
		<updated>2012-11-06T15:45:59Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* Changes since last release */  -- Typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;#039;&amp;#039;&amp;#039;Not yet released&amp;#039;&amp;#039;&amp;#039;: Ørsted (ET_2012_11) ==&lt;br /&gt;
&lt;br /&gt;
=== Changes since last release ===&lt;br /&gt;
* GetComponents:&lt;br /&gt;
** anonymous checkout is now used by default. Use --noanonymous for authenticated checkouts&lt;br /&gt;
** make full clone default&lt;br /&gt;
* simfactory&lt;br /&gt;
** updates of various machine configurations&lt;br /&gt;
** Replace large files by hard links during cleanup&lt;br /&gt;
** Basic configuration file for ubuntu / debian / fedora desktops.&lt;br /&gt;
* utils: syntax highlight for vim and emacs&lt;br /&gt;
* Cactus flesh:&lt;br /&gt;
** The allocated size of grid functions can be accessed using cctk_ash. Note however, that this can be different from cctk_lsh. The latter is that part (size) of cctk_ash that is used within a simulation, i.e. that was set as simulation size via parameters. This is necessary for vectorization where the size of arrays should be multiples of some number, but the simulation domain might not be.&lt;br /&gt;
** correctly detect circular schedule items&lt;br /&gt;
** replace CCTK_RESTRICT by restrict, which is now defined by the flesh&lt;br /&gt;
** Change per thorn -DTHORN_IS_xxx to a per thorn -I bindings/include/xxx&lt;br /&gt;
** Correct error in determining dependencies&lt;br /&gt;
** have -reconfig target execute -cleandeps after reconfiguration&lt;br /&gt;
** add parameters to reverse un-enforced Cactus schedule ordering&lt;br /&gt;
** Move MPI support from flesh to a thorn&lt;br /&gt;
** Support various new Darwin minor versions&lt;br /&gt;
** increase default value of RELTOL to 1e-12&lt;br /&gt;
** Enforce that arrangement names are legal C identifiers&lt;br /&gt;
** Update Fortran API for CCTK_LOOP macros&lt;br /&gt;
** Add autoconf check whether C99 is supported (now required)&lt;br /&gt;
** New option -P (--exit-after-param-check) to exit after param check&lt;br /&gt;
** allow ${parfile} in parameter files to allow ${parfile}/subdir&lt;br /&gt;
* Carpet&lt;br /&gt;
** Now lives in git again&lt;br /&gt;
** A parameter &amp;lt;tt&amp;gt;CarpetLib::interpolate_from_buffer_zones&amp;lt;/tt&amp;gt; was introduced which, in order to get the correct behaviour (not to use the buffer zones for interpolations), should be set to &amp;quot;&amp;lt;tt&amp;gt;no&amp;lt;/tt&amp;gt;&amp;quot;. However, since this changes the way things had been done in the past and this change isn&amp;#039;t well tested yet, the default is still &amp;quot;&amp;lt;tt&amp;gt;yes&amp;lt;/tt&amp;gt;&amp;quot; (as like before the parameter was introduced). The default will very likely be changed for the next Einstein Toolkit release, after more testing.&lt;br /&gt;
** Added &amp;quot;balanced&amp;quot; domain decomposition&lt;br /&gt;
** Update setting CPU affinity&lt;br /&gt;
** change defaults of periodic_[xyz] to &amp;quot;yes&amp;quot; to match PUGH&lt;br /&gt;
** CarpetIOHDF5: add option checkpoint_every_divisor&lt;br /&gt;
** CarpetIOHDF5: teach the checkpointer to write index files&lt;br /&gt;
** CarpetIOHDF5: add support for index files to file reader&lt;br /&gt;
** LoopControl: Change printstats default to &amp;quot;no&amp;quot;&lt;br /&gt;
** CarpetInterp: New ENO2 interpolator.&lt;br /&gt;
** Support more than one hierarchy of timers&lt;br /&gt;
* EinsteinExact: New arrangement, to eventually replace the Exact thorn. The thorns in this arrangement are generated by Kranc&lt;br /&gt;
* McLachlan&lt;br /&gt;
** Correct some errors in CCZ4, in particular the GammaShift parameter&lt;br /&gt;
** Change the default value of apply_dissipation to &amp;quot;never&amp;quot;.&lt;br /&gt;
* ExternalLibraries: MPI is now treated like any other library on which flesh and thorns may depend, such as e.g. the GSL. It is thus configured via thorn &amp;lt;tt&amp;gt;ExternalLibraries/MPI&amp;lt;/tt&amp;gt;, and not via the flesh any more. In particular, the option &amp;quot;&amp;lt;tt&amp;gt;MPI = ...&amp;lt;/tt&amp;gt;&amp;quot; does not work any more and must not be used; instead, use e.g. &amp;quot;&amp;lt;tt&amp;gt;MPI_DIR = &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;quot; to point to an existing installation. You may also say &amp;quot;&amp;lt;tt&amp;gt;MPI_DIR = BUILD&amp;lt;/tt&amp;gt;&amp;quot; to have Cactus build OpenMPI automatically, which is a convenient way of using MPI on a system where it may not be installed.&lt;br /&gt;
* LocalInterp: The interpolation loop uses OpenMP&lt;br /&gt;
* MoL: add multirate capabilities and three new multirate rk schemes&lt;br /&gt;
* SphericalSurface: make maxnphi and maxntheta parameters steerable&lt;br /&gt;
* NaNChecker: Add options to use restriction mask to ignore unused points, output more information about the failed points, use OpenMP during NaN check&lt;br /&gt;
* Multipole: Implement Driscoll&amp;amp;Healy integration&lt;br /&gt;
* HydroBase: schedule hydrobase_InitExcisionmask global-early loop-local&lt;br /&gt;
* TmunuBase: support_old_CalcTmunu_mechanism is now deprecated and is likely to be removed soon&lt;br /&gt;
* EOS_Omni: make more parameters steerable, add option read_table_on_single_process to have a named processor read the full table and MPI_Bcast it to the other processors&lt;br /&gt;
* GRHydro&lt;br /&gt;
** C2P: resort to bisection if Newton-Raphson fails. This is only activated if user requested this&lt;br /&gt;
** introduce parameters GRHydro_Y_e_min and GRHydro_Y_e_max to fix issues with EOS tables that don&amp;#039;t extend sufficiently far&lt;br /&gt;
** Fixes to atmosphere mask and the way we sync&lt;br /&gt;
** various fixes to ePPM&lt;br /&gt;
** Option to use the slow sector of multirate RK methods&lt;br /&gt;
** fixed issues with hot EOS treatment&lt;br /&gt;
** Option to reconstruct W*vel instead of vel&lt;br /&gt;
** use an early atmosphere reset to ensure past timelevels are initialized correctly&lt;br /&gt;
** various MHD fixes&lt;br /&gt;
* Exact: openmp fixes&lt;br /&gt;
* GRHydro_InitData: new poloidal magnetic field routine, Added option to smooth metric inside horizon, Alfven wave test&lt;br /&gt;
* SummationByParts: improve OpenMP parallelization&lt;br /&gt;
* Null*: respect Cactus&amp;#039; IO::truncate parameter&lt;br /&gt;
* AEIThorns/Trigger now part of the Einstein Toolkit&lt;br /&gt;
&lt;br /&gt;
External libraries:&lt;br /&gt;
* MPI: new - use this instead of the flesh mechanism (see above)&lt;br /&gt;
* BLAS: update to 3.4.2&lt;br /&gt;
* FFTW3: update to 3.3.2&lt;br /&gt;
* HDF5: will likely not build fortran and C++ api for next release by default (but still does now)&lt;br /&gt;
* LAPACK: update to 3.4.2&lt;br /&gt;
* LORENE: don&amp;#039;t use OpenMP unless it&amp;#039;s enabled within Cactus&lt;br /&gt;
* OpenSSL: improve search for existing library&lt;br /&gt;
* zlib: update to 1.2.7&lt;br /&gt;
* hwloc: new thorn for libhwloc&lt;br /&gt;
&lt;br /&gt;
== Lovelace (ET_2012_05) ==&lt;br /&gt;
&lt;br /&gt;
===Accelerator Support===&lt;br /&gt;
&lt;br /&gt;
This release of the Einstein Toolkit adds support for GPUs and other accelerators. This support comprises three levels of abstraction, ranging from merely building and running both CUDA and OpenCL code, to automated code generation targetting GPUs instead of CPUs. As with any other programming paradigm (such as MPI or OpenMP), the performance benefits depend on the particular algorithms used and optimisations that are applied. In addition, the Simulation Factory greatly aids portability to a wide range of computing systems.&lt;br /&gt;
  &lt;br /&gt;
At the lowest level, Cactus now supports compiling, building, and running with either CUDA or OpenCL. CUDA is supported as new language in addition to C, C++, and Fortran; OpenCL is supported as an external library, and builds and executes compute kernels via run-time calls. Details are described in the user&amp;#039;s guide (for CUDA) and in thorn &amp;lt;tt&amp;gt;ExternalLibraries/OpenCL&amp;lt;/tt&amp;gt; (for OpenCL).&lt;br /&gt;
&lt;br /&gt;
Many accelerator platforms today separate between host memory and device memory, and require explicit copy or map operations to transfer data. An intermediate level of abstraction aids transferring grid variables between host and device, using schedule declarations to keep track of which data are needed where, and minimising expensive data transfers. For OpenCL, there is a compact API to build and execute compute kernels at run time. Details are described in thorns &amp;lt;tt&amp;gt;CactusUtils/Accelerator&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;CactusUtils/OpenCLRunTime&amp;lt;/tt&amp;gt; (with example parameter file).&lt;br /&gt;
&lt;br /&gt;
Finally, the code generation system [http://kranccode.org/ &amp;lt;i&amp;gt;Kranc&amp;lt;/i&amp;gt;] has been extended to be able to produce either C++ or OpenCL code, based on the infrastructure described above. This allows writing GPU code in a very high-level manner. However, it needs to be stated that the efficiency of the generated code depends on many variables, including e.g. the finite differencing stencil radius and the number of operations in the generated compute kernels. Non-trivial kernels typically require system-dependent tuning to execute efficiently, as GPUs and other accelerators generally show a rather unforgiving performance behaviour. The thorns &amp;lt;tt&amp;gt;McLachlan/ML_WaveToy&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;McLachlan/ML_WaveToy_CL&amp;lt;/tt&amp;gt; are examples, generated from the same Kranc script, showing the generated C++ and OpenCL code.&lt;br /&gt;
&lt;br /&gt;
=== New features since last release ===&lt;br /&gt;
&lt;br /&gt;
* Einstein Toolkit: All test cases pass on almost all of the tested twenty production and development machines.&lt;br /&gt;
* SimFactory&lt;br /&gt;
** Machine database and optionlists updated due to system changes on HPC resources&lt;br /&gt;
** Simfactory can now be used to run the testsuites on a lot of systems. ICH: this is not new&lt;br /&gt;
* IOUtil: checkpoint_dir is now steerable&lt;br /&gt;
* SphericalSurface: added functionality to name spherical surfaces&lt;br /&gt;
* Formaline: Support a &amp;quot;local repository&amp;quot; that collects all machine-local repositories&lt;br /&gt;
* TimerReport: Allow different timers on different processes&lt;br /&gt;
* WeylScal4: Enable use of LoopControl, and hence OpenMP&lt;br /&gt;
* EOS_Omni: use C interface for HDF5 to avoid needing Fortran HDF5 bindings&lt;br /&gt;
* GRHydro:&lt;br /&gt;
** use atmosphere integer mask instead of bitmask&lt;br /&gt;
** remove (now) unused old Tmunu interface&lt;br /&gt;
** Implemented enhanced PPM scheme by Colella &amp;amp; Sekora 2008, McCorquodale &amp;amp; Colella 2011. Can be actived by setting use_enhanced_ppm = yes&lt;br /&gt;
* External Libraries: several updates and configuration improvements&lt;br /&gt;
* Cactus&lt;br /&gt;
** implement per-variable tolerances for Cactus testsuites, for long discussion, see ET ticket #114&lt;br /&gt;
** Allow arithmetic expression in ParameterSet: parameter files can now contain a limited set of expressions&lt;br /&gt;
** Handle requirements recursively&lt;br /&gt;
** A lot of smaller bug fixes&lt;br /&gt;
* McLachlan: Implement CCZ4 formulation&lt;br /&gt;
* CarpetMask: Keep track of the volume that is masked out&lt;br /&gt;
* CarpetLib: Define MPI reduction operators for complex numbers&lt;br /&gt;
* CarpetIOASCII: Add new &amp;quot;compact&amp;quot; output format&lt;br /&gt;
* Csrpet: Support accelerator data transfer&lt;br /&gt;
* CarpetRegrid2: Add periodic boundary conditions&lt;br /&gt;
* Simfactory&lt;br /&gt;
** Use OpenMP by default&lt;br /&gt;
** Make running testsuites using simfactory possible&lt;br /&gt;
** Updated a lot of configurations&lt;br /&gt;
&lt;br /&gt;
=== How to upgrade from ET_2011_10 (Maxwell) ===&lt;br /&gt;
&lt;br /&gt;
To upgrade from the previous release, use GetComponents with the new thornlist to check out the new version. GetComponents can also be used to update&lt;br /&gt;
an existing checkout, but since some components might have changed location or have been removed from the toolkit you should try a new checkout whenever possible instead.&lt;br /&gt;
&lt;br /&gt;
See the [http://einsteintoolkit.org/download/ Download] page on the Einstein Toolkit website for download instructions.&lt;br /&gt;
&lt;br /&gt;
=== Remaining issues with this release ===&lt;br /&gt;
&lt;br /&gt;
* Certain machines need to be configured specially in Simfactory because the remote directories cannot be determined automatically just from the username.  See the Machine notes below.&lt;br /&gt;
&lt;br /&gt;
* CarpetIOHDF5: When the new parameter CarpetIOHDF5::output_symmetry_points is set to &amp;quot;yes&amp;quot;, then symmetry points are not actually output if CarpetIOHDF5::output_buffer_points has been set to &amp;quot;no&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Recovering with Carpet: The maximum number of timelevels that can be recovered is Carpet::prolongation_order_time+1. This is usually the case, but it is possible to write parameter files e.g. with prolongation_order_time=1 that use 3 timelevels. This bug manifests in an assert() failure when recovering from checkpoints. The work-around is to either increase Carpet::prolongation_order_time or decrease the number of timelevels for the grid function in question accordingly.&lt;br /&gt;
&lt;br /&gt;
=== Machine notes ===&lt;br /&gt;
&lt;br /&gt;
==== Kraken ====&lt;br /&gt;
&lt;br /&gt;
defs.local.ini needs to have sourcebasedir = $HOME configured for this machine.  You need to determine $HOME by logging in to the machine.&lt;br /&gt;
&lt;br /&gt;
==== LoneStar and Ranger ====&lt;br /&gt;
&lt;br /&gt;
defs.local.ini needs to have sourcebasedir = $WORK and basedir = $SCRATCH/simulations configured for this machine.  You need to determine $WORK and $SCRATCH by logging in to the machine.&lt;br /&gt;
&lt;br /&gt;
==== Pandora ====&lt;br /&gt;
The LSU system pandora has at the time of writing not only severe problems of compiling Cactus (can crash the filesystem), but in part due to this also outstanding are some failing testsuite results. Please contact Peter Diener at CCT (LSU) before trying to use this machine.&lt;br /&gt;
&lt;br /&gt;
== Maxwell (ET_2011_10) ==&lt;br /&gt;
&lt;br /&gt;
=== New features since last release ===&lt;br /&gt;
&lt;br /&gt;
* Einstein Toolkit: All test cases pass on almost all of the tested twenty production and development machines.&lt;br /&gt;
* Carpet&lt;br /&gt;
** Significant internal development&lt;br /&gt;
** Grid structure is handled in a more efficient manner, leading to improved parallel scalability&lt;br /&gt;
** Grid structure output now supports multipatch&lt;br /&gt;
** Improvements to OpenMP parallelism in Carpet&lt;br /&gt;
** Support for cell-centering&lt;br /&gt;
** Timers are now hierarchical - use parameter output_timer_tree_every to output the timer tree to standard output.  This makes it much easier to see where the time is spent in a simulation&lt;br /&gt;
** A backtrace file is now written to the output directory when the simulation code crashes.  Note that you probably need to add the -rdynamic option to CFLAGS and CXXFLAGS for the backtrace symbols to be interpreted correctly.&lt;br /&gt;
* CarpetIOHDF5: There are now parameters which select whether symmetry, boundary and buffer points are output for sliced output.  &lt;br /&gt;
* CarpetRegrid2: Now supports &amp;quot;true&amp;quot; AMR based on a regridding criterion&lt;br /&gt;
* SimFactory&lt;br /&gt;
** Completely new rewrite, new repository.&lt;br /&gt;
** Machine database and optionlists updated due to system changes on HPC resources&lt;br /&gt;
** Can now run the Cactus test suites as part of a job in a queuing system&lt;br /&gt;
** TODO: List of new machines supported by SimFactory?&lt;br /&gt;
** Optionlists now enable instruction vectorisation by default - this affects those thorns that explicitly use this vectorisation, including McLachlan and Carpet&lt;br /&gt;
** Now supports parameter file scripts &amp;lt;name&amp;gt;.rpar - these should be scripts which write a parameter file to &amp;lt;name&amp;gt;.par.  This is useful for performing simple calculations on parameters in python or perl&lt;br /&gt;
** Now uses the Intel compiler by default on Kraken and Hopper&lt;br /&gt;
* Cactus&lt;br /&gt;
** CUDA support added for GPU computing&lt;br /&gt;
** Parameters can now be used in STORAGE specifications in schedule.ccl files&lt;br /&gt;
** Multi-line parameter values can now contain comments - this makes it easier to comment out entries&lt;br /&gt;
** Mac OS 10.7 (Lion) is now supported&lt;br /&gt;
** CCTK_GFINDEX3D now checks index against array bounds when CCTK_DEBUG is defined&lt;br /&gt;
** Standard output of Cactus build process is now much more compact&lt;br /&gt;
* McLachlan&lt;br /&gt;
** Performance improvements&lt;br /&gt;
** BSSN has instruction vectorisation enabled by default for improved speed&lt;br /&gt;
* GRHydro&lt;br /&gt;
** Support for MHD was added, but is by default disabled.&lt;br /&gt;
* WeylScal4: OpenMP support enabled in WeylScal4&lt;br /&gt;
* TimerReport: &amp;quot;top timers&amp;quot; now given as min/max/mean across all processes instead of just from the root process&lt;br /&gt;
* ADMBase&lt;br /&gt;
** Variables now have flat boundary condition applied&lt;br /&gt;
** Default value of ADMBase::initial_shift is now zero rather than none&lt;br /&gt;
* TwoPunctures: Now outputs a BBH metadata file, as used by NINJA / NRAR projects&lt;br /&gt;
* Vectors: New thorn which supports instruction vectorization to improve performance of codes that use it&lt;br /&gt;
* Cauchy Characteristic Extraction and the PITT Null Code are now included.&lt;br /&gt;
** The Pitt code implements a robust fully nonlinear characteristic evolution scheme for the Einstein equations for asymptotically flat spacetimes.&lt;br /&gt;
** Included in the code is the gauge invariant calculation of the Bondi News function at future null infinity.&lt;br /&gt;
** Include in the code are thorns that implement Cauchy Characteristic extraction, where Cauchy evolutions (McLachlan) provide  boundary data for a characteristic evolution. This allows for the unambiguous calculation of the gravitational waveform from merging BBH spacetimes.&lt;br /&gt;
* FFTW3 library has been added to the ET&lt;br /&gt;
* Kranc&lt;br /&gt;
** thorns can now be generated including a Jacobian transformation of all derivatives - this means they can be used with multi-patch&lt;br /&gt;
** improvements to instruction vectorization &lt;br /&gt;
** can now perform finite differences using either function calls or macros; control using VECTORISE_INLINE = yes/no in optionlist; using functions can make the code fit in the instruction cache where it didn&amp;#039;t before, resulting in large speed increases, using macros can cause compilers to run out of memory for complicated codes&lt;br /&gt;
** Generated thorns now check that there are sufficient ghost and boundary points for the finite differencing stencil used&lt;br /&gt;
** error detection has been improved&lt;br /&gt;
&lt;br /&gt;
=== How to upgrade from ET_2011_05 (Curie) ===&lt;br /&gt;
&lt;br /&gt;
To upgrade from the previous release, it is necessary to download a separate copy of the new release using GetComponents and manually copy any local changes from the old version to the new version.  Unfortunately, due to the significant changes to SimFactory and Carpet in this release, it is not possible to perform an automatic upgrade.&lt;br /&gt;
&lt;br /&gt;
See the [http://einsteintoolkit.org/download/ Download] page on the Einstein Toolkit website for download instructions.&lt;br /&gt;
&lt;br /&gt;
There is also a SimFactory Transition Guide which explains the important differences in the new version. (TODO)&lt;br /&gt;
&lt;br /&gt;
=== Remaining issues with this release ===&lt;br /&gt;
&lt;br /&gt;
* Certain machines need to be configured specially in Simfactory because the remote directories cannot be determined automatically just from the username.  See the Machine notes below.&lt;br /&gt;
&lt;br /&gt;
* CarpetIOHDF5: When the new parameter CarpetIOHDF5::output_symmetry_points is set to &amp;quot;yes&amp;quot;, then symmetry points are not actually output if CarpetIOHDF5::output_buffer_points has been set to &amp;quot;no&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Recovering with Carpet: The maximum number of timelevels that can be recovered is Carpet::prolongation_order_time+1. This is usually the case, but it is possible to write parameter files e.g. with prolongation_order_time=1 that use 3 timelevels. This bug manifests in an assert() failure when recovering from checkpoints. The work-around is to increase Carpet::prolongation_order_time accordingly.&lt;br /&gt;
&lt;br /&gt;
* CarpetMask: CarpetMask excises the interior of the black hole from the reduction operations, thus effectively reducing the volume of the simulation domain. However, CarpetReduce is not aware of this, and thus emits the following warning when CarpetMask is used:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
WARNING level 1 in thorn CarpetReduce processor 0 host kop70.datura.admin&lt;br /&gt;
  (line 120 of Cactus/arrangements/Carpet/CarpetReduce/src/mask_test.c): &lt;br /&gt;
  -&amp;gt; Simulation domain volume and reduction weight sum differ&lt;br /&gt;
INFO (CarpetReduce): Simulation domain volume: 432000&lt;br /&gt;
INFO (CarpetReduce): Reduction weight sum:     431999.996160507&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In this case, this warning is harmless, and it can be avoided by increasing the warning level e.g. to 4 in the CCTK_VWarn call on line 120 of Cactus/arrangements/Carpet/CarpetReduce/src/mask_test.c.&lt;br /&gt;
&lt;br /&gt;
=== Compatibility notes ===&lt;br /&gt;
&lt;br /&gt;
* SimFactory: Completely rewritten to make it more maintainable.  The user interface has changed; see the [https://docs.einsteintoolkit.org/et-docs/Pysim_Tutorial_for_New_Users Tutorial for new users]&lt;br /&gt;
* Carpet: Can no longer use symmetries specified using CartGrid3D::domain.  Use the symmetry thorns in CactusNumerical instead.&lt;br /&gt;
* Cactus: Build process parameter SILENT=no has been replaced with VERBOSE=yes&lt;br /&gt;
* Applying boundary conditions consistently: Boundary conditions were not applied consistently, in particular after recovering. There is now a new schedule group MoL_PseudoEvolutionBoundaries. Boundary conditions (including synchronisiation, symmetry conditions etc.) for functions scheduled in MoL_PseudoEvolution need to be scheduled in MoL_PseudoEvolutionBoundaries.&lt;br /&gt;
* Enforcing constraints consistently: Certain constraints should be enforced only during time evolution. Since the group MoL_PostStep is scheduled at many other occasions, such constraints need to be scheduled in the new group MoL_PostStepModify instead.&lt;br /&gt;
* McLachlan: Use of ML_BSSN_O2, ML_BSSN_O8 and ML_BSSN_MP_O8 is now deprecated and these thorns will be removed in the next release.  ML_BSSN can be used with the new fdOrder parameter (set to 2, 4, 6 or 8) to control finite differencing order.  Multipatch can be enabled in ML_BSSN in the parameter file (see Kranc documentation).  &lt;br /&gt;
* WeylScal4: Parameter fd_order = 2nd/4th is now deprecated in favour of fdOrder = 2/4/6/8.  fd_order will be removed in the next release.&lt;br /&gt;
* LocalReduce and LocalInterp have moved from CactusBase to CactusNumerical&lt;br /&gt;
* Carpet: Refinement levels can now have different numbers of ghost zones.  This means that cctk_nghostzones is NOT defined in global mode any more, and will contain poison.&lt;br /&gt;
* EOS_Omni: This is now the only supported EOS interface within the Einstein Toolkit. [http://einsteintoolkit.org/documentation/ThornGuide/ThornGuidech150.html#x168-2652000Q6 Documentation] for this interface is bundled with the EOS_Omni thorn.&lt;br /&gt;
* Cactus: SILENT=no is depreciated within Cactus, and is superseeded by VERBOSE=yes.&lt;br /&gt;
&lt;br /&gt;
=== Machine notes ===&lt;br /&gt;
&lt;br /&gt;
==== Kraken ====&lt;br /&gt;
&lt;br /&gt;
defs.local.ini needs to have sourcebasedir = $HOME configured for this machine.  You need to determine $HOME by logging in to the machine.&lt;br /&gt;
&lt;br /&gt;
==== LoneStar and Ranger ====&lt;br /&gt;
&lt;br /&gt;
defs.local.ini needs to have sourcebasedir = $WORK and basedir = $SCRATCH/simulations configured for this machine.  You need to determine $WORK and $SCRATCH by logging in to the machine.&lt;br /&gt;
&lt;br /&gt;
== Curie (ET_2011_05) ==&lt;br /&gt;
&lt;br /&gt;
[text from release announcement]&lt;br /&gt;
&lt;br /&gt;
This release comprises the following tools, arrangements, and thorns.  Each&lt;br /&gt;
tool/arrangement/thorn may have its own licencing conditions, but all are&lt;br /&gt;
available as open source. Green components are new in this release.&lt;br /&gt;
&lt;br /&gt;
        Cactus                  Flesh&lt;br /&gt;
        CactusBase              Standard Cactus thorns&lt;br /&gt;
        CactusConnect&lt;br /&gt;
        CactusElliptic&lt;br /&gt;
        CactusIO&lt;br /&gt;
        CactusNumerical&lt;br /&gt;
        CactusPUGH&lt;br /&gt;
        CactusPUGHIO&lt;br /&gt;
        CactusTest&lt;br /&gt;
        CactusUtils             &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: NoMPI&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        ExternalLibraries       Interfaces to external libraries, &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: zlib&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        Carpet                  Adaptive mesh refinement&lt;br /&gt;
&lt;br /&gt;
        EinsteinAnalysis        Einstein Toolkit&lt;br /&gt;
        EinsteinBase&lt;br /&gt;
        EinsteinEOS             &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: EOS_Omni&amp;lt;/span&amp;gt;, &amp;lt;span style=&amp;quot;color:#daa520&amp;quot;&amp;gt;others will be removed next release&amp;lt;/span&amp;gt;&lt;br /&gt;
        EinsteinEvolve          &amp;lt;span style=&amp;quot;color:#daa520&amp;quot;&amp;gt;LegoExcision will be removed next release&amp;lt;/span&amp;gt;&lt;br /&gt;
        EinsteinInitialData&lt;br /&gt;
        EinsteinUtils&lt;br /&gt;
&lt;br /&gt;
        McLachlan               BSSN implementation&lt;br /&gt;
&lt;br /&gt;
        TAT/TATelliptic         Various thorns&lt;br /&gt;
&lt;br /&gt;
        AEIThorns               Thorns hosted at AEI &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: PunctureTracker, SystemStatistics&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        LSUThorns               Thorns hosted at LSU &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: Vectors&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        Kranc                   Automated code generation&lt;br /&gt;
&lt;br /&gt;
        GetComponents           Downloading tools and thorns &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new repository&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        SimFactory              Building code and running simulations&lt;br /&gt;
&lt;br /&gt;
The Simulation Factory contains ready-to-use configuration details for&lt;br /&gt;
more than 60 systems, including most HPC systems at DOE,&lt;br /&gt;
LONI, TeraGrid, and RZG.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit thorns contain over 130 regression test cases. On a large portion of the tested machines, all of these testsuites pass, using both MPI and OpenMP.&lt;br /&gt;
&lt;br /&gt;
The changes between this and the previous release include:&lt;br /&gt;
* A new equation of state (EOS) interface was introduced, replacing both EOS_Base and EOSG_Base. It was designed with efficiency in mind, and combines all EOSs into one single thorn. All previously supported EOSs are now provided by EOS_Omni. The other EOS thorns are still maintained, but their support will be dropped at the next Einstein Toolkit release.&lt;br /&gt;
* The location of the GetComponents script changed (now hosted at github).&lt;br /&gt;
* The MHD implementation within GRHydro saw several updates, but is still disabled by default.&lt;br /&gt;
* Since spacetime-excision is not actively used anymore and not supported by an evolution thorn within the ET, this will be the last time LegoExcision will be part of an Einstein Toolkit release. Please consider other options if you rely on it, or let us know so that we can reconsider this decision.&lt;br /&gt;
* This release still ships with the Perl-version of Simfactory, but includes updated machine configurations and some bug fixes.&lt;br /&gt;
* Some external libraries now check for the parallel usage of the old library interface (e.g. HDF5=yes) and abort in this case. The new way (e.g. HDF5_DIR=...) is not compatible with the old way to specify libraries. If you get errors because of this you have to remove one of the two specifications from your optionlist.&lt;br /&gt;
&lt;br /&gt;
== Chandrasekhar (ET_2010_11) ==&lt;br /&gt;
&lt;br /&gt;
[text from release announcement]&lt;br /&gt;
&lt;br /&gt;
This release comprises the following tools, arrangements, and thorns.  Each&lt;br /&gt;
tool/arrangement/thorn may have its own licencing conditions, but all are&lt;br /&gt;
available as open source. Green components are new in this release, shown in&lt;br /&gt;
red are components now not longer part of the Einstein Toolkit:&lt;br /&gt;
&lt;br /&gt;
        Cactus                  Flesh&lt;br /&gt;
&lt;br /&gt;
        CactusBase              Standard Cactus thorns&lt;br /&gt;
        CactusConnect&lt;br /&gt;
        CactusElliptic&lt;br /&gt;
        &amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;CactusExternal&amp;lt;/span&amp;gt;          Not part of the Einstein Toolkit anymore (use ExternalLibraries/libjpeg instead of jpeg6b)&lt;br /&gt;
        CactusIO&lt;br /&gt;
        CactusNumerical         &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: InterpToArray&amp;lt;/span&amp;gt;&lt;br /&gt;
        CactusPUGH&lt;br /&gt;
        CactusPUGHIO&lt;br /&gt;
        &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;CactusTest&amp;lt;/span&amp;gt;              Various Cactus testsuite thorns&lt;br /&gt;
        CactusUtils&lt;br /&gt;
        &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;CactusWave&amp;lt;/span&amp;gt;              Wavetoy example thorns&lt;br /&gt;
&lt;br /&gt;
        ExternalLibraries       Interfaces to external libraries (&amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: OpenSSL, libjpeg&amp;lt;/span&amp;gt;, several updates in other thorns)&lt;br /&gt;
&lt;br /&gt;
        Carpet                  Adaptive mesh refinement&lt;br /&gt;
&lt;br /&gt;
        EinsteinAnalysis        Einstein Toolkit&lt;br /&gt;
        EinsteinBase&lt;br /&gt;
        EinsteinEOS&lt;br /&gt;
        EinsteinEvolve&lt;br /&gt;
        EinsteinInitialData&lt;br /&gt;
        EinsteinUtils&lt;br /&gt;
&lt;br /&gt;
        McLachlan               BSSN implementation&lt;br /&gt;
&lt;br /&gt;
        TAT/TATelliptic         Various thorns&lt;br /&gt;
        AEIThorns/AEILocalInterp&lt;br /&gt;
        LSUThorns/QuasiLocalMeasures&lt;br /&gt;
        LSUThorns/SummationByParts&lt;br /&gt;
&lt;br /&gt;
        Kranc                   Automated code generation&lt;br /&gt;
&lt;br /&gt;
        GetComponents           Downloading tools and thorns&lt;br /&gt;
&lt;br /&gt;
        SimFactory              Building code and running simulations&lt;br /&gt;
&lt;br /&gt;
All repositories participating in this release carry a branch&lt;br /&gt;
&amp;quot;ET_2010_11&amp;quot; marking this release.  These release branches will be&lt;br /&gt;
updated if severe errors are found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This release has been tested on the following systems and&lt;br /&gt;
architectures:&lt;br /&gt;
&lt;br /&gt;
        Workstations (Intel, Linux)&lt;br /&gt;
        MacBook Pro notebook (Intel, Mac OS X)&lt;br /&gt;
        Blue Drop, NCSA (Power 7, Linux)&lt;br /&gt;
        Damiana, AEI (Intel Woodcrest cluster, Linux)&lt;br /&gt;
        Kraken, NICS (Cray XT5, Linux)&lt;br /&gt;
        Philip, LSU (Intel cluster, Linux)&lt;br /&gt;
        Queen Bee, LONI (Intel cluster, Linux)&lt;br /&gt;
        Ranger, TACC (AMD cluster, Linux)&lt;br /&gt;
&lt;br /&gt;
The Simulation Factory contains ready-to-use configuration details for&lt;br /&gt;
more than 20 additional systems, including most HPC systems at DOE,&lt;br /&gt;
LONI, TeraGrid, and RZG.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit thorns contain 132 regression test cases.  While&lt;br /&gt;
all test cases pass on some systems, there are unfortunately also&lt;br /&gt;
some systems where certain test cases fail. We verified that this is&lt;br /&gt;
because of accumulation of floating-point round-off error in most&lt;br /&gt;
cases, and we will discuss this issue in a broader context in the near&lt;br /&gt;
future.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit web site contains online documentation for its&lt;br /&gt;
thorns, and pointers for using it to build your own code.  There is&lt;br /&gt;
also a tutorial that explains how to download, build, and run the code&lt;br /&gt;
for a simple binary black hole evolution.  We invite you to join our&lt;br /&gt;
mailing list &amp;lt;users@einsteintoolkit.org&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The changes between this and the previous release include (not complete):&lt;br /&gt;
* Several Libraries can now be build in parallel-make mode, increasing compilation speed on some machines a lot.&lt;br /&gt;
* Several Libraries now clean up intermediate files, often using considerably less disk space per configuration.&lt;br /&gt;
* GRHydro includes (disabled, not yet finished) support for MHD. Don&amp;#039;t try to use it yet, and don&amp;#039;t get confused about that code.&lt;br /&gt;
* Several Libraries have been updated (ExternalLibraries)&lt;br /&gt;
* Simfactory received several updates, and this will likely be the last release with the Perl version.&lt;br /&gt;
* The links in the Reference manual now work (again).&lt;br /&gt;
* A lot of other bugs and testsuites were corrected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On behalf of the Einstein Toolkit Consortium: the &amp;quot;Chandrasekhar&amp;quot; Release Team&lt;br /&gt;
&lt;br /&gt;
        Gabrielle Allen&lt;br /&gt;
        Eloisa Bentivegna&lt;br /&gt;
        Tanja Bode&lt;br /&gt;
        Peter Diener&lt;br /&gt;
        Roland Haas&lt;br /&gt;
        Ian Hinder&lt;br /&gt;
        Frank Löffler&lt;br /&gt;
        Bruno Mundim&lt;br /&gt;
        Christian D. Ott&lt;br /&gt;
        Erik Schnetter&lt;br /&gt;
        Eric Seidel&lt;br /&gt;
        Michael Thomas&lt;br /&gt;
&lt;br /&gt;
November 23, 2010&lt;br /&gt;
&lt;br /&gt;
== Bohr (ET_2010_06) ==&lt;br /&gt;
&lt;br /&gt;
[text from release announcement]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This release comprises the following tools, arrangements, and thorns.  Each&lt;br /&gt;
tool/arrangement/thorn may have its own licencing conditions, but all are&lt;br /&gt;
available as open source:&lt;br /&gt;
&lt;br /&gt;
        Cactus                  Flesh&lt;br /&gt;
&lt;br /&gt;
        CactusBase              Standard Cactus thorns&lt;br /&gt;
        CactusConnect&lt;br /&gt;
        CactusElliptic&lt;br /&gt;
        CactusExternal&lt;br /&gt;
        CactusIO&lt;br /&gt;
        CactusNumerical&lt;br /&gt;
        CactusPUGH&lt;br /&gt;
        CactusPUGHIO&lt;br /&gt;
        CactusUtils&lt;br /&gt;
&lt;br /&gt;
        ExternalLibraries       Interfaces to external libraries&lt;br /&gt;
&lt;br /&gt;
        Carpet                  Adaptive mesh refinement&lt;br /&gt;
&lt;br /&gt;
        EinsteinAnalysis        Einstein Toolkit&lt;br /&gt;
        EinsteinBase&lt;br /&gt;
        EinsteinEOS&lt;br /&gt;
        EinsteinEvolve&lt;br /&gt;
        EinsteinInitialData&lt;br /&gt;
        EinsteinUtils&lt;br /&gt;
&lt;br /&gt;
        McLachlan               BSSN implementation&lt;br /&gt;
&lt;br /&gt;
        TAT/TATelliptic         Various thorns&lt;br /&gt;
        AEIThorns/AEILocalInterp&lt;br /&gt;
        LSUThorns/QuasiLocalMeasures&lt;br /&gt;
        LSUThorns/SummationByParts&lt;br /&gt;
&lt;br /&gt;
        Kranc                   Automated code generation&lt;br /&gt;
&lt;br /&gt;
        GetComponents           Downloading tools and thorns&lt;br /&gt;
&lt;br /&gt;
        SimFactory              Building code and running simulations&lt;br /&gt;
&lt;br /&gt;
All repositories participating in this release carry a branch&lt;br /&gt;
&amp;quot;ET_2010_06&amp;quot; marking this release.  These release branches will be&lt;br /&gt;
updated if severe errors are found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This release has been tested on the following systems and&lt;br /&gt;
architectures:&lt;br /&gt;
&lt;br /&gt;
        Workstations (Intel, Linux)&lt;br /&gt;
        MacBook Pro notebook (Intel, Mac OS X)&lt;br /&gt;
        Blue Drop, NCSA (Power 7, Linux)&lt;br /&gt;
        Damiana, AEI (AMD cluster, Linux)&lt;br /&gt;
        Kraken, NICS (Cray XT5, Linux)&lt;br /&gt;
        Philip, LSU (Intel cluster, Linux)&lt;br /&gt;
        Queen Bee, LONI (Intel cluster, Linux)&lt;br /&gt;
        Ranger, TACC (AMD cluster, Linux)&lt;br /&gt;
&lt;br /&gt;
The Simulation Factory contains ready-to-use configuration details for&lt;br /&gt;
more than 20 additional systems, including most HPC systems at DOE,&lt;br /&gt;
LONI, TeraGrid, and RZG.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit thorns contain 89 regression test cases.  While&lt;br /&gt;
all test cases pass on important systems, there are unfortunately also&lt;br /&gt;
some systems where certain test cases fail.  We verified that this is&lt;br /&gt;
because of accumulation of floating-point round-off error in most&lt;br /&gt;
cases, and we will discuss this issue in a broader context in the near&lt;br /&gt;
future.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit web site contains online documentation for its&lt;br /&gt;
thorns, and pointers for using it to build your own code.  There is&lt;br /&gt;
also a tutorial that explains how to download, build, and run the code&lt;br /&gt;
for a simple binary black hole evolution.  We invite you to join our&lt;br /&gt;
mailing list &amp;lt;users@einsteintoolkit.org&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On behalf of the Einstein Toolkit Consortium: the &amp;quot;Bohr&amp;quot; Release Team&lt;br /&gt;
&lt;br /&gt;
        Gabrielle Allen&lt;br /&gt;
        Eloisa Bentivegna&lt;br /&gt;
        Tanja Bode&lt;br /&gt;
        Peter Diener&lt;br /&gt;
        Roland Haas&lt;br /&gt;
        Ian Hinder&lt;br /&gt;
        Frank Loeffler&lt;br /&gt;
        Bruno Mundim&lt;br /&gt;
        Erik Schnetter&lt;br /&gt;
        Eric Seidel&lt;br /&gt;
&lt;br /&gt;
June 17, 2010&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=Detailed_Release_Announcement&amp;diff=3386</id>
		<title>Detailed Release Announcement</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=Detailed_Release_Announcement&amp;diff=3386"/>
		<updated>2012-11-06T15:45:00Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* Changes since last release */  -- Typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;#039;&amp;#039;&amp;#039;Not yet released&amp;#039;&amp;#039;&amp;#039;: Ørsted (ET_2012_11) ==&lt;br /&gt;
&lt;br /&gt;
=== Changes since last release ===&lt;br /&gt;
* GetComponents:&lt;br /&gt;
** anonymous checkout is now used by default. Use --noanonymous for authenticated checkouts&lt;br /&gt;
** make full clone default&lt;br /&gt;
* simfactory&lt;br /&gt;
** updates of various machine configurations&lt;br /&gt;
** Replace large files by hard links during cleanup&lt;br /&gt;
** Basic configuration file for ubuntu / debian / fedora desktops.&lt;br /&gt;
* utils: syntax highlight for vim and emacs&lt;br /&gt;
* Cactus flesh:&lt;br /&gt;
** The allocated size of grid functions can be accessed using cctk_ash. Note however, that this can be different from cctk_lsh. The latter is that part (size) of cctk_ash that is used within a simulation, i.e. that was set as simulation size via parameters. This is necessary for vectorization where there size of arrays should be multiples of some number, but the simulation domain might not be.&lt;br /&gt;
** correctly detect circular schedule items&lt;br /&gt;
** replace CCTK_RESTRICT by restrict, which is now defined by the flesh&lt;br /&gt;
** Change per thorn -DTHORN_IS_xxx to a per thorn -I bindings/include/xxx&lt;br /&gt;
** Correct error in determining dependencies&lt;br /&gt;
** have -reconfig target execute -cleandeps after reconfiguration&lt;br /&gt;
** add parameters to reverse un-enforced Cactus schedule ordering&lt;br /&gt;
** Move MPI support from flesh to a thorn&lt;br /&gt;
** Support various new Darwin minor versions&lt;br /&gt;
** increase default value of RELTOL to 1e-12&lt;br /&gt;
** Enforce that arrangement names are legal C identifiers&lt;br /&gt;
** Update Fortran API for CCTK_LOOP macros&lt;br /&gt;
** Add autoconf check whether C99 is supported (now required)&lt;br /&gt;
** New option -P (--exit-after-param-check) to exit after param check&lt;br /&gt;
** allow ${parfile} in parameter files to allow ${parfile}/subdir&lt;br /&gt;
* Carpet&lt;br /&gt;
** Now lives in git again&lt;br /&gt;
** A parameter &amp;lt;tt&amp;gt;CarpetLib::interpolate_from_buffer_zones&amp;lt;/tt&amp;gt; was introduced which, in order to get the correct behaviour (not to use the buffer zones for interpolations), should be set to &amp;quot;&amp;lt;tt&amp;gt;no&amp;lt;/tt&amp;gt;&amp;quot;. However, since this changes the way things had been done in the past and this change isn&amp;#039;t well tested yet, the default is still &amp;quot;&amp;lt;tt&amp;gt;yes&amp;lt;/tt&amp;gt;&amp;quot; (as like before the parameter was introduced). The default will very likely be changed for the next Einstein Toolkit release, after more testing.&lt;br /&gt;
** Added &amp;quot;balanced&amp;quot; domain decomposition&lt;br /&gt;
** Update setting CPU affinity&lt;br /&gt;
** change defaults of periodic_[xyz] to &amp;quot;yes&amp;quot; to match PUGH&lt;br /&gt;
** CarpetIOHDF5: add option checkpoint_every_divisor&lt;br /&gt;
** CarpetIOHDF5: teach the checkpointer to write index files&lt;br /&gt;
** CarpetIOHDF5: add support for index files to file reader&lt;br /&gt;
** LoopControl: Change printstats default to &amp;quot;no&amp;quot;&lt;br /&gt;
** CarpetInterp: New ENO2 interpolator.&lt;br /&gt;
** Support more than one hierarchy of timers&lt;br /&gt;
* EinsteinExact: New arrangement, to eventually replace the Exact thorn. The thorns in this arrangement are generated by Kranc&lt;br /&gt;
* McLachlan&lt;br /&gt;
** Correct some errors in CCZ4, in particular the GammaShift parameter&lt;br /&gt;
** Change the default value of apply_dissipation to &amp;quot;never&amp;quot;.&lt;br /&gt;
* ExternalLibraries: MPI is now treated like any other library on which flesh and thorns may depend, such as e.g. the GSL. It is thus configured via thorn &amp;lt;tt&amp;gt;ExternalLibraries/MPI&amp;lt;/tt&amp;gt;, and not via the flesh any more. In particular, the option &amp;quot;&amp;lt;tt&amp;gt;MPI = ...&amp;lt;/tt&amp;gt;&amp;quot; does not work any more and must not be used; instead, use e.g. &amp;quot;&amp;lt;tt&amp;gt;MPI_DIR = &amp;lt;path&amp;gt;&amp;lt;/tt&amp;gt;&amp;quot; to point to an existing installation. You may also say &amp;quot;&amp;lt;tt&amp;gt;MPI_DIR = BUILD&amp;lt;/tt&amp;gt;&amp;quot; to have Cactus build OpenMPI automatically, which is a convenient way of using MPI on a system where it may not be installed.&lt;br /&gt;
* LocalInterp: The interpolation loop uses OpenMP&lt;br /&gt;
* MoL: add multirate capabilities and three new multirate rk schemes&lt;br /&gt;
* SphericalSurface: make maxnphi and maxntheta parameters steerable&lt;br /&gt;
* NaNChecker: Add options to use restriction mask to ignore unused points, output more information about the failed points, use OpenMP during NaN check&lt;br /&gt;
* Multipole: Implement Driscoll&amp;amp;Healy integration&lt;br /&gt;
* HydroBase: schedule hydrobase_InitExcisionmask global-early loop-local&lt;br /&gt;
* TmunuBase: support_old_CalcTmunu_mechanism is now deprecated and is likely to be removed soon&lt;br /&gt;
* EOS_Omni: make more parameters steerable, add option read_table_on_single_process to have a named processor read the full table and MPI_Bcast it to the other processors&lt;br /&gt;
* GRHydro&lt;br /&gt;
** C2P: resort to bisection if Newton-Raphson fails. This is only activated if user requested this&lt;br /&gt;
** introduce parameters GRHydro_Y_e_min and GRHydro_Y_e_max to fix issues with EOS tables that don&amp;#039;t extend sufficiently far&lt;br /&gt;
** Fixes to atmosphere mask and the way we sync&lt;br /&gt;
** various fixes to ePPM&lt;br /&gt;
** Option to use the slow sector of multirate RK methods&lt;br /&gt;
** fixed issues with hot EOS treatment&lt;br /&gt;
** Option to reconstruct W*vel instead of vel&lt;br /&gt;
** use an early atmosphere reset to ensure past timelevels are initialized correctly&lt;br /&gt;
** various MHD fixes&lt;br /&gt;
* Exact: openmp fixes&lt;br /&gt;
* GRHydro_InitData: new poloidal magnetic field routine, Added option to smooth metric inside horizon, Alfven wave test&lt;br /&gt;
* SummationByParts: improve OpenMP parallelization&lt;br /&gt;
* Null*: respect Cactus&amp;#039; IO::truncate parameter&lt;br /&gt;
* AEIThorns/Trigger now part of the Einstein Toolkit&lt;br /&gt;
&lt;br /&gt;
External libraries:&lt;br /&gt;
* MPI: new - use this instead of the flesh mechanism (see above)&lt;br /&gt;
* BLAS: update to 3.4.2&lt;br /&gt;
* FFTW3: update to 3.3.2&lt;br /&gt;
* HDF5: will likely not build fortran and C++ api for next release by default (but still does now)&lt;br /&gt;
* LAPACK: update to 3.4.2&lt;br /&gt;
* LORENE: don&amp;#039;t use OpenMP unless it&amp;#039;s enabled within Cactus&lt;br /&gt;
* OpenSSL: improve search for existing library&lt;br /&gt;
* zlib: update to 1.2.7&lt;br /&gt;
* hwloc: new thorn for libhwloc&lt;br /&gt;
&lt;br /&gt;
== Lovelace (ET_2012_05) ==&lt;br /&gt;
&lt;br /&gt;
===Accelerator Support===&lt;br /&gt;
&lt;br /&gt;
This release of the Einstein Toolkit adds support for GPUs and other accelerators. This support comprises three levels of abstraction, ranging from merely building and running both CUDA and OpenCL code, to automated code generation targetting GPUs instead of CPUs. As with any other programming paradigm (such as MPI or OpenMP), the performance benefits depend on the particular algorithms used and optimisations that are applied. In addition, the Simulation Factory greatly aids portability to a wide range of computing systems.&lt;br /&gt;
  &lt;br /&gt;
At the lowest level, Cactus now supports compiling, building, and running with either CUDA or OpenCL. CUDA is supported as new language in addition to C, C++, and Fortran; OpenCL is supported as an external library, and builds and executes compute kernels via run-time calls. Details are described in the user&amp;#039;s guide (for CUDA) and in thorn &amp;lt;tt&amp;gt;ExternalLibraries/OpenCL&amp;lt;/tt&amp;gt; (for OpenCL).&lt;br /&gt;
&lt;br /&gt;
Many accelerator platforms today separate between host memory and device memory, and require explicit copy or map operations to transfer data. An intermediate level of abstraction aids transferring grid variables between host and device, using schedule declarations to keep track of which data are needed where, and minimising expensive data transfers. For OpenCL, there is a compact API to build and execute compute kernels at run time. Details are described in thorns &amp;lt;tt&amp;gt;CactusUtils/Accelerator&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;CactusUtils/OpenCLRunTime&amp;lt;/tt&amp;gt; (with example parameter file).&lt;br /&gt;
&lt;br /&gt;
Finally, the code generation system [http://kranccode.org/ &amp;lt;i&amp;gt;Kranc&amp;lt;/i&amp;gt;] has been extended to be able to produce either C++ or OpenCL code, based on the infrastructure described above. This allows writing GPU code in a very high-level manner. However, it needs to be stated that the efficiency of the generated code depends on many variables, including e.g. the finite differencing stencil radius and the number of operations in the generated compute kernels. Non-trivial kernels typically require system-dependent tuning to execute efficiently, as GPUs and other accelerators generally show a rather unforgiving performance behaviour. The thorns &amp;lt;tt&amp;gt;McLachlan/ML_WaveToy&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;McLachlan/ML_WaveToy_CL&amp;lt;/tt&amp;gt; are examples, generated from the same Kranc script, showing the generated C++ and OpenCL code.&lt;br /&gt;
&lt;br /&gt;
=== New features since last release ===&lt;br /&gt;
&lt;br /&gt;
* Einstein Toolkit: All test cases pass on almost all of the tested twenty production and development machines.&lt;br /&gt;
* SimFactory&lt;br /&gt;
** Machine database and optionlists updated due to system changes on HPC resources&lt;br /&gt;
** Simfactory can now be used to run the testsuites on a lot of systems. ICH: this is not new&lt;br /&gt;
* IOUtil: checkpoint_dir is now steerable&lt;br /&gt;
* SphericalSurface: added functionality to name spherical surfaces&lt;br /&gt;
* Formaline: Support a &amp;quot;local repository&amp;quot; that collects all machine-local repositories&lt;br /&gt;
* TimerReport: Allow different timers on different processes&lt;br /&gt;
* WeylScal4: Enable use of LoopControl, and hence OpenMP&lt;br /&gt;
* EOS_Omni: use C interface for HDF5 to avoid needing Fortran HDF5 bindings&lt;br /&gt;
* GRHydro:&lt;br /&gt;
** use atmosphere integer mask instead of bitmask&lt;br /&gt;
** remove (now) unused old Tmunu interface&lt;br /&gt;
** Implemented enhanced PPM scheme by Colella &amp;amp; Sekora 2008, McCorquodale &amp;amp; Colella 2011. Can be actived by setting use_enhanced_ppm = yes&lt;br /&gt;
* External Libraries: several updates and configuration improvements&lt;br /&gt;
* Cactus&lt;br /&gt;
** implement per-variable tolerances for Cactus testsuites, for long discussion, see ET ticket #114&lt;br /&gt;
** Allow arithmetic expression in ParameterSet: parameter files can now contain a limited set of expressions&lt;br /&gt;
** Handle requirements recursively&lt;br /&gt;
** A lot of smaller bug fixes&lt;br /&gt;
* McLachlan: Implement CCZ4 formulation&lt;br /&gt;
* CarpetMask: Keep track of the volume that is masked out&lt;br /&gt;
* CarpetLib: Define MPI reduction operators for complex numbers&lt;br /&gt;
* CarpetIOASCII: Add new &amp;quot;compact&amp;quot; output format&lt;br /&gt;
* Csrpet: Support accelerator data transfer&lt;br /&gt;
* CarpetRegrid2: Add periodic boundary conditions&lt;br /&gt;
* Simfactory&lt;br /&gt;
** Use OpenMP by default&lt;br /&gt;
** Make running testsuites using simfactory possible&lt;br /&gt;
** Updated a lot of configurations&lt;br /&gt;
&lt;br /&gt;
=== How to upgrade from ET_2011_10 (Maxwell) ===&lt;br /&gt;
&lt;br /&gt;
To upgrade from the previous release, use GetComponents with the new thornlist to check out the new version. GetComponents can also be used to update&lt;br /&gt;
an existing checkout, but since some components might have changed location or have been removed from the toolkit you should try a new checkout whenever possible instead.&lt;br /&gt;
&lt;br /&gt;
See the [http://einsteintoolkit.org/download/ Download] page on the Einstein Toolkit website for download instructions.&lt;br /&gt;
&lt;br /&gt;
=== Remaining issues with this release ===&lt;br /&gt;
&lt;br /&gt;
* Certain machines need to be configured specially in Simfactory because the remote directories cannot be determined automatically just from the username.  See the Machine notes below.&lt;br /&gt;
&lt;br /&gt;
* CarpetIOHDF5: When the new parameter CarpetIOHDF5::output_symmetry_points is set to &amp;quot;yes&amp;quot;, then symmetry points are not actually output if CarpetIOHDF5::output_buffer_points has been set to &amp;quot;no&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Recovering with Carpet: The maximum number of timelevels that can be recovered is Carpet::prolongation_order_time+1. This is usually the case, but it is possible to write parameter files e.g. with prolongation_order_time=1 that use 3 timelevels. This bug manifests in an assert() failure when recovering from checkpoints. The work-around is to either increase Carpet::prolongation_order_time or decrease the number of timelevels for the grid function in question accordingly.&lt;br /&gt;
&lt;br /&gt;
=== Machine notes ===&lt;br /&gt;
&lt;br /&gt;
==== Kraken ====&lt;br /&gt;
&lt;br /&gt;
defs.local.ini needs to have sourcebasedir = $HOME configured for this machine.  You need to determine $HOME by logging in to the machine.&lt;br /&gt;
&lt;br /&gt;
==== LoneStar and Ranger ====&lt;br /&gt;
&lt;br /&gt;
defs.local.ini needs to have sourcebasedir = $WORK and basedir = $SCRATCH/simulations configured for this machine.  You need to determine $WORK and $SCRATCH by logging in to the machine.&lt;br /&gt;
&lt;br /&gt;
==== Pandora ====&lt;br /&gt;
The LSU system pandora has at the time of writing not only severe problems of compiling Cactus (can crash the filesystem), but in part due to this also outstanding are some failing testsuite results. Please contact Peter Diener at CCT (LSU) before trying to use this machine.&lt;br /&gt;
&lt;br /&gt;
== Maxwell (ET_2011_10) ==&lt;br /&gt;
&lt;br /&gt;
=== New features since last release ===&lt;br /&gt;
&lt;br /&gt;
* Einstein Toolkit: All test cases pass on almost all of the tested twenty production and development machines.&lt;br /&gt;
* Carpet&lt;br /&gt;
** Significant internal development&lt;br /&gt;
** Grid structure is handled in a more efficient manner, leading to improved parallel scalability&lt;br /&gt;
** Grid structure output now supports multipatch&lt;br /&gt;
** Improvements to OpenMP parallelism in Carpet&lt;br /&gt;
** Support for cell-centering&lt;br /&gt;
** Timers are now hierarchical - use parameter output_timer_tree_every to output the timer tree to standard output.  This makes it much easier to see where the time is spent in a simulation&lt;br /&gt;
** A backtrace file is now written to the output directory when the simulation code crashes.  Note that you probably need to add the -rdynamic option to CFLAGS and CXXFLAGS for the backtrace symbols to be interpreted correctly.&lt;br /&gt;
* CarpetIOHDF5: There are now parameters which select whether symmetry, boundary and buffer points are output for sliced output.  &lt;br /&gt;
* CarpetRegrid2: Now supports &amp;quot;true&amp;quot; AMR based on a regridding criterion&lt;br /&gt;
* SimFactory&lt;br /&gt;
** Completely new rewrite, new repository.&lt;br /&gt;
** Machine database and optionlists updated due to system changes on HPC resources&lt;br /&gt;
** Can now run the Cactus test suites as part of a job in a queuing system&lt;br /&gt;
** TODO: List of new machines supported by SimFactory?&lt;br /&gt;
** Optionlists now enable instruction vectorisation by default - this affects those thorns that explicitly use this vectorisation, including McLachlan and Carpet&lt;br /&gt;
** Now supports parameter file scripts &amp;lt;name&amp;gt;.rpar - these should be scripts which write a parameter file to &amp;lt;name&amp;gt;.par.  This is useful for performing simple calculations on parameters in python or perl&lt;br /&gt;
** Now uses the Intel compiler by default on Kraken and Hopper&lt;br /&gt;
* Cactus&lt;br /&gt;
** CUDA support added for GPU computing&lt;br /&gt;
** Parameters can now be used in STORAGE specifications in schedule.ccl files&lt;br /&gt;
** Multi-line parameter values can now contain comments - this makes it easier to comment out entries&lt;br /&gt;
** Mac OS 10.7 (Lion) is now supported&lt;br /&gt;
** CCTK_GFINDEX3D now checks index against array bounds when CCTK_DEBUG is defined&lt;br /&gt;
** Standard output of Cactus build process is now much more compact&lt;br /&gt;
* McLachlan&lt;br /&gt;
** Performance improvements&lt;br /&gt;
** BSSN has instruction vectorisation enabled by default for improved speed&lt;br /&gt;
* GRHydro&lt;br /&gt;
** Support for MHD was added, but is by default disabled.&lt;br /&gt;
* WeylScal4: OpenMP support enabled in WeylScal4&lt;br /&gt;
* TimerReport: &amp;quot;top timers&amp;quot; now given as min/max/mean across all processes instead of just from the root process&lt;br /&gt;
* ADMBase&lt;br /&gt;
** Variables now have flat boundary condition applied&lt;br /&gt;
** Default value of ADMBase::initial_shift is now zero rather than none&lt;br /&gt;
* TwoPunctures: Now outputs a BBH metadata file, as used by NINJA / NRAR projects&lt;br /&gt;
* Vectors: New thorn which supports instruction vectorization to improve performance of codes that use it&lt;br /&gt;
* Cauchy Characteristic Extraction and the PITT Null Code are now included.&lt;br /&gt;
** The Pitt code implements a robust fully nonlinear characteristic evolution scheme for the Einstein equations for asymptotically flat spacetimes.&lt;br /&gt;
** Included in the code is the gauge invariant calculation of the Bondi News function at future null infinity.&lt;br /&gt;
** Include in the code are thorns that implement Cauchy Characteristic extraction, where Cauchy evolutions (McLachlan) provide  boundary data for a characteristic evolution. This allows for the unambiguous calculation of the gravitational waveform from merging BBH spacetimes.&lt;br /&gt;
* FFTW3 library has been added to the ET&lt;br /&gt;
* Kranc&lt;br /&gt;
** thorns can now be generated including a Jacobian transformation of all derivatives - this means they can be used with multi-patch&lt;br /&gt;
** improvements to instruction vectorization &lt;br /&gt;
** can now perform finite differences using either function calls or macros; control using VECTORISE_INLINE = yes/no in optionlist; using functions can make the code fit in the instruction cache where it didn&amp;#039;t before, resulting in large speed increases, using macros can cause compilers to run out of memory for complicated codes&lt;br /&gt;
** Generated thorns now check that there are sufficient ghost and boundary points for the finite differencing stencil used&lt;br /&gt;
** error detection has been improved&lt;br /&gt;
&lt;br /&gt;
=== How to upgrade from ET_2011_05 (Curie) ===&lt;br /&gt;
&lt;br /&gt;
To upgrade from the previous release, it is necessary to download a separate copy of the new release using GetComponents and manually copy any local changes from the old version to the new version.  Unfortunately, due to the significant changes to SimFactory and Carpet in this release, it is not possible to perform an automatic upgrade.&lt;br /&gt;
&lt;br /&gt;
See the [http://einsteintoolkit.org/download/ Download] page on the Einstein Toolkit website for download instructions.&lt;br /&gt;
&lt;br /&gt;
There is also a SimFactory Transition Guide which explains the important differences in the new version. (TODO)&lt;br /&gt;
&lt;br /&gt;
=== Remaining issues with this release ===&lt;br /&gt;
&lt;br /&gt;
* Certain machines need to be configured specially in Simfactory because the remote directories cannot be determined automatically just from the username.  See the Machine notes below.&lt;br /&gt;
&lt;br /&gt;
* CarpetIOHDF5: When the new parameter CarpetIOHDF5::output_symmetry_points is set to &amp;quot;yes&amp;quot;, then symmetry points are not actually output if CarpetIOHDF5::output_buffer_points has been set to &amp;quot;no&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Recovering with Carpet: The maximum number of timelevels that can be recovered is Carpet::prolongation_order_time+1. This is usually the case, but it is possible to write parameter files e.g. with prolongation_order_time=1 that use 3 timelevels. This bug manifests in an assert() failure when recovering from checkpoints. The work-around is to increase Carpet::prolongation_order_time accordingly.&lt;br /&gt;
&lt;br /&gt;
* CarpetMask: CarpetMask excises the interior of the black hole from the reduction operations, thus effectively reducing the volume of the simulation domain. However, CarpetReduce is not aware of this, and thus emits the following warning when CarpetMask is used:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
WARNING level 1 in thorn CarpetReduce processor 0 host kop70.datura.admin&lt;br /&gt;
  (line 120 of Cactus/arrangements/Carpet/CarpetReduce/src/mask_test.c): &lt;br /&gt;
  -&amp;gt; Simulation domain volume and reduction weight sum differ&lt;br /&gt;
INFO (CarpetReduce): Simulation domain volume: 432000&lt;br /&gt;
INFO (CarpetReduce): Reduction weight sum:     431999.996160507&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
In this case, this warning is harmless, and it can be avoided by increasing the warning level e.g. to 4 in the CCTK_VWarn call on line 120 of Cactus/arrangements/Carpet/CarpetReduce/src/mask_test.c.&lt;br /&gt;
&lt;br /&gt;
=== Compatibility notes ===&lt;br /&gt;
&lt;br /&gt;
* SimFactory: Completely rewritten to make it more maintainable.  The user interface has changed; see the [https://docs.einsteintoolkit.org/et-docs/Pysim_Tutorial_for_New_Users Tutorial for new users]&lt;br /&gt;
* Carpet: Can no longer use symmetries specified using CartGrid3D::domain.  Use the symmetry thorns in CactusNumerical instead.&lt;br /&gt;
* Cactus: Build process parameter SILENT=no has been replaced with VERBOSE=yes&lt;br /&gt;
* Applying boundary conditions consistently: Boundary conditions were not applied consistently, in particular after recovering. There is now a new schedule group MoL_PseudoEvolutionBoundaries. Boundary conditions (including synchronisiation, symmetry conditions etc.) for functions scheduled in MoL_PseudoEvolution need to be scheduled in MoL_PseudoEvolutionBoundaries.&lt;br /&gt;
* Enforcing constraints consistently: Certain constraints should be enforced only during time evolution. Since the group MoL_PostStep is scheduled at many other occasions, such constraints need to be scheduled in the new group MoL_PostStepModify instead.&lt;br /&gt;
* McLachlan: Use of ML_BSSN_O2, ML_BSSN_O8 and ML_BSSN_MP_O8 is now deprecated and these thorns will be removed in the next release.  ML_BSSN can be used with the new fdOrder parameter (set to 2, 4, 6 or 8) to control finite differencing order.  Multipatch can be enabled in ML_BSSN in the parameter file (see Kranc documentation).  &lt;br /&gt;
* WeylScal4: Parameter fd_order = 2nd/4th is now deprecated in favour of fdOrder = 2/4/6/8.  fd_order will be removed in the next release.&lt;br /&gt;
* LocalReduce and LocalInterp have moved from CactusBase to CactusNumerical&lt;br /&gt;
* Carpet: Refinement levels can now have different numbers of ghost zones.  This means that cctk_nghostzones is NOT defined in global mode any more, and will contain poison.&lt;br /&gt;
* EOS_Omni: This is now the only supported EOS interface within the Einstein Toolkit. [http://einsteintoolkit.org/documentation/ThornGuide/ThornGuidech150.html#x168-2652000Q6 Documentation] for this interface is bundled with the EOS_Omni thorn.&lt;br /&gt;
* Cactus: SILENT=no is depreciated within Cactus, and is superseeded by VERBOSE=yes.&lt;br /&gt;
&lt;br /&gt;
=== Machine notes ===&lt;br /&gt;
&lt;br /&gt;
==== Kraken ====&lt;br /&gt;
&lt;br /&gt;
defs.local.ini needs to have sourcebasedir = $HOME configured for this machine.  You need to determine $HOME by logging in to the machine.&lt;br /&gt;
&lt;br /&gt;
==== LoneStar and Ranger ====&lt;br /&gt;
&lt;br /&gt;
defs.local.ini needs to have sourcebasedir = $WORK and basedir = $SCRATCH/simulations configured for this machine.  You need to determine $WORK and $SCRATCH by logging in to the machine.&lt;br /&gt;
&lt;br /&gt;
== Curie (ET_2011_05) ==&lt;br /&gt;
&lt;br /&gt;
[text from release announcement]&lt;br /&gt;
&lt;br /&gt;
This release comprises the following tools, arrangements, and thorns.  Each&lt;br /&gt;
tool/arrangement/thorn may have its own licencing conditions, but all are&lt;br /&gt;
available as open source. Green components are new in this release.&lt;br /&gt;
&lt;br /&gt;
        Cactus                  Flesh&lt;br /&gt;
        CactusBase              Standard Cactus thorns&lt;br /&gt;
        CactusConnect&lt;br /&gt;
        CactusElliptic&lt;br /&gt;
        CactusIO&lt;br /&gt;
        CactusNumerical&lt;br /&gt;
        CactusPUGH&lt;br /&gt;
        CactusPUGHIO&lt;br /&gt;
        CactusTest&lt;br /&gt;
        CactusUtils             &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: NoMPI&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        ExternalLibraries       Interfaces to external libraries, &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: zlib&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        Carpet                  Adaptive mesh refinement&lt;br /&gt;
&lt;br /&gt;
        EinsteinAnalysis        Einstein Toolkit&lt;br /&gt;
        EinsteinBase&lt;br /&gt;
        EinsteinEOS             &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: EOS_Omni&amp;lt;/span&amp;gt;, &amp;lt;span style=&amp;quot;color:#daa520&amp;quot;&amp;gt;others will be removed next release&amp;lt;/span&amp;gt;&lt;br /&gt;
        EinsteinEvolve          &amp;lt;span style=&amp;quot;color:#daa520&amp;quot;&amp;gt;LegoExcision will be removed next release&amp;lt;/span&amp;gt;&lt;br /&gt;
        EinsteinInitialData&lt;br /&gt;
        EinsteinUtils&lt;br /&gt;
&lt;br /&gt;
        McLachlan               BSSN implementation&lt;br /&gt;
&lt;br /&gt;
        TAT/TATelliptic         Various thorns&lt;br /&gt;
&lt;br /&gt;
        AEIThorns               Thorns hosted at AEI &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: PunctureTracker, SystemStatistics&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        LSUThorns               Thorns hosted at LSU &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: Vectors&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        Kranc                   Automated code generation&lt;br /&gt;
&lt;br /&gt;
        GetComponents           Downloading tools and thorns &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new repository&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
        SimFactory              Building code and running simulations&lt;br /&gt;
&lt;br /&gt;
The Simulation Factory contains ready-to-use configuration details for&lt;br /&gt;
more than 60 systems, including most HPC systems at DOE,&lt;br /&gt;
LONI, TeraGrid, and RZG.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit thorns contain over 130 regression test cases. On a large portion of the tested machines, all of these testsuites pass, using both MPI and OpenMP.&lt;br /&gt;
&lt;br /&gt;
The changes between this and the previous release include:&lt;br /&gt;
* A new equation of state (EOS) interface was introduced, replacing both EOS_Base and EOSG_Base. It was designed with efficiency in mind, and combines all EOSs into one single thorn. All previously supported EOSs are now provided by EOS_Omni. The other EOS thorns are still maintained, but their support will be dropped at the next Einstein Toolkit release.&lt;br /&gt;
* The location of the GetComponents script changed (now hosted at github).&lt;br /&gt;
* The MHD implementation within GRHydro saw several updates, but is still disabled by default.&lt;br /&gt;
* Since spacetime-excision is not actively used anymore and not supported by an evolution thorn within the ET, this will be the last time LegoExcision will be part of an Einstein Toolkit release. Please consider other options if you rely on it, or let us know so that we can reconsider this decision.&lt;br /&gt;
* This release still ships with the Perl-version of Simfactory, but includes updated machine configurations and some bug fixes.&lt;br /&gt;
* Some external libraries now check for the parallel usage of the old library interface (e.g. HDF5=yes) and abort in this case. The new way (e.g. HDF5_DIR=...) is not compatible with the old way to specify libraries. If you get errors because of this you have to remove one of the two specifications from your optionlist.&lt;br /&gt;
&lt;br /&gt;
== Chandrasekhar (ET_2010_11) ==&lt;br /&gt;
&lt;br /&gt;
[text from release announcement]&lt;br /&gt;
&lt;br /&gt;
This release comprises the following tools, arrangements, and thorns.  Each&lt;br /&gt;
tool/arrangement/thorn may have its own licencing conditions, but all are&lt;br /&gt;
available as open source. Green components are new in this release, shown in&lt;br /&gt;
red are components now not longer part of the Einstein Toolkit:&lt;br /&gt;
&lt;br /&gt;
        Cactus                  Flesh&lt;br /&gt;
&lt;br /&gt;
        CactusBase              Standard Cactus thorns&lt;br /&gt;
        CactusConnect&lt;br /&gt;
        CactusElliptic&lt;br /&gt;
        &amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;CactusExternal&amp;lt;/span&amp;gt;          Not part of the Einstein Toolkit anymore (use ExternalLibraries/libjpeg instead of jpeg6b)&lt;br /&gt;
        CactusIO&lt;br /&gt;
        CactusNumerical         &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: InterpToArray&amp;lt;/span&amp;gt;&lt;br /&gt;
        CactusPUGH&lt;br /&gt;
        CactusPUGHIO&lt;br /&gt;
        &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;CactusTest&amp;lt;/span&amp;gt;              Various Cactus testsuite thorns&lt;br /&gt;
        CactusUtils&lt;br /&gt;
        &amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;CactusWave&amp;lt;/span&amp;gt;              Wavetoy example thorns&lt;br /&gt;
&lt;br /&gt;
        ExternalLibraries       Interfaces to external libraries (&amp;lt;span style=&amp;quot;color:#00FF00&amp;quot;&amp;gt;new: OpenSSL, libjpeg&amp;lt;/span&amp;gt;, several updates in other thorns)&lt;br /&gt;
&lt;br /&gt;
        Carpet                  Adaptive mesh refinement&lt;br /&gt;
&lt;br /&gt;
        EinsteinAnalysis        Einstein Toolkit&lt;br /&gt;
        EinsteinBase&lt;br /&gt;
        EinsteinEOS&lt;br /&gt;
        EinsteinEvolve&lt;br /&gt;
        EinsteinInitialData&lt;br /&gt;
        EinsteinUtils&lt;br /&gt;
&lt;br /&gt;
        McLachlan               BSSN implementation&lt;br /&gt;
&lt;br /&gt;
        TAT/TATelliptic         Various thorns&lt;br /&gt;
        AEIThorns/AEILocalInterp&lt;br /&gt;
        LSUThorns/QuasiLocalMeasures&lt;br /&gt;
        LSUThorns/SummationByParts&lt;br /&gt;
&lt;br /&gt;
        Kranc                   Automated code generation&lt;br /&gt;
&lt;br /&gt;
        GetComponents           Downloading tools and thorns&lt;br /&gt;
&lt;br /&gt;
        SimFactory              Building code and running simulations&lt;br /&gt;
&lt;br /&gt;
All repositories participating in this release carry a branch&lt;br /&gt;
&amp;quot;ET_2010_11&amp;quot; marking this release.  These release branches will be&lt;br /&gt;
updated if severe errors are found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This release has been tested on the following systems and&lt;br /&gt;
architectures:&lt;br /&gt;
&lt;br /&gt;
        Workstations (Intel, Linux)&lt;br /&gt;
        MacBook Pro notebook (Intel, Mac OS X)&lt;br /&gt;
        Blue Drop, NCSA (Power 7, Linux)&lt;br /&gt;
        Damiana, AEI (Intel Woodcrest cluster, Linux)&lt;br /&gt;
        Kraken, NICS (Cray XT5, Linux)&lt;br /&gt;
        Philip, LSU (Intel cluster, Linux)&lt;br /&gt;
        Queen Bee, LONI (Intel cluster, Linux)&lt;br /&gt;
        Ranger, TACC (AMD cluster, Linux)&lt;br /&gt;
&lt;br /&gt;
The Simulation Factory contains ready-to-use configuration details for&lt;br /&gt;
more than 20 additional systems, including most HPC systems at DOE,&lt;br /&gt;
LONI, TeraGrid, and RZG.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit thorns contain 132 regression test cases.  While&lt;br /&gt;
all test cases pass on some systems, there are unfortunately also&lt;br /&gt;
some systems where certain test cases fail. We verified that this is&lt;br /&gt;
because of accumulation of floating-point round-off error in most&lt;br /&gt;
cases, and we will discuss this issue in a broader context in the near&lt;br /&gt;
future.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit web site contains online documentation for its&lt;br /&gt;
thorns, and pointers for using it to build your own code.  There is&lt;br /&gt;
also a tutorial that explains how to download, build, and run the code&lt;br /&gt;
for a simple binary black hole evolution.  We invite you to join our&lt;br /&gt;
mailing list &amp;lt;users@einsteintoolkit.org&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The changes between this and the previous release include (not complete):&lt;br /&gt;
* Several Libraries can now be build in parallel-make mode, increasing compilation speed on some machines a lot.&lt;br /&gt;
* Several Libraries now clean up intermediate files, often using considerably less disk space per configuration.&lt;br /&gt;
* GRHydro includes (disabled, not yet finished) support for MHD. Don&amp;#039;t try to use it yet, and don&amp;#039;t get confused about that code.&lt;br /&gt;
* Several Libraries have been updated (ExternalLibraries)&lt;br /&gt;
* Simfactory received several updates, and this will likely be the last release with the Perl version.&lt;br /&gt;
* The links in the Reference manual now work (again).&lt;br /&gt;
* A lot of other bugs and testsuites were corrected.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On behalf of the Einstein Toolkit Consortium: the &amp;quot;Chandrasekhar&amp;quot; Release Team&lt;br /&gt;
&lt;br /&gt;
        Gabrielle Allen&lt;br /&gt;
        Eloisa Bentivegna&lt;br /&gt;
        Tanja Bode&lt;br /&gt;
        Peter Diener&lt;br /&gt;
        Roland Haas&lt;br /&gt;
        Ian Hinder&lt;br /&gt;
        Frank Löffler&lt;br /&gt;
        Bruno Mundim&lt;br /&gt;
        Christian D. Ott&lt;br /&gt;
        Erik Schnetter&lt;br /&gt;
        Eric Seidel&lt;br /&gt;
        Michael Thomas&lt;br /&gt;
&lt;br /&gt;
November 23, 2010&lt;br /&gt;
&lt;br /&gt;
== Bohr (ET_2010_06) ==&lt;br /&gt;
&lt;br /&gt;
[text from release announcement]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This release comprises the following tools, arrangements, and thorns.  Each&lt;br /&gt;
tool/arrangement/thorn may have its own licencing conditions, but all are&lt;br /&gt;
available as open source:&lt;br /&gt;
&lt;br /&gt;
        Cactus                  Flesh&lt;br /&gt;
&lt;br /&gt;
        CactusBase              Standard Cactus thorns&lt;br /&gt;
        CactusConnect&lt;br /&gt;
        CactusElliptic&lt;br /&gt;
        CactusExternal&lt;br /&gt;
        CactusIO&lt;br /&gt;
        CactusNumerical&lt;br /&gt;
        CactusPUGH&lt;br /&gt;
        CactusPUGHIO&lt;br /&gt;
        CactusUtils&lt;br /&gt;
&lt;br /&gt;
        ExternalLibraries       Interfaces to external libraries&lt;br /&gt;
&lt;br /&gt;
        Carpet                  Adaptive mesh refinement&lt;br /&gt;
&lt;br /&gt;
        EinsteinAnalysis        Einstein Toolkit&lt;br /&gt;
        EinsteinBase&lt;br /&gt;
        EinsteinEOS&lt;br /&gt;
        EinsteinEvolve&lt;br /&gt;
        EinsteinInitialData&lt;br /&gt;
        EinsteinUtils&lt;br /&gt;
&lt;br /&gt;
        McLachlan               BSSN implementation&lt;br /&gt;
&lt;br /&gt;
        TAT/TATelliptic         Various thorns&lt;br /&gt;
        AEIThorns/AEILocalInterp&lt;br /&gt;
        LSUThorns/QuasiLocalMeasures&lt;br /&gt;
        LSUThorns/SummationByParts&lt;br /&gt;
&lt;br /&gt;
        Kranc                   Automated code generation&lt;br /&gt;
&lt;br /&gt;
        GetComponents           Downloading tools and thorns&lt;br /&gt;
&lt;br /&gt;
        SimFactory              Building code and running simulations&lt;br /&gt;
&lt;br /&gt;
All repositories participating in this release carry a branch&lt;br /&gt;
&amp;quot;ET_2010_06&amp;quot; marking this release.  These release branches will be&lt;br /&gt;
updated if severe errors are found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This release has been tested on the following systems and&lt;br /&gt;
architectures:&lt;br /&gt;
&lt;br /&gt;
        Workstations (Intel, Linux)&lt;br /&gt;
        MacBook Pro notebook (Intel, Mac OS X)&lt;br /&gt;
        Blue Drop, NCSA (Power 7, Linux)&lt;br /&gt;
        Damiana, AEI (AMD cluster, Linux)&lt;br /&gt;
        Kraken, NICS (Cray XT5, Linux)&lt;br /&gt;
        Philip, LSU (Intel cluster, Linux)&lt;br /&gt;
        Queen Bee, LONI (Intel cluster, Linux)&lt;br /&gt;
        Ranger, TACC (AMD cluster, Linux)&lt;br /&gt;
&lt;br /&gt;
The Simulation Factory contains ready-to-use configuration details for&lt;br /&gt;
more than 20 additional systems, including most HPC systems at DOE,&lt;br /&gt;
LONI, TeraGrid, and RZG.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit thorns contain 89 regression test cases.  While&lt;br /&gt;
all test cases pass on important systems, there are unfortunately also&lt;br /&gt;
some systems where certain test cases fail.  We verified that this is&lt;br /&gt;
because of accumulation of floating-point round-off error in most&lt;br /&gt;
cases, and we will discuss this issue in a broader context in the near&lt;br /&gt;
future.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit web site contains online documentation for its&lt;br /&gt;
thorns, and pointers for using it to build your own code.  There is&lt;br /&gt;
also a tutorial that explains how to download, build, and run the code&lt;br /&gt;
for a simple binary black hole evolution.  We invite you to join our&lt;br /&gt;
mailing list &amp;lt;users@einsteintoolkit.org&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On behalf of the Einstein Toolkit Consortium: the &amp;quot;Bohr&amp;quot; Release Team&lt;br /&gt;
&lt;br /&gt;
        Gabrielle Allen&lt;br /&gt;
        Eloisa Bentivegna&lt;br /&gt;
        Tanja Bode&lt;br /&gt;
        Peter Diener&lt;br /&gt;
        Roland Haas&lt;br /&gt;
        Ian Hinder&lt;br /&gt;
        Frank Loeffler&lt;br /&gt;
        Bruno Mundim&lt;br /&gt;
        Erik Schnetter&lt;br /&gt;
        Eric Seidel&lt;br /&gt;
&lt;br /&gt;
June 17, 2010&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3369</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3369"/>
		<updated>2012-10-24T21:33:59Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Discussions/Agenda =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD used for the paper&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
** What place can we store SmoothedPuncture (Turduckening) function?&lt;br /&gt;
* &amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
*** Hacks: if failures within horizon, just use initial prims and run prim2con&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
== Con2Prim Inverter ==&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
== Vector Potential ==&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
The basic functions, scheduling, storage, and interface are ready to be committed. The remaining work is the brunt of the bookkeeping and physics. The work to be partitioned out is detailed below.&lt;br /&gt;
&lt;br /&gt;
References: [http://arxiv.org/abs/1110.4633 arXiv:1110.4633] for Lorenz gauge and [http://arxiv.org/abs/1007.2848 arXiv:1007.2848] for Algebraic gauge&lt;br /&gt;
&lt;br /&gt;
Basic organizational ideas for implementation:&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro. Currently must live in GRHydro in order to keep development separate within Zelmani pre-release. &lt;br /&gt;
* Allow HydroBase::initial_bvec to be &amp;quot;from Avec&amp;quot;. Currently provided by GRHydro. Since it depends on where A resides on the cell, may want to keep this within GRHydro.&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani. &lt;br /&gt;
&lt;br /&gt;
* Source terms for A -- Use B^i from appropriate locations for A_i to be located as expected&lt;br /&gt;
* Conversion from (Aphi,A_i) -&amp;gt; Bvec&lt;br /&gt;
* Riemannsolver -- Support for A^mu (Lorenz gauge) or verified no-flux for algebraic gauge&lt;br /&gt;
* New prolongation operator for A_i&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3368</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3368"/>
		<updated>2012-10-24T21:19:08Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Discussions/Agenda =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD used for the paper&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
** What place can we store SmoothedPuncture (Turduckening) function?&lt;br /&gt;
* &amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
*** Hacks: if failures within horizon, just use initial prims and run prim2con&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
== Con2Prim Inverter ==&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
== Vector Potential ==&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
The basic functions, scheduling, storage, and interface are ready to be committed. The remaining work is the brunt of the bookkeeping and physics. The work to be partitioned out is detailed below.&lt;br /&gt;
&lt;br /&gt;
References: [http://arxiv.org/abs/1110.4633 arXiv:1110.4633] for Lorenz gauge and [http://arxiv.org/abs/1007.2848 arXiv:1007.2848] for Algebraic gauge&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani. &lt;br /&gt;
&lt;br /&gt;
* Source terms for A -- Use B^i from appropriate locations for A_i to be located as expected&lt;br /&gt;
* Conversion from (Aphi,A_i) -&amp;gt; Bvec&lt;br /&gt;
* Riemannsolver -- Support for A^mu (Lorenz gauge) or verified no-flux for algebraic gauge&lt;br /&gt;
* New prolongation operator for A_i&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro. Currently must live in GRHydro in order to keep development separate within Zelmani pre-release. &lt;br /&gt;
* Allow HydroBase::initial_bvec to be &amp;quot;from Avec&amp;quot;. Generation of A from B is difficult&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
* Start with this at heart once release version of GRMHD ready&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3367</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3367"/>
		<updated>2012-10-24T16:23:59Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Discussions/Agenda =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD used for the paper&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
** What place can we store SmoothedPuncture (Turduckening) function?&lt;br /&gt;
* &amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
*** Hacks: if failures within horizon, just use initial prims and run prim2con&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
== Con2Prim Inverter ==&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
== Vector Potential ==&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and interface (done)&lt;br /&gt;
* Source terms for A (done)&lt;br /&gt;
* Convert (Aphi,A_i) -&amp;gt; Bvec, called with (or by) Con2Prim&lt;br /&gt;
* Riemannsolver support for A^mu (Lorenz gauge)&lt;br /&gt;
* Prim2Con handles uses B (from A) &lt;br /&gt;
* New prolongation operator for A_i&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro. Currently must live in GRHydro in order to keep development separate within Zelmani pre-release. &lt;br /&gt;
* Allow HydroBase::initial_bvec to be &amp;quot;from Avec&amp;quot;. Generation of A from B is difficult&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
* Start with this at heart once release version of GRMHD ready&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3366</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3366"/>
		<updated>2012-10-24T16:06:31Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Discussions/Agenda =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD used for the paper&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
** What place can we store SmoothedPuncture (Turduckening) function?&lt;br /&gt;
* &amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
*** Hacks: if failures within horizon, just use initial prims and run prim2con&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
== Con2Prim Inverter ==&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
== Vector Potential ==&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and interface (done)&lt;br /&gt;
* Source terms for A (just need to add source terms for A_i, Aphi)&lt;br /&gt;
* Convert (Aphi,A_i) -&amp;gt; Bvec, called with (or by) Con2Prim&lt;br /&gt;
* Riemannsolver support for A^mu (Lorenz gauge)&lt;br /&gt;
* Prim2Con handles uses B (from A) &lt;br /&gt;
* New prolongation operator for A_i&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro. Currently must live in GRHydro in order to keep development separate within Zelmani pre-release. &lt;br /&gt;
* Allow HydroBase::initial_bvec to be &amp;quot;from Avec&amp;quot;. Generation of A from B is difficult&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
* Start with this at heart once release version of GRMHD ready&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3361</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3361"/>
		<updated>2012-10-23T21:21:02Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Discussions/Agenda =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD used for the paper&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
** What place can we store SmoothedPuncture (Turduckening) function?&lt;br /&gt;
* &amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
*** Hacks: if failures within horizon, just use initial prims and run prim2con&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
== Con2Prim Inverter ==&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
== Vector Potential ==&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro. Currently must live in GRHydro in order to keep development separate within Zelmani pre-release. &lt;br /&gt;
* Allow HydroBase::initial_bvec to be &amp;quot;from Avec&amp;quot;. Generation of A from B is difficult&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
* Start with this at heart once release version of GRMHD ready&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and interface (done)&lt;br /&gt;
* Source terms for A&lt;br /&gt;
* Riemannsolver support for A^mu (Lorenz gauge)&lt;br /&gt;
* Evolution equations for Avec,Aphi&lt;br /&gt;
* Bvec construction from A^mu (into HydroBase in the end, scheduled more often by GRHydro when Avec evolved)&lt;br /&gt;
* Handle A -&amp;gt; Bvec before/in Prim2Con&lt;br /&gt;
* VecPot version of Con2Prim avoid Avec itself&lt;br /&gt;
* Reconstruct A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3360</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3360"/>
		<updated>2012-10-23T20:11:35Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Discussions/Agenda =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD used for the paper&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
** What place can we store SmoothedPuncture (Turduckening) function?&lt;br /&gt;
* &amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
*** Hacks: if failures within horizon, just use initial prims and run prim2con&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
== Con2Prim Inverter ==&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
== Vector Potential ==&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro. Currently must live in GRHydro in order to keep development separate within Zelmani pre-release. &lt;br /&gt;
* Allow HydroBase::initial_bvec to be &amp;quot;from Avec&amp;quot;. Generation of A from B is difficult&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
* Start with this at heart once release version of GRMHD ready&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and interface (done)&lt;br /&gt;
* Evolution equations for Avec,Aphi&lt;br /&gt;
* Bvec construction from A^mu (into HydroBase in the end, scheduled more often by GRHydro when Avec evolved)&lt;br /&gt;
* Handle A -&amp;gt; Bvec before/in Prim2Con&lt;br /&gt;
* VecPot version of Con2Prim avoid Avec itself&lt;br /&gt;
* Reconstruct A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3358</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3358"/>
		<updated>2012-10-23T19:51:45Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Discussions/Agenda =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD used for the paper&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
** What place can we store SmoothedPuncture (Turduckening) function?&lt;br /&gt;
* &amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
*** Hacks: if failures within horizon, just use initial prims and run prim2con&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
== Con2Prim Inverter ==&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
== Vector Potential ==&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
* Start with this at heart once release version of GRMHD ready&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and interface (done)&lt;br /&gt;
* Evolution equations&lt;br /&gt;
* Bvec construction from A^mu&lt;br /&gt;
* Prim2Con/Con2Prim support for A^mu&lt;br /&gt;
* Reconstruction support for A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;br /&gt;
* Recovery point-wise support for A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3357</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3357"/>
		<updated>2012-10-23T19:39:08Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Development Agenda =&lt;br /&gt;
&lt;br /&gt;
Discussions&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
*** Hacks: if failures within horizon, just use initial prims and run prim2con&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
= Con2Prim Inverter =&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
= Vector Potential =&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and interface (done)&lt;br /&gt;
* Evolution equations&lt;br /&gt;
* Bvec construction from A^mu&lt;br /&gt;
* Prim2Con/Con2Prim support for A^mu&lt;br /&gt;
* Reconstruction support for A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;br /&gt;
* Recovery point-wise support for A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3356</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3356"/>
		<updated>2012-10-23T19:30:52Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Development Agenda =&lt;br /&gt;
&lt;br /&gt;
Discussions&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD&amp;#039;&amp;#039;&lt;br /&gt;
** Need some addressing of Con2Prim for GRMHD pushed&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;Paper updates and progress&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Con2Prim failures (GRHydro/GRMHD)&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
= Con2Prim Inverter =&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
= Vector Potential =&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and interface (done)&lt;br /&gt;
* Evolution equations&lt;br /&gt;
* Bvec construction from A^mu&lt;br /&gt;
* Prim2Con/Con2Prim support for A^mu&lt;br /&gt;
* Reconstruction support for A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;br /&gt;
* Recovery point-wise support for A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3355</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3355"/>
		<updated>2012-10-23T19:23:33Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Development Agenda =&lt;br /&gt;
&lt;br /&gt;
List of Potential Topics&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD&amp;#039;&amp;#039;&lt;br /&gt;
** Con2Prim failures&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
** Test cases from MHD paper examples (~0.5-1.5 minutes tops)&lt;br /&gt;
* Paper updates and progress&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
= Con2Prim Inverter =&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
= Vector Potential =&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Discussion ===&lt;br /&gt;
&lt;br /&gt;
* A^\mu should live in HydroBase so initial data doesn&amp;#039;t have to depend on GRHydro&lt;br /&gt;
* Want to apply proper staggered A^i so need to extend appropriate prolongation operators&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and interface (done)&lt;br /&gt;
* Evolution equations&lt;br /&gt;
* Bvec construction from A^mu&lt;br /&gt;
* Prim2Con/Con2Prim support for A^mu&lt;br /&gt;
* Reconstruction support for A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;br /&gt;
* Recovery point-wise support for A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3354</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3354"/>
		<updated>2012-10-23T18:50:41Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Development Agenda =&lt;br /&gt;
&lt;br /&gt;
List of Potential Topics&lt;br /&gt;
* &amp;#039;&amp;#039;Pre-Release Points: Need a publishable version of MHD&amp;#039;&amp;#039;&lt;br /&gt;
** Con2Prim failures&lt;br /&gt;
*** Save initial state in all Con2Prim routines, check results before overwriting&lt;br /&gt;
*** Pass ideal &amp;amp; acceptable tolerances, have end C2P tolerance GF&lt;br /&gt;
* Paper updates and progress&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
= Con2Prim Inverter =&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
= Vector Potential =&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Matters to Discuss ===&lt;br /&gt;
&lt;br /&gt;
* Staggered vs unstaggered A^i&lt;br /&gt;
* Prolongation operators given the location on the cell ( for staggered A only )&lt;br /&gt;
* Scheduling for reconstructing B from the vector potential&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and evolution (simpler now that E^i has been implemented and tested for the constraint transport)&lt;br /&gt;
* B-field construction from A^mu&lt;br /&gt;
* Initial Prim2Con support for A^mu&lt;br /&gt;
* Reconstruction support for A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;br /&gt;
* Recovery point-wise support for A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3349</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3349"/>
		<updated>2012-10-23T16:34:00Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Development Agenda =&lt;br /&gt;
&lt;br /&gt;
List of Potential Topics&lt;br /&gt;
* Paper updates and progress&lt;br /&gt;
* Issues with current MHD methods&lt;br /&gt;
** Divergence cleaning and mesh refinement&lt;br /&gt;
** Combining constraint transport and divergence cleaning&lt;br /&gt;
* New methods&lt;br /&gt;
** Con2Prim Inversion -- Force-free&lt;br /&gt;
** Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
= Con2Prim Inverter =&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;br /&gt;
&lt;br /&gt;
= Vector Potential =&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better control of the B-field divergence and better behavior around a puncture. Evolving the vector potential is also better behaved surrounding puncture BHs.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, but removed again within the last year. We had agreed to implement the algebraic gauge first with a view towards the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Matters to Discuss ===&lt;br /&gt;
&lt;br /&gt;
* Staggered vs unstaggered A^i&lt;br /&gt;
* Prolongation operators given the location on the cell ( for staggered A only )&lt;br /&gt;
* Scheduling for reconstructing B from the vector potential&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and evolution (simpler now that E^i has been implemented and tested for the constraint transport)&lt;br /&gt;
* B-field construction from A^mu&lt;br /&gt;
* Initial Prim2Con support for A^mu&lt;br /&gt;
* Reconstruction support for A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;br /&gt;
* Recovery point-wise support for A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3348</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3348"/>
		<updated>2012-10-23T15:10:47Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add/reshuffle topics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Development Agenda =&lt;br /&gt;
&lt;br /&gt;
List of Potential Topics&lt;br /&gt;
* Paper updates and progress&lt;br /&gt;
* Divergence cleaning and mesh refinement&lt;br /&gt;
* Combining constraint transport and divergence cleaning&lt;br /&gt;
* Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
= Vector Potential =&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better conservation across refinement level boundaries and better control of the B-field divergence. Evolving the vector potential is also better behaved surrounding puncture BHs. As this feature changes one of the base evolved variables with a non-local connection to the variables currently used in pointwise MHD routines, though, an efficient toggle system to switch evolution schemes could use further discussion.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, though this has been removed again from the development version. We had agreed to implement the algebraic gauge first, but ultimately need the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Matters to Discuss ===&lt;br /&gt;
&lt;br /&gt;
* Staggered vs unstaggered A^i&lt;br /&gt;
* Prolongation operators given the location on the cell ( for staggered A only )&lt;br /&gt;
* Scheduling for reconstructing B from the vector potential&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and evolution (simpler now that E^i has been implemented and tested for the constraint transport)&lt;br /&gt;
* B-field construction from A^mu&lt;br /&gt;
* Initial Prim2Con support for A^mu&lt;br /&gt;
* Reconstruction support for A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;br /&gt;
* Recovery point-wise support for A^mu&lt;br /&gt;
&lt;br /&gt;
= Con2Prim Inverter =&lt;br /&gt;
&lt;br /&gt;
* add code to transition into force-free inversion (no force free evolution) if magnetic pressure starts to dominate gas pressure (done in SpEC, seems robust)&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3317</id>
		<title>MHD development</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=MHD_development&amp;diff=3317"/>
		<updated>2012-10-08T22:15:34Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Initial page with basic vector potential outline&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= MHD Development Agenda =&lt;br /&gt;
&lt;br /&gt;
List of Potential Topics&lt;br /&gt;
* Vector Potential implementation&lt;br /&gt;
&lt;br /&gt;
= Vector Potential =&lt;br /&gt;
&lt;br /&gt;
Evolving the vector potential allows for better conservation across refinement level boundaries and better control of the B-field divergence. Evolving the vector potential is also better behaved surrounding puncture BHs. As this feature changes one of the base evolved variables with a non-local connection to the variables currently used in pointwise MHD routines, though, an efficient toggle system to switch evolution schemes could use further discussion.&lt;br /&gt;
&lt;br /&gt;
=== Current State ===&lt;br /&gt;
&lt;br /&gt;
This was partially implemented in the last development workshop, though this has been removed again from the development version. We had agreed to implement the algebraic gauge first, but ultimately need the Lorenz gauge. Initial implementation had been of cell-centered vector potential, though we should now be able to support staggered grid vector potential.&lt;br /&gt;
&lt;br /&gt;
=== Matters to Discuss ===&lt;br /&gt;
&lt;br /&gt;
* Staggered vs unstaggered A^i&lt;br /&gt;
* Prolongation operators given the location on the cell ( for staggered A only )&lt;br /&gt;
* Scheduling for reconstructing B from the vector potential&lt;br /&gt;
&lt;br /&gt;
=== Coding Tasks ===&lt;br /&gt;
&lt;br /&gt;
As this workshop will take place during the pre-release phase, this development should take place in Zelmani.&lt;br /&gt;
&lt;br /&gt;
* Storage and evolution (simpler now that E^i has been implemented and tested for the constraint transport)&lt;br /&gt;
* B-field construction from A^mu&lt;br /&gt;
* Initial Prim2Con support for A^mu&lt;br /&gt;
* Reconstruction support for A^mu&lt;br /&gt;
* Riemannsolver support for A^mu&lt;br /&gt;
* Recovery point-wise support for A^mu&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=Phone_Call_Minutes&amp;diff=3288</id>
		<title>Phone Call Minutes</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=Phone_Call_Minutes&amp;diff=3288"/>
		<updated>2012-09-14T14:54:51Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add meeting minute links, mid-July to 10. Sept&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====Sept 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-September/002513.html 2012-09-10]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-September/002505.html 2012-09-03]&lt;br /&gt;
====August 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-August/002483.html 2012-08-27]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-August/002471.html 2012-08-20]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-August/002456.html 2012-08-13]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-August/002446.html 2012-08-06]&lt;br /&gt;
====July 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-August/002429.html 2012-07-30]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-July/002365.html 2012-07-23]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-July/002345.html 2012-07-15]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-July/002343.html 2012-07-09]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-July/002327.html 2012-07-02]&lt;br /&gt;
====June 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-June/002322.html 2012-06-25]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-June/002305.html 2012-06-18]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-June/002280.html 2012-06-11]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-June/002270.html 2012-06-04]&lt;br /&gt;
====May 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-May/002236.html 2012-05-28]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-May/002186.html 2012-05-21]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-May/002137.html 2012-05-14]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-May/002114.html 2012-05-07]&lt;br /&gt;
====April 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-April/002104.html 2011-04-30]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-April/002092.html 2011-04-23]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-April/002079.html 2011-04-16]&lt;br /&gt;
* No meeting on April 9&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; (just after ETK workshop)&lt;br /&gt;
* No meeting on April 2&amp;lt;sup&amp;gt;nd&amp;lt;/sup&amp;gt; (APS meeting)&lt;br /&gt;
====March 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-March/001990.html 2012-03-26]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-March/001968.html 2012-03-19]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-March/001920.html 2012-03-12]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-March/001883.html 2012-03-05]&lt;br /&gt;
====February 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-February/001856.html 2012-02-27]&lt;br /&gt;
* no meeting on 2012-02-20&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-February/001808.html 2012-02-13]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-February/001785.html 2012-02-06]&lt;br /&gt;
====January 2012====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-January/001777.html 2012-01-30]&lt;br /&gt;
* no meeting on 2012-01-23&lt;br /&gt;
* presentation [http://einsteintoolkit.org/seminars/2012_01_16/ A conservation law formulation of nonlinear elasticity in general relativity]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2012-January/001708.html 2012-11-09]&lt;br /&gt;
* no meeting on 2012-01-02&lt;br /&gt;
* no minutes for 2011-12-19, rumour has it MPI implementations were discussed&lt;br /&gt;
====December 2011====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-December/001633.html 2011-12-12]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-December/001623.html 2011-12-05]&lt;br /&gt;
====November 2011====&lt;br /&gt;
* presentation: [http://einsteintoolkit.org/seminars/2011_11_28/ Improved EM Gauge Condition for GRMHD Simulations with AMR]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-November/001584.html 2011-11-21]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-November/001569.html 2011-11-14]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-November/001538.html 2011-11-07]&lt;br /&gt;
====October 2011====&lt;br /&gt;
* no meeting on 2011-10-31 [[ET_Workshop_Fall_2011|Fall 2011 ET workshop]] at LSU: &lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-October/001512.html 2011-10-24]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-October/001500.html 2011-10-17]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-October/001494.html 2011-10-10]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-October/001485.html 2011-10-03]&lt;br /&gt;
====September 2011====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-September/001447.html 2011-09-26]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-September/001439.html 2011-09-19]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-September/001407.html 2011-09-12]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-September/001407.html 2011-09-05]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-September/001396.html 2011-08-29]&lt;br /&gt;
====August 2011====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-August/001345.html 2011-08-22]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-August/001323.html 2011-08-15]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-August/001299.html 2011-08-08]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-August/001275.html 2011-08-01]&lt;br /&gt;
====July 2011====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-July/001254.html 2011-07-25]&lt;br /&gt;
* no meeting on 2011-07-18 (Teragrid conference)&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-July/001212.html 2011-07-11] &lt;br /&gt;
* no meeting worth mentioning on 2011-07-04&lt;br /&gt;
====June 2011====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-June/001183.html 2011-06-20]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-June/001143.html 2011-06-13]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-June/001129.html 2011-06-06]&lt;br /&gt;
====May 2011====&lt;br /&gt;
* no meeting on 2011-05-30 (US memorial day)&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-May/001086.html 2011-05-23]&lt;br /&gt;
* no meeting on 2011-05-16 (GCGM6)&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-May/001024.html 2011-05-09]&lt;br /&gt;
* no meeting on 2011-05-02 (APS meeting)&lt;br /&gt;
====April 2011====&lt;br /&gt;
* no meeting on 2011-04-25 ([[ET_Workshop_Spring_2011|CIGR workshop]])&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-April/000996.html 2011-04-18]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-April/000975.html 2011-04-11]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-April/000968.html 2011-04-04]&lt;br /&gt;
====March 2011====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-March/000952.html 2011-03-28]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-March/000944.html 2011-03-21]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-March/000924.html 2011-03-14]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-March/000915.html 2011-03-07]&lt;br /&gt;
====February 2011====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-February/000896.html 2011-02-28]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-February/000884.html 2011-02-21]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-February/000862.html 2011-02-14]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-February/000844.html 2011-02-07]&lt;br /&gt;
====January 2011====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-January/000817.html 2011-01-31]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-January/000805.html 2011-01-24]&lt;br /&gt;
* no minutes for 2011-01-17&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2011-January/000794.html 2011-01-10]&lt;br /&gt;
====December 2010====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-December/000754.html 2010-12-13]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-December/000723.html 2010-12-06]&lt;br /&gt;
====November 2010====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-November/000690.html 2010-11-29]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-November/000671.html 2010-11-22]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-November/000657.html 2010-11-15]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-November/000650.html 2010-11-08]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-November/000607.html 2010-11-01]&lt;br /&gt;
====October 2010====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-October/000579.html 2010-10-25]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-October/000565.html 2010-10-18]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-October/000535.html 2010-10-11]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-October/000519.html 2010-10-04]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-October/000516.html 2010-09-27]&lt;br /&gt;
====September 2010====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-September/000481.html 2010-09-20]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-September/000479.html 2010-09-13]&lt;br /&gt;
====August 2010====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-August/000447.html 2010-08-30]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-August/000435.html 2010-08-16]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-August/000424.html 2010-08-09]&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-August/000409.html 2010-08-02]&lt;br /&gt;
====July 2010====&lt;br /&gt;
* [http://lists.einsteintoolkit.org/pipermail/users/2010-July/000401.html 2010-07-26]&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3185</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3185"/>
		<updated>2012-04-10T05:51:40Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Fix et_tour slides link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Aranha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/introduction/introduction.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/hpc_intro/hpc_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactus_intro/cactus_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/genrel/genrel.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactuswriting/cactuswriting.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/example_wavetoy.pdf slides])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]] ([https://docs.einsteintoolkit.org/et-docs/images/e/eb/Numerical_relativity.pdf slides])&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, [https://docs.einsteintoolkit.org/et-docs/images/6/69/Onepuncture.par single BH], and perturbed, single TOV star &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/scientific_viz/scientific_viz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University: [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/Matt_Duez_InterpretingDataPresentationSlides.pdf The Challenge of interpreting data in numerical relativity]&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to look at meaningful quantities ( TOV profile evolutions ) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz/handson_sviz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/handson_viz.pdf slides], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/rho.final.session TOV session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/rho.rl4.h5.xz TOV data file], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/psi4.volume.session Psi4 session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/psir.h5.xz Psi4 data file])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/handson_analysis.pdf slides]), more information at end of wiki&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech: [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/John_Wise_EnzoAlgorithmsMod.pdf Basic Enzo Algorithms ]&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU ([[Media:Einstein_Toolkit_2012.pdf|slides]])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/et-tour/et_tour.pdf slides])&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/supercomputing/supercomputing.pdf slides])&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation etc.) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/future/future.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;br /&gt;
===Static TOV===&lt;br /&gt;
Edit par/static_tov.par as Frank indicated and save as $HOME/Cactus/fast_tov.par&lt;br /&gt;
&lt;br /&gt;
To run enter:&lt;br /&gt;
  cd $HOME/Cactus&lt;br /&gt;
  exe/cactus_sim fast_tov.par&lt;br /&gt;
&lt;br /&gt;
===Visualization, Hands-on I===&lt;br /&gt;
&lt;br /&gt;
Download the slides and some extra sample data via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz .&lt;br /&gt;
Make sure you have 3d data!  If not, add these lines to your tov parameter file and rerun for a bit:&lt;br /&gt;
  CarpetIOHDF5::out3d_every = 1&lt;br /&gt;
  CarpetIOHDF5::out3d_vars = &amp;quot; HydroBase::rho &amp;quot;&lt;br /&gt;
These give data under the file name &amp;#039;&amp;#039;rho.xyz.h5&amp;#039;&amp;#039;. Alternatively, add the following parameters&lt;br /&gt;
  CarpetIOHDF5::out_every = 1&lt;br /&gt;
  CarpetIOHDF5::out_vars = &amp;quot;HydroBase::rho&amp;quot;&lt;br /&gt;
which give data under the file &amp;#039;&amp;#039;rho.h5&amp;#039;&amp;#039;. Either way works fine. We will assume the latter for the moment.&lt;br /&gt;
&lt;br /&gt;
Follow the directions on the first slides to create a plot of how the evolving TOV differs from its initial state.&lt;br /&gt;
&lt;br /&gt;
Other suggestions for visualization tasks are contained in the slides.&lt;br /&gt;
&lt;br /&gt;
===Analysis: Thorn Writing===&lt;br /&gt;
&lt;br /&gt;
Roland&amp;#039;s partial and full thorn solutions are available via&lt;br /&gt;
   ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/Cactus/misc/CoreTracker.th&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3184</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3184"/>
		<updated>2012-04-09T15:00:12Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add link to John Wise&amp;#039;s slides&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Aranha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/introduction/introduction.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/hpc_intro/hpc_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactus_intro/cactus_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/genrel/genrel.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactuswriting/cactuswriting.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/example_wavetoy.pdf slides])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]] ([https://docs.einsteintoolkit.org/et-docs/images/e/eb/Numerical_relativity.pdf slides])&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, [https://docs.einsteintoolkit.org/et-docs/images/6/69/Onepuncture.par single BH], and perturbed, single TOV star &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/scientific_viz/scientific_viz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University: [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/Matt_Duez_InterpretingDataPresentationSlides.pdf The Challenge of interpreting data in numerical relativity]&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to look at meaningful quantities ( TOV profile evolutions ) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz/handson_sviz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/handson_viz.pdf slides], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/rho.final.session TOV session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/rho.rl4.h5.xz TOV data file], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/psi4.volume.session Psi4 session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/psir.h5.xz Psi4 data file])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/handson_analysis.pdf slides]), more information at end of wiki&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech: [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/John_Wise_EnzoAlgorithmsMod.pdf Basic Enzo Algorithms ]&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU ([[Media:Einstein_Toolkit_2012.pdf|slides]])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/et-tour/et-tour.pdf slides])&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/supercomputing/supercomputing.pdf slides])&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation etc.) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/future/future.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;br /&gt;
===Static TOV===&lt;br /&gt;
Edit par/static_tov.par as Frank indicated and save as $HOME/Cactus/fast_tov.par&lt;br /&gt;
&lt;br /&gt;
To run enter:&lt;br /&gt;
  cd $HOME/Cactus&lt;br /&gt;
  exe/cactus_sim fast_tov.par&lt;br /&gt;
&lt;br /&gt;
===Visualization, Hands-on I===&lt;br /&gt;
&lt;br /&gt;
Download the slides and some extra sample data via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz .&lt;br /&gt;
Make sure you have 3d data!  If not, add these lines to your tov parameter file and rerun for a bit:&lt;br /&gt;
  CarpetIOHDF5::out3d_every = 1&lt;br /&gt;
  CarpetIOHDF5::out3d_vars = &amp;quot; HydroBase::rho &amp;quot;&lt;br /&gt;
These give data under the file name &amp;#039;&amp;#039;rho.xyz.h5&amp;#039;&amp;#039;. Alternatively, add the following parameters&lt;br /&gt;
  CarpetIOHDF5::out_every = 1&lt;br /&gt;
  CarpetIOHDF5::out_vars = &amp;quot;HydroBase::rho&amp;quot;&lt;br /&gt;
which give data under the file &amp;#039;&amp;#039;rho.h5&amp;#039;&amp;#039;. Either way works fine. We will assume the latter for the moment.&lt;br /&gt;
&lt;br /&gt;
Follow the directions on the first slides to create a plot of how the evolving TOV differs from its initial state.&lt;br /&gt;
&lt;br /&gt;
Other suggestions for visualization tasks are contained in the slides.&lt;br /&gt;
&lt;br /&gt;
===Analysis: Thorn Writing===&lt;br /&gt;
&lt;br /&gt;
Roland&amp;#039;s partial and full thorn solutions are available via&lt;br /&gt;
   ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/Cactus/misc/CoreTracker.th&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3183</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3183"/>
		<updated>2012-04-09T09:00:10Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add slides links for last three talks.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Aranha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/introduction/introduction.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/hpc_intro/hpc_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactus_intro/cactus_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/genrel/genrel.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactuswriting/cactuswriting.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/example_wavetoy.pdf slides])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]] ([https://docs.einsteintoolkit.org/et-docs/images/e/eb/Numerical_relativity.pdf slides])&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, [https://docs.einsteintoolkit.org/et-docs/images/6/69/Onepuncture.par single BH], and perturbed, single TOV star &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/scientific_viz/scientific_viz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University: [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/Matt_Duez_InterpretingDataPresentationSlides.pdf The Challenge of interpreting data in numerical relativity]&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to look at meaningful quantities ( TOV profile evolutions ) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz/handson_sviz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/handson_viz.pdf slides], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/rho.final.session TOV session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/rho.rl4.h5.xz TOV data file], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/psi4.volume.session Psi4 session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/psir.h5.xz Psi4 data file])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/handson_analysis.pdf slides]), more information at end of wiki&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU ([[Media:Einstein_Toolkit_2012.pdf|slides]])&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/et-tour/et-tour.pdf slides])&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/supercomputing/supercomputing.pdf slides])&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation etc.) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/future/future.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;br /&gt;
===Static TOV===&lt;br /&gt;
Edit par/static_tov.par as Frank indicated and save as $HOME/Cactus/fast_tov.par&lt;br /&gt;
&lt;br /&gt;
To run enter:&lt;br /&gt;
  cd $HOME/Cactus&lt;br /&gt;
  exe/cactus_sim fast_tov.par&lt;br /&gt;
&lt;br /&gt;
===Visualization, Hands-on I===&lt;br /&gt;
&lt;br /&gt;
Download the slides and some extra sample data via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz .&lt;br /&gt;
Make sure you have 3d data!  If not, add these lines to your tov parameter file and rerun for a bit:&lt;br /&gt;
  CarpetIOHDF5::out3d_every = 1&lt;br /&gt;
  CarpetIOHDF5::out3d_vars = &amp;quot; HydroBase::rho &amp;quot;&lt;br /&gt;
These give data under the file name &amp;#039;&amp;#039;rho.xyz.h5&amp;#039;&amp;#039;. Alternatively, add the following parameters&lt;br /&gt;
  CarpetIOHDF5::out_every = 1&lt;br /&gt;
  CarpetIOHDF5::out_vars = &amp;quot;HydroBase::rho&amp;quot;&lt;br /&gt;
which give data under the file &amp;#039;&amp;#039;rho.h5&amp;#039;&amp;#039;. Either way works fine. We will assume the latter for the moment.&lt;br /&gt;
&lt;br /&gt;
Follow the directions on the first slides to create a plot of how the evolving TOV differs from its initial state.&lt;br /&gt;
&lt;br /&gt;
Other suggestions for visualization tasks are contained in the slides.&lt;br /&gt;
&lt;br /&gt;
===Analysis: Thorn Writing===&lt;br /&gt;
&lt;br /&gt;
Roland&amp;#039;s partial and full thorn solutions are available via&lt;br /&gt;
   ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/Cactus/misc/CoreTracker.th&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3180</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3180"/>
		<updated>2012-04-05T14:07:05Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Rearrange sections.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Aranha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/introduction/introduction.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/hpc_intro/hpc_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactus_intro/cactus_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/genrel/genrel.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactuswriting/cactuswriting.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/example_wavetoy.pdf slides])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]] ([https://docs.einsteintoolkit.org/et-docs/images/e/eb/Numerical_relativity.pdf slides])&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, [https://docs.einsteintoolkit.org/et-docs/images/6/69/Onepuncture.par single BH], and perturbed, single TOV star &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/scientific_viz/scientific_viz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University: [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/Matt_Duez_InterpretingDataPresentationSlides.pdf The Challenge of interpreting data in numerical relativity]&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to look at meaningful quantities ( TOV profile evolutions ) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz/handson_sviz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/handson_viz.pdf slides], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/rho.final.session TOV session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/rho.rl4.h5.xz TOV data file], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/psi4.volume.session Psi4 session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/psir.h5.xz Psi4 data file])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/handson_analysis.pdf slides]), more information at end of wiki&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;br /&gt;
===Static TOV===&lt;br /&gt;
Edit par/static_tov.par as Frank indicated and save as $HOME/Cactus/fast_tov.par&lt;br /&gt;
&lt;br /&gt;
To run enter:&lt;br /&gt;
  cd $HOME/Cactus&lt;br /&gt;
  exe/cactus_sim fast_tov.par&lt;br /&gt;
&lt;br /&gt;
===Visualization, Hands-on I===&lt;br /&gt;
&lt;br /&gt;
Download the slides and some extra sample data via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz .&lt;br /&gt;
Make sure you have 3d data!  If not, add these lines to your tov parameter file and rerun for a bit:&lt;br /&gt;
  CarpetIOHDF5::out3d_every = 1&lt;br /&gt;
  CarpetIOHDF5::out3d_vars = &amp;quot; HydroBase::rho &amp;quot;&lt;br /&gt;
These give data under the file name &amp;#039;&amp;#039;rho.xyz.h5&amp;#039;&amp;#039;. Alternatively, add the following parameters&lt;br /&gt;
  CarpetIOHDF5::out_every = 1&lt;br /&gt;
  CarpetIOHDF5::out_vars = &amp;quot;HydroBase::rho&amp;quot;&lt;br /&gt;
which give data under the file &amp;#039;&amp;#039;rho.h5&amp;#039;&amp;#039;. Either way works fine. We will assume the latter for the moment.&lt;br /&gt;
&lt;br /&gt;
Follow the directions on the first slides to create a plot of how the evolving TOV differs from its initial state.&lt;br /&gt;
&lt;br /&gt;
Other suggestions for visualization tasks are contained in the slides.&lt;br /&gt;
&lt;br /&gt;
===Analysis: Thorn Writing===&lt;br /&gt;
&lt;br /&gt;
Roland&amp;#039;s partial and full thorn solutions are available via&lt;br /&gt;
   ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/Cactus/misc/CoreTracker.th&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3179</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3179"/>
		<updated>2012-04-05T11:19:05Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* Hands on material */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Aranha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/introduction/introduction.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/hpc_intro/hpc_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactus_intro/cactus_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/genrel/genrel.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactuswriting/cactuswriting.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/example_wavetoy.pdf slides])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]] ([https://docs.einsteintoolkit.org/et-docs/images/e/eb/Numerical_relativity.pdf slides])&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, [https://docs.einsteintoolkit.org/et-docs/images/6/69/Onepuncture.par single BH], and perturbed, single TOV star &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/scientific_viz/scientific_viz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University: [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/Matt_Duez_InterpretingDataPresentationSlides.pdf The Challenge of interpreting data in numerical relativity]&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to look at meaningful quantities ( TOV profile evolutions ) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz/handson_sviz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/handson_viz.pdf slides], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/rho.final.session TOV session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/rho.rl4.h5.xz TOV data file], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/psi4.volume.session Psi4 session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/psir.h5.xz Psi4 data file])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/handson_analysis.pdf slides]), more information at end of wiki&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;br /&gt;
===Static TOV===&lt;br /&gt;
Edit par/static_tov.par as Frank indicated and save as $HOME/Cactus/fast_tov.par&lt;br /&gt;
&lt;br /&gt;
To run enter:&lt;br /&gt;
  cd $HOME/Cactus&lt;br /&gt;
  exe/cactus_sim fast_tov.par&lt;br /&gt;
&lt;br /&gt;
===Visualization, Hands-on I===&lt;br /&gt;
&lt;br /&gt;
Download the slides and some extra sample data via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz .&lt;br /&gt;
Make sure you have 3d data!  If not, add these lines to your tov parameter file and rerun for a bit:&lt;br /&gt;
  CarpetIOHDF5::out3d_every = 1&lt;br /&gt;
  CarpetIOHDF5::out3d_vars = &amp;quot; HydroBase::rho &amp;quot;&lt;br /&gt;
These give data under the file name &amp;#039;&amp;#039;rho.xyz.h5&amp;#039;&amp;#039;. Alternatively, add the following parameters&lt;br /&gt;
  CarpetIOHDF5::out_every = 1&lt;br /&gt;
  CarpetIOHDF5::out_vars = &amp;quot;HydroBase::rho&amp;quot;&lt;br /&gt;
which give data under the file &amp;#039;&amp;#039;rho.h5&amp;#039;&amp;#039;. Either way works fine. We will assume the latter for the moment.&lt;br /&gt;
&lt;br /&gt;
Follow the directions on the first slides to create a plot of how the evolving TOV differs from its initial state.&lt;br /&gt;
&lt;br /&gt;
Other suggestions for visualization tasks are contained in the slides.&lt;br /&gt;
&lt;br /&gt;
===Analysis: Thorn Writing===&lt;br /&gt;
&lt;br /&gt;
Roland&amp;#039;s partial and full thorn solutions are available via&lt;br /&gt;
   ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/Cactus/misc/CoreTracker.th&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3174</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3174"/>
		<updated>2012-04-05T09:39:13Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* Visualization, Hands-on I */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Aranha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/introduction/introduction.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/hpc_intro/hpc_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactus_intro/cactus_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/genrel/genrel.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactuswriting/cactuswriting.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/example_wavetoy.pdf slides])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]] &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single [https://docs.einsteintoolkit.org/et-docs/images/6/69/Onepuncture.par BH], and perturbed, single TOV star &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/scientific_viz/scientific_viz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University: [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/Matt_Duez_InterpretingDataPresentationSlides.pdf The Challenge of interpreting data in numerical relativity]&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to look at meaningful quantities ( TOV profile evolutions ) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz/handson_sviz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/handson_viz.pdf slides], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/rho.final.session TOV session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/rho.rl4.h5.xz TOV data file], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/psi4.volume.session Psi4 session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/psir.h5.xz Psi4 data file])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_analysis/handson_analysis.pdf slides]), more information at end of wiki&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;br /&gt;
===Static TOV===&lt;br /&gt;
Edit par/static_tov.par as Frank indicated and save as $HOME/Cactus/fast_tov.par&lt;br /&gt;
&lt;br /&gt;
To run enter:&lt;br /&gt;
  cd $HOME/Cactus&lt;br /&gt;
  exe/cactus_sim fast_tov.par&lt;br /&gt;
&lt;br /&gt;
===Visualization, Hands-on I===&lt;br /&gt;
&lt;br /&gt;
Download the slides and some extra sample data via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz .&lt;br /&gt;
Make sure you have 3d data!  If not, add these lines to your tov parameter file and rerun for a bit:&lt;br /&gt;
  CarpetIOHDF5::out3d_every = 1&lt;br /&gt;
  CarpetIOHDF5::out3d_vars = &amp;quot; HydroBase::rho &amp;quot;&lt;br /&gt;
These give data under the file name &amp;#039;&amp;#039;rho.xyz.h5&amp;#039;&amp;#039;. Alternatively, add the following parameters&lt;br /&gt;
  CarpetIOHDF5::out_every = 1&lt;br /&gt;
  CarpetIOHDF5::out_vars = &amp;quot;HydroBase::rho&amp;quot;&lt;br /&gt;
which give data under the file &amp;#039;&amp;#039;rho.h5&amp;#039;&amp;#039;. Either way works fine. We will assume the latter for the moment.&lt;br /&gt;
&lt;br /&gt;
Follow the directions on the first slides to create a plot of how the evolving TOV differs from its initial state.&lt;br /&gt;
&lt;br /&gt;
Other suggestions for visualization tasks are contained in the slides.&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3169</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3169"/>
		<updated>2012-04-05T08:12:45Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* Hands on material */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Aranha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/introduction/introduction.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/hpc_intro/hpc_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactus_intro/cactus_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/genrel/genrel.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactuswriting/cactuswriting.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/example_wavetoy.pdf slides])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]] &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/scientific_viz/scientific_viz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University: The Challenge of interpreting data in numerical relativity &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to look at meaningful quantities ( TOV profile evolutions ) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz/handson_sviz.pdf slides])&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/handson_viz.pdf slides], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/rho.final.session TOV session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/rho.rl4.h5.xz TOV data file], [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_viz/psi4.volume.session Psi4 session file], [http://www.physics.gatech.edu/~rhaas3/Workshop_Spring_2012/psir.h5.xz Psi4 data file])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;br /&gt;
===Static TOV===&lt;br /&gt;
Edit par/static_tov.par as Frank indicated and save as $HOME/Cactus/fast_tov.par&lt;br /&gt;
&lt;br /&gt;
To run enter:&lt;br /&gt;
  cd $HOME/Cactus&lt;br /&gt;
  exe/cactus_sim fast_tov.par&lt;br /&gt;
&lt;br /&gt;
===Visualization, Hands-on I===&lt;br /&gt;
Download the slides and some extra sample data via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/handson_sviz .&lt;br /&gt;
Make sure you have 3d data!  If not, add these lines to your tov parameter file and rerun for a bit:&lt;br /&gt;
  CarpetIOHDF5::out3d_every = 1&lt;br /&gt;
  CarpetIOHDF5::out3d_vars = &amp;quot; HydroBase::rho &amp;quot;&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3167</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3167"/>
		<updated>2012-04-05T05:55:38Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* Schedule */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Aranha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/introduction/introduction.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/hpc_intro/hpc_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level) ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactus_intro/cactus_intro.pdf slides])&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/genrel/genrel.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]] ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/cactuswriting/cactuswriting.pdf slides])&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus ([https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/example_wavetoy.pdf slides])&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]] &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star &amp;lt;!--([ slides])--&amp;gt;&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University: The Challenge of interpreting data in numerical relativity&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to look at meaningful quantities ( TOV profile evolutions )&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
via&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;br /&gt;
===Static TOV===&lt;br /&gt;
Edit par/static_tov.par as Frank indicated and save as $HOME/Cactus/fast_tov.par&lt;br /&gt;
&lt;br /&gt;
To run enter:&lt;br /&gt;
  cd $HOME/Cactus&lt;br /&gt;
  exe/cactus_sim fast_tov.par&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3161</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3161"/>
		<updated>2012-04-04T12:16:03Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* WaveToy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
[https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/]&lt;br /&gt;
via&lt;br /&gt;
  mkdir Handson &amp;amp;&amp;amp; cd Handson&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/&lt;br /&gt;
The slides are accessible [[Media:WaveToySlides.pdf|here]].&lt;br /&gt;
A thorn list to download the WaveToy thorn is available and can be used&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  simfactory/bin/sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3160</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3160"/>
		<updated>2012-04-04T12:12:24Z</updated>

		<summary type="html">&lt;p&gt;Tbode: /* WaveToy */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
* TheTenth Thai&lt;br /&gt;
: 132 10th Street Northeast (Thai)&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
[https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/]&lt;br /&gt;
via&lt;br /&gt;
  mkdir Handson &amp;amp;&amp;amp; cd Handson&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/&lt;br /&gt;
The slides are accessible [[Media:WaveToySlides.pdf|here]].&lt;br /&gt;
A thorn list to download the WaveToy thorn is available and can be used&lt;br /&gt;
  cd $HOME&lt;br /&gt;
  ./GetComponents -a https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/Cactus/misc/WaveToy.th&lt;br /&gt;
  cd Cactus&lt;br /&gt;
  echo &amp;#039;Introduction/WaveToy&amp;#039; &amp;gt;&amp;gt;configs/sim/ThornList&lt;br /&gt;
  simfactory/bin/sim build&lt;br /&gt;
Once built, you can run this in one line via simfactory&lt;br /&gt;
  sim create-run wavetoy --parfile wavetoy-misc/WaveToy.par&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3154</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3154"/>
		<updated>2012-04-04T07:08:29Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Organize local info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Setup ===&lt;br /&gt;
* Wireless access is through the GTVisitor network. &amp;#039;&amp;#039;&amp;#039;One&amp;#039;&amp;#039;&amp;#039; account per person, please. It will work on multiple devices simultaneously.&lt;br /&gt;
* The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
[https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/]&lt;br /&gt;
via&lt;br /&gt;
  mkdir Handson &amp;amp;&amp;amp; cd Handson&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3153</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3153"/>
		<updated>2012-04-04T07:01:50Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Volunteers before Attendees&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
* Wireless access information will come via a guest account with the login information given out at arrival. If there are any questions or concerns please go see &amp;#039;&amp;#039;&amp;#039;Tanja Bode&amp;#039;&amp;#039;&amp;#039; upon arrival.&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
Rita G.&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
[https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/]&lt;br /&gt;
via&lt;br /&gt;
  mkdir Handson &amp;amp;&amp;amp; cd Handson&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3152</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3152"/>
		<updated>2012-04-04T07:00:03Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Remove Lodgings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 4. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton&lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
* Wireless access information will come via a guest account with the login information given out at arrival. If there are any questions or concerns please go see &amp;#039;&amp;#039;&amp;#039;Tanja Bode&amp;#039;&amp;#039;&amp;#039; upon arrival.&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
Rita G.&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
&lt;br /&gt;
==Hands on material==&lt;br /&gt;
===WaveToy===&lt;br /&gt;
The source code for the example thorn and the slides is available at&lt;br /&gt;
[https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/]&lt;br /&gt;
via&lt;br /&gt;
  mkdir Handson &amp;amp;&amp;amp; cd Handson&lt;br /&gt;
  svn co https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/example_wavetoy/&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3150</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3150"/>
		<updated>2012-04-04T06:56:56Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add Rita&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 2. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- &lt;br /&gt;
| Rita Garrido || Georgia Tech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|- &lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen ||&lt;br /&gt;
|- &lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- &lt;br /&gt;
| Chao Shi || Georgia Tech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| [[Introduction on Cactus Thorn-Writing (lower level)]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
* Wireless access information will come via a guest account with the login information given out at arrival. If there are any questions or concerns please go see &amp;#039;&amp;#039;&amp;#039;Tanja Bode&amp;#039;&amp;#039;&amp;#039; upon arrival.&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
Rita G.&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3146</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3146"/>
		<updated>2012-04-03T14:47:29Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 2. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- &lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- &lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Philipp Moesta || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Chao Shi || Georgia Tech ||&lt;br /&gt;
|-&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X&lt;br /&gt;
|- &lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
The virtual machine for the workshop is [http://cct.lsu.edu/~dcastl2/] and will run in [http://virtualbox.org virtualbox]&lt;br /&gt;
 &lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Introduction on Cactus Thorn-Writing (lower level)&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
* Wireless access information will come via a guest account with the login information given out at arrival. If there are any questions or concerns please go see &amp;#039;&amp;#039;&amp;#039;Tanja Bode&amp;#039;&amp;#039;&amp;#039; upon arrival.&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
Rita G.&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3145</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3145"/>
		<updated>2012-04-02T16:49:38Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add participant Shi&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 2. April 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- &lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- &lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Philipp Moesta || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Chao Shi || Georgia Tech ||&lt;br /&gt;
|-&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X&lt;br /&gt;
|- &lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-09:30&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:30-10:00&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Introduction on Cactus Thorn-Writing (lower level)&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I -- Matt Duez, Washington University&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-14:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Invited Talk II -- John Wise, Georgia Tech&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Presentation of visualization of result of previous session, 6 teams: 8 min each&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III -- Gabrielle Allen, LSU&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:00-11:30&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:30-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
* Wireless access information will come via a guest account with the login information given out at arrival. If there are any questions or concerns please go see &amp;#039;&amp;#039;&amp;#039;Tanja Bode&amp;#039;&amp;#039;&amp;#039; upon arrival.&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
Rita G.&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
* For on-campus directions please consult the link of a detailed &amp;#039;&amp;#039;&amp;#039;map of the Georgia Tech Campus&amp;#039;&amp;#039;&amp;#039;: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
* Ferst Place (Located on the 3rd floor)&lt;br /&gt;
* Ferst Food Court (Located on the 2nd floor)&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3134</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3134"/>
		<updated>2012-03-30T12:56:22Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add room number. There will be signs to help.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Room 319, Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 28. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- &lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- &lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Philipp Moesta || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk II&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Introduction on Cactus Thorn-Writing (lower level)&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-16:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 16:30-17:30&lt;br /&gt;
| Presentation of visualization of result of previous session, 3-5 min per team.&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
* Wireless access information will come via a guest account with the login information given out at arrival. If there are any questions or concerns please go see &amp;#039;&amp;#039;&amp;#039;Tanja Bode&amp;#039;&amp;#039;&amp;#039; upon arrival.&lt;br /&gt;
&lt;br /&gt;
=== Restaurants ===&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat On-Campus:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Technology Square&amp;#039;&amp;#039;&amp;#039;, located on 5th Street and Spring Street, has a variety of good and cheap restaurants including:&lt;br /&gt;
* Tin Drum Asia Cafe &lt;br /&gt;
* Ray&amp;#039;s New York Pizza&lt;br /&gt;
* Chuck&amp;#039;s Famous&lt;br /&gt;
* Barrelhouse&lt;br /&gt;
* 5th Street Ribs n&amp;#039; Blues&lt;br /&gt;
* Umma&amp;#039;s House Restaurant and Cafe&lt;br /&gt;
* Waffle House&lt;br /&gt;
* Moe&amp;#039;s Southwest Grill&lt;br /&gt;
* St. Charles Deli&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Student Center&amp;#039;&amp;#039;&amp;#039; [http://www.studentcenter.gatech.edu] has:&lt;br /&gt;
* Chick-fil-a&lt;br /&gt;
* Taco Bell&lt;br /&gt;
* Subway&lt;br /&gt;
* A pub style at Jackets&lt;br /&gt;
* Einstein&amp;#039;s Bagels&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Places to Eat Off-campus :&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* Varsity (American)&lt;br /&gt;
: 61 North Ave. NW&lt;br /&gt;
* Goodfellas (American)&lt;br /&gt;
: 615 Spring Street&lt;br /&gt;
* The Real Chow Baby (American Stir Fry)&lt;br /&gt;
: 1016 Howell Mill Road&lt;br /&gt;
* Zen on Ten Asian Bistro (Sushi)&lt;br /&gt;
:1000 Northside Dr. NW&lt;br /&gt;
* Spoon (Thai)&lt;br /&gt;
: 768 Marietta Street&lt;br /&gt;
* The Vortex (American)&lt;br /&gt;
: 878 Peachtree Street NE&lt;br /&gt;
* Taco Mac (American)&lt;br /&gt;
: 933 Peachtree St NE&lt;br /&gt;
* La Fonda Latina (Mexican)&lt;br /&gt;
: 1025 Howell Mill Road&lt;br /&gt;
* Prickly Pear (Mexican)&lt;br /&gt;
: 950 West Peachtree St NE&lt;br /&gt;
&lt;br /&gt;
=== Entertainment ===&lt;br /&gt;
* Manuel&amp;#039;s Tavern [http://www.manuelstavern.com/] (also the site of Astrophysics unplugged)&lt;br /&gt;
* Blind Willie&amp;#039;s [http://www.blindwilliesblues.com/]&lt;br /&gt;
&lt;br /&gt;
=== Miscellaneous ===&lt;br /&gt;
* Publix at The Plaza Midtown (Supermarket)&lt;br /&gt;
: 950 W Peachtree St NW &lt;br /&gt;
* Midtown Market (Sundries)&lt;br /&gt;
: 225 10th St NE&lt;br /&gt;
* Walmart Supercenter (Supermarket)&lt;br /&gt;
: 1801 Howell Mill Rd Nw&lt;br /&gt;
* Walgreens (Pharmacy)&lt;br /&gt;
: 595 Piedmont Ave., Ste. 100&lt;br /&gt;
* CVS (Pharmacy)&lt;br /&gt;
: 842 Peachtree Street NE&lt;br /&gt;
Rita G.&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;br /&gt;
* For on-campus directions please consult the link of a detailed map of the Georgia Tech Campus: [http://map.gtalumni.org/]&lt;br /&gt;
* For directions of Midtown and Downtown Atlanta follow the link [http://www.atlantadowntown.com/guide]&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3122</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3122"/>
		<updated>2012-03-28T13:51:27Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add Michael Clark&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms was reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate was &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and included a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] was available to book online, or you could reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees had until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms were reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate was &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate could be done by phone only at 404-873-4800. The block of rooms was released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 28. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Michael Clark || Georgia Tech || &lt;br /&gt;
|-&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- &lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- &lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- &lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Philipp Moesta || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Day&lt;br /&gt;
| Time&lt;br /&gt;
| Activity&lt;br /&gt;
| Presenter / Responsible&lt;br /&gt;
|-&lt;br /&gt;
| Tue&lt;br /&gt;
| 16:00-17:30&lt;br /&gt;
| Setup for early birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:00-08:30&lt;br /&gt;
| Setup for late birds&lt;br /&gt;
| Tanja Bode, Roland Haas, Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 08:30-09:00&lt;br /&gt;
| Opening, Introduction&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk I&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| [[Introduction to General Relativity]]&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Introduction to Scientific Software &amp;amp; HPC&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Workshop development environment&lt;br /&gt;
| Dennis Castleberry&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Hands-on, provided Wave-Equation example within Cactus&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| [[Introduction numerical methods &amp;amp; numerical Relativity]]&lt;br /&gt;
| Bruno Mundim, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Wed&lt;br /&gt;
| 15:45-17:30&lt;br /&gt;
| Running and extending (par-file) of two provided examples: perturbed, single BH, and perturbed, single TOV star&lt;br /&gt;
| Frank Löffler, Bruno Mundim&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Introduction in Scientific visualization - a bit of theory and a lot of practice&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited Talk II&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Hands-on: Using visualization tools to analyze simulations of previous evening session (BH mass and area, GWs, conserved TOV mass, TOV density profiles, advanced: convergence factor)&lt;br /&gt;
| Tanja Bode&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| Create movie of either BH+GW or TOV oscillations using VisIt&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 12:00-13:00&lt;br /&gt;
| Lunch&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:00-13:30&lt;br /&gt;
| Introduction to Cactus (high-level)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 13:30-14:15&lt;br /&gt;
| Introduction on Cactus Thorn-Writing (lower level)&lt;br /&gt;
| Joshua Faber&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 14:15-15:15&lt;br /&gt;
| Hands-on: Implement your own thorn (neutron star tracking), and visualize it, in teams of about 5 people&lt;br /&gt;
| Roland Haas&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:15-15:45&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 15:45-16:30&lt;br /&gt;
| Hands-on: continuation&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Thu&lt;br /&gt;
| 16:30-17:30&lt;br /&gt;
| Presentation of visualization of result of previous session, 3-5 min per team.&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 08:00-09:00&lt;br /&gt;
| Tour through available ET components&lt;br /&gt;
| Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 09:00-10:00&lt;br /&gt;
| Invited talk III&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:00-10:30&lt;br /&gt;
| Discussion and break&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 10:30-11:15&lt;br /&gt;
| Overview over supercomputing resources, introduction on how to get accounts / allocations, trends in HPC, reminder how to get ET help in the future&lt;br /&gt;
| Joshua Faber, Peter Diener&lt;br /&gt;
|-&lt;br /&gt;
| Fri&lt;br /&gt;
| 11:15-12:00&lt;br /&gt;
| The future of the ET: everything we didn&amp;#039;t talk about (EOSs, refluxing, multiblock, MHD, radiation ect.)&lt;br /&gt;
| Frank Löffler&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3117</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3117"/>
		<updated>2012-03-27T12:59:47Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add participant Moesta&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 27. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen ||&lt;br /&gt;
|-&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- &lt;br /&gt;
| Philipp Moesta || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- &lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X&lt;br /&gt;
|- &lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3115</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3115"/>
		<updated>2012-03-26T11:09:40Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 26. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen ||&lt;br /&gt;
|-&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- &lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X (booking may be changed to share 3.-6.April) (alex.vano@uib.es)&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3113</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3113"/>
		<updated>2012-03-26T09:08:20Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 24. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Kostas Kokkotas || Universität Tübingen ||&lt;br /&gt;
|-&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- &lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- &lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X (booking may be changed to share 3.-6.April) (alex.vano@uib.es)&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3111</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3111"/>
		<updated>2012-03-24T15:58:27Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add participant Nguyen&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 24. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tuan Anh Nguyen || Georgia Tech || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- &lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X (booking may be changed to share 3.-6.April) (alex.vano@uib.es)&lt;br /&gt;
|- &lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3110</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3110"/>
		<updated>2012-03-24T11:20:22Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add participant Slawinska&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 24. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Magda Slawinska || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X (booking may be changed to share 3.-6.April) (alex.vano@uib.es)&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3109</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3109"/>
		<updated>2012-03-23T14:42:06Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order to register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 23. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X (booking may be changed to share 3.-6.April) (alex.vano@uib.es)&lt;br /&gt;
|- &lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3108</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3108"/>
		<updated>2012-03-23T10:23:31Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add participant Simmons&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Initial Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 23. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Cody Simmons || North Carolina State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || X (booking may be changed to share 3.-6.April) (alex.vano@uib.es)&lt;br /&gt;
|- &lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3106</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3106"/>
		<updated>2012-03-23T08:30:06Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Initial Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 21. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || Share desired, 31. March - 6. April (ok to share only 3.-6. April) (alex.vano@uib.es)&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3105</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3105"/>
		<updated>2012-03-22T09:00:44Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Initial Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
The deadline for requesting travel support is &amp;#039;&amp;#039;&amp;#039;23. March.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 21. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || Share desired, 31. March - 6. April (ok to share only 3.-6. April) (alex.vano@uib.es)&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
== Area Details ==&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3104</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3104"/>
		<updated>2012-03-21T12:12:11Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Initial Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
The deadline for requesting travel support is &amp;#039;&amp;#039;&amp;#039;23. March.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 21. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || University of Massachusetts at Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || Louisiana State University ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || Georgia Tech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || Louisiana State University || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || Rochester Institute of Technology ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || Share desired, 31. March - 6. April (ok to share only 3.-6. April) (alex.vano@uib.es)&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || Louisiana State University || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || Rochester Institute of Technology ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || Louisiana State University || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || Rochester Institute of Technology ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Area Restaurants ===&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3103</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3103"/>
		<updated>2012-03-21T12:08:53Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add participant Pyakurel&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Initial Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
The deadline for requesting travel support is &amp;#039;&amp;#039;&amp;#039;23. March.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 21. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || UMass Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || LSU ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || GaTech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || LSU || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || RIT ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prayash Sharma Pyakurel || Truman State University || N/A&lt;br /&gt;
|-&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Ian Ruchlin || RIT ||&lt;br /&gt;
|- &lt;br /&gt;
| Carl Rodriguez || CIERA, Northwestern University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- &lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || Share desired, 31. March - 6. April (ok to share only 3.-6. April) (alex.vano@uib.es)&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || LSU || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || LSU || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || RIT ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || LSU || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || RIT ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Area Restaurants ===&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3102</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3102"/>
		<updated>2012-03-21T08:56:23Z</updated>

		<summary type="html">&lt;p&gt;Tbode: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Initial Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
The deadline for requesting travel support is &amp;#039;&amp;#039;&amp;#039;23. March.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
In order register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 19. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || UMass Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || LSU ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || GaTech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || LSU || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || RIT ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || RIT ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || CIERA, Northwestern University ||&lt;br /&gt;
|- &lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || Share desired, 31. March - 6. April (ok to share only 3.-6. April) (alex.vano@uib.es)&lt;br /&gt;
|- &lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || LSU || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || LSU || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || RIT ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || LSU || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || RIT ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Area Restaurants ===&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3101</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3101"/>
		<updated>2012-03-20T13:40:05Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add participant Harris&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Initial Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 19. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || UMass Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Joshua Harris || LSU ||&lt;br /&gt;
|-&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Matt Kinsey || GaTech || N/A&lt;br /&gt;
|- &lt;br /&gt;
| Jussara Marandola Kofuji || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || LSU || X&lt;br /&gt;
|- &lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || RIT ||&lt;br /&gt;
|- &lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|- &lt;br /&gt;
| Ian Ruchlin || RIT ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || CIERA, Northwestern University ||&lt;br /&gt;
|- &lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || Share desired, 31. March - 6. April (ok to share only 3.-6. April) (alex.vano@uib.es)&lt;br /&gt;
|- &lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || LSU || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || LSU || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || RIT ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || LSU || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || RIT ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Area Restaurants ===&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
	<entry>
		<id>https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3099</id>
		<title>ET Workshop Spring 2012</title>
		<link rel="alternate" type="text/html" href="https://docs.einsteintoolkit.org/et-docs/index.php?title=ET_Workshop_Spring_2012&amp;diff=3099"/>
		<updated>2012-03-19T12:59:27Z</updated>

		<summary type="html">&lt;p&gt;Tbode: Add deadline for Midtown Atlanta hotel.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Spring Einstein Toolkit Workshop 2012 ==&lt;br /&gt;
&lt;br /&gt;
We prepared a [https://svn.einsteintoolkit.org/documents/Workshop_Spring_2012/flyer/etk2.pdf flyer], which can be printed or otherwise&lt;br /&gt;
distributed.&lt;br /&gt;
&lt;br /&gt;
=== Initial Announcement ===&lt;br /&gt;
The Einstein Toolkit (http://einsteintoolkit.org) will host its spring workshop 2012 following the April APS meeting in Atlanta, GA,&lt;br /&gt;
from Tuesday, April 3rd 4pm to Friday April 6th noon.&lt;br /&gt;
&lt;br /&gt;
This workshop is targeted at new and potential new users of the relativity infrastructure. It will provide a general introductions&lt;br /&gt;
into numerical relativity (although some previous knowledge would be beneficial) and in code development within large collaborations.&lt;br /&gt;
Hands-on sessions will help to familiarize attendees with the Einstein Toolkit. Participants are asked to bring their own laptops.&lt;br /&gt;
We would like to invite especially students from physics and computer science to participate.&lt;br /&gt;
&lt;br /&gt;
The number of attendees is limited, and while registration is free, it is required. We anticipate to be able to support a small&lt;br /&gt;
number of participants financially, by covering parts/all of their travel, hotel and meal cost. Preference will be given to students.&lt;br /&gt;
&lt;br /&gt;
In order register, write an email to workshop@einsteintoolkit.org, specify:&lt;br /&gt;
* your name, affiliation and title&lt;br /&gt;
* your estimated arrival and departure time/date&lt;br /&gt;
* whether you apply for support (and if so, state if you are undergraduate / graduate student / postdoc)&lt;br /&gt;
* your special needs&lt;br /&gt;
&lt;br /&gt;
Detailed workshop information can be found at https://docs.einsteintoolkit.org/et-docs/ET_Workshop_Spring_2012.&lt;br /&gt;
&lt;br /&gt;
The Einstein Toolkit Consortium.&lt;br /&gt;
&lt;br /&gt;
=== Spacetime Coordinates and Contact Information ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Dates&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;Tues, 3. April @ 4pm -- Fri, 6. April @ noon&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
! Location&lt;br /&gt;
| Georgia Tech Student Center, Georgia Tech, Atlanta&lt;br /&gt;
|-&lt;br /&gt;
! Contacts&lt;br /&gt;
| Workshop email list: &amp;#039;&amp;#039;&amp;#039;workshop@einsteintoolkit.org&amp;#039;&amp;#039;&amp;#039;, emergencies: Frank Löffler (knarf@cct.lsu.edu, +1-225-202-1752) or Tanja Bode (tanja.bode@physics.gatech.edu, +1-814-360-2715)&lt;br /&gt;
|-&lt;br /&gt;
! Hotel&lt;br /&gt;
| A small block of rooms are reserved at the [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG Hampton Inn Atlanta - Georgia Tech], 244 North Ave NW (404-881-0881).  The group rate is &amp;#039;&amp;#039;&amp;#039;$117 per night plus tax (appr. 16%, resulting in a ~$136 rate)&amp;#039;&amp;#039;&amp;#039; and includes a hot breakfast and high speed wireless access.  A [http://hamptoninn.hilton.com/en/hp/groups/personalized/A/ATLGTHX-ETW-20120403/index.jhtml?WT.mc_id=POG group web page] is available to book online, or you can reserve by phone at 404-881-0881 and ask for the &amp;#039;&amp;#039;&amp;#039;&amp;quot;Einstein Toolkit Workshop&amp;quot; rate&amp;#039;&amp;#039;&amp;#039;.  Attendees have until &amp;#039;&amp;#039;&amp;#039;20. March&amp;#039;&amp;#039;&amp;#039; to reserve.&lt;br /&gt;
&lt;br /&gt;
In addition, a small block of rooms are reserved at the [http://www.hotelmidtownatlanta.com Hotel Midtown Atlanta].  The group rate is &amp;#039;&amp;#039;&amp;#039;$89 per night&amp;#039;&amp;#039;&amp;#039; for single occupancy, including breakfast and high-speed internet.  For an additional person, add $10 (to cover breakfast costs).  Though less convenient to either the APS meeting or this workshop, both can be conveniently reached by transit from the Midtown MARTA station a block away. Reservations at this rate can be done by phone only at 404-873-4800. The block of rooms will be released on &amp;#039;&amp;#039;&amp;#039;26. March&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Hotel&lt;br /&gt;
| The best way to get to the hotels from the airport (or elsewhere) is by taking [http://itsmarta.com MARTA]&amp;#039;s red or gold rail line, which costs $2.50 one-way.  The Hotel Midtown Atlanta is a block away from Midtown station.  For the Hampton Inn, get off at the North Avenue station. It should take approximately 20 minutes to either station.  From North Ave station, walk west for ~0.5 miles or transfer to MARTA bus route 26 to the stop immediately in front of the Hampton Inn.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - Workshop&lt;br /&gt;
| The student center is a 5-minute (~1/3 mile) walk [http://g.co/maps/hdjbt] from Hampton Inn.  From the Hotel Midtown Atlanta, Georgia Tech campus (specifically the student center) can be easily reached by taking the [http://pts.gatech.edu/ride/routes_schedules/Pages/TechTrolley.aspx Georgia Tech Trolley] (free) from the Midtown MARTA station to its end station.&lt;br /&gt;
|-&lt;br /&gt;
! Transportation - From the APS (Hyatt)&lt;br /&gt;
| The Workshop is a 1.5 mile walk from the Hyatt where the APS is taking place.  The most convenient way to reach the Workshop location on Tuesday is to take [http://itsmarta.com/1-w.aspx MARTA Bus Route 1] from Spring St [http://g.co/maps/jpf3h] (a block away from the Hyatt) directly to the workshop hotel.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Participant List ==&lt;br /&gt;
&lt;br /&gt;
The current participant list as of 19. March 2012 follows, in alphabetical order.&lt;br /&gt;
Please indicate whether you have already arranged for lodgings so that others looking for hotel roommates &lt;br /&gt;
may most easily find them.  This page is editable in general (though IPs are logged), so please manage your own &lt;br /&gt;
lodging status.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings Arranged&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Majd Abdelqader || Queens University ||&lt;br /&gt;
|-&lt;br /&gt;
| Rafael Arañha || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Grayson Carroll || Belmont University ||&lt;br /&gt;
|-&lt;br /&gt;
| Roseanne Cheng || UNC-Chapel Hill ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Brett Deaton || Washington University || X&lt;br /&gt;
|-&lt;br /&gt;
| Tehani K. Finch || Howard University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Gary Forrester || UMass Dartmouth || X&lt;br /&gt;
|-&lt;br /&gt;
| Brian Friesen || University of Oklahoma || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Scott Hawley || Belmont University ||&lt;br /&gt;
|- &lt;br /&gt;
| Matt Kinsey || GaTech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Hari Krishnan || LSU || X&lt;br /&gt;
|-&lt;br /&gt;
| Sean McWilliams || Princeton || &lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Prabath Peiris || RIT ||&lt;br /&gt;
|-&lt;br /&gt;
| Larne Pekowsky || Georgia Tech || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Christian Reisswig || Caltech ||&lt;br /&gt;
|-&lt;br /&gt;
| Ian Ruchlin || RIT ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Carl Rodriguez || CIERA, Northwestern University ||&lt;br /&gt;
|-&lt;br /&gt;
| Petr Tsatsin || Florida Atlantic University ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Alex Vañô Viñuales || University of the Balearic Islands || Share desired, 31. March - 6. April (ok to share only 3.-6. April) (alex.vano@uib.es)&lt;br /&gt;
|-&lt;br /&gt;
| Andrew Vu || Emory University || N/A&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Konstantin Yakunin || Florida Atlantic University / ORNL ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Below are the ET volunteers who will be presenting or heading parts of the sessions.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; border=&amp;quot;2&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Affiliation&lt;br /&gt;
! Lodgings&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Tanja Bode || Georgia Tech || X&lt;br /&gt;
|-&lt;br /&gt;
| Dennis Castleberry || LSU || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Peter Diener || LSU || X&lt;br /&gt;
|-&lt;br /&gt;
| Josh Faber || RIT ||&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Roland Haas || Caltech || X&lt;br /&gt;
|-&lt;br /&gt;
| Frank Löffler || LSU || X&lt;br /&gt;
|- style=&amp;quot;background:lightgrey;&amp;quot;&lt;br /&gt;
| Bruno Mundim || RIT ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== In-Workshop Details ==&lt;br /&gt;
&lt;br /&gt;
Information for participants, useful during the workshop.&lt;br /&gt;
&lt;br /&gt;
=== Schedule ===&lt;br /&gt;
&lt;br /&gt;
[[Schedule_Proposal | Schedule]]&lt;br /&gt;
&lt;br /&gt;
=== Internet Access ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Area Restaurants ===&lt;/div&gt;</summary>
		<author><name>Tbode</name></author>
		
	</entry>
</feed>