|
|
(75 intermediate revisions by 15 users not shown) |
Line 1: |
Line 1: |
− | == Maxwell (ET_2011_10) == | + | == Unnamed (ET_2016_11) == |
| | | |
− | (draft notes)
| + | '''NOTE: This release text is work in progress, meant for an upcoming release of the Einstein Toolkit, ''not'' of an already released version.''' |
| | | |
− | * 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.
| + | We are pleased to announce the fourteenth release (code name "Unnamed") of the Einstein Toolkit, an open, community developed software infrastructure for relativistic astrophysics. This release includes, among other things, TODO. In addition, bug fixes accumulated since the previous release in May 2016 have been included. |
− | * 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).
| |
− | * Carpet no longer works with symmetries specified using CartGrid3D::domain. Use the symmetry thorns in CactusNumerical instead.
| |
− | * 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.
| |
| | | |
− | === Machine notes ===
| + | The Einstein Toolkit is a collection of software components and tools for simulating and analyzing general relativistic astrophysical systems that builds on numerous software efforts in the numerical relativity community. This includes CactusEinstein, the Carpet AMR infrastructure and the relativistic magneto-hydrodynamics codes GRHydro and IllinoisGRMHD. For parts of the toolkit, the Cactus Framework is used as the underlying computational infrastructure providing large-scale parallelization, general computational components, and a model for collaborative, portable code development. The toolkit includes modules to build complete codes for simulating black hole spacetimes as well as systems governed by relativistic magneto-hydrodynamics. |
| | | |
− | ==== Kraken ====
| + | The Einstein Toolkit uses a distributed software model and its different modules are developed, distributed, and supported either by the core team of Einstein Toolkit Maintainers, or by individual groups. Where modules are provided by external groups, the Einstein Toolkit Maintainers provide quality control for modules for inclusion in the toolkit and help coordinate support. The Einstein Toolkit Maintainers currently involve postdocs, staff and faculty from six different institutions, and host weekly meetings that are open for anyone to join in. |
| | | |
− | defs.local.ini needs to have sourcebasedir = $HOME/Cactus configured for this machine. You need to determine $HOME by logging in to the machine.
| + | Guiding principles for the design and implementation of the toolkit include: open, community-driven software development; well thought out and stable interfaces; separation of physics software from computational science infrastructure; provision of complete working production code; training and education for a new generation of researchers. |
| | | |
− | ==== LoneStar and Ranger ====
| + | For more information about using or contributing to the Einstein Toolkit, or to join the Einstein Toolkit Consortium, please visit our web pages at <http://einsteintoolkit.org>. |
| | | |
− | defs.local.ini needs to have sourcebasedir = $WORK/Cactus and basedir = $SCRATCH/simulations configured for this machine. You need to determine $WORK and $SCRATCH by logging in to the machine.
| + | The Einstein Toolkit is primarily supported by NSF 1212401/1212426/1212433/1212460 (Einstein Toolkit), and also by 0905046/0941653 (PetaCactus) and 0710874 (LONI Grid). |
− | | |
− | == Curie (ET_2011_05) ==
| |
− | | |
− | [text from release announcement]
| |
− | | |
− | This release comprises the following tools, arrangements, and thorns. Each
| |
− | tool/arrangement/thorn may have its own licencing conditions, but all are
| |
− | available as open source. Green components are new in this release.
| |
− | | |
− | Cactus Flesh
| |
− | CactusBase Standard Cactus thorns
| |
− | CactusConnect
| |
− | CactusElliptic
| |
− | CactusIO
| |
− | CactusNumerical
| |
− | CactusPUGH
| |
− | CactusPUGHIO
| |
− | CactusTest
| |
− | CactusUtils <span style="color:#00FF00">new: NoMPI</span>
| |
− | | |
− | ExternalLibraries Interfaces to external libraries, <span style="color:#00FF00">new: zlib</span>
| |
− | | |
− | Carpet Adaptive mesh refinement
| |
− | | |
− | EinsteinAnalysis Einstein Toolkit
| |
− | EinsteinBase
| |
− | EinsteinEOS <span style="color:#00FF00">new: EOS_Omni</span>, <span style="color:#daa520">others will be removed next release</span>
| |
− | EinsteinEvolve <span style="color:#daa520">LegoExcision will be removed next release</span>
| |
− | EinsteinInitialData
| |
− | EinsteinUtils
| |
− | | |
− | McLachlan BSSN implementation
| |
− | | |
− | TAT/TATelliptic Various thorns
| |
− | | |
− | AEIThorns Thorns hosted at AEI<span style="color:#00FF00">new: PunctureTracker, SystemStatistics</span>
| |
− | | |
− | LSUThorns Thorns hosted at LSU<span style="color:#00FF00">new: Vectors</span>
| |
− | | |
− | Kranc Automated code generation
| |
− | | |
− | GetComponents Downloading tools and thorns span style="color:#00FF00">new repository</span>
| |
− | | |
− | SimFactory Building code and running simulations
| |
− | | |
− | The Simulation Factory contains ready-to-use configuration details for
| |
− | more than 60 systems, including most HPC systems at DOE,
| |
− | LONI, TeraGrid, and RZG. | |
− | | |
− | 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.
| |
| | | |
| + | The Einstein Toolkit contains about 200 regression test cases. On a large portion of the tested machines, almost all of these test suites pass, using both MPI and OpenMP parallelization. |
| The changes between this and the previous release include: | | The changes between this and the previous release include: |
− | * 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.
| |
− | * The location of the GetComponents script changed (now hosted at github).
| |
− | * The MHD implementation within GRHydro saw several updates, but is still disabled by default.
| |
− | * 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.
| |
− | * This release still ships with the Perl-version of Simfactory, but includes updated machine configurations and some bug fixes.
| |
− | * 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.
| |
− |
| |
− | == Chandrasekhar (ET_2010_11) ==
| |
− |
| |
− | [text from release announcement]
| |
− |
| |
− | This release comprises the following tools, arrangements, and thorns. Each
| |
− | tool/arrangement/thorn may have its own licencing conditions, but all are
| |
− | available as open source. Green components are new in this release, shown in
| |
− | red are components now not longer part of the Einstein Toolkit:
| |
− |
| |
− | Cactus Flesh
| |
− |
| |
− | CactusBase Standard Cactus thorns
| |
− | CactusConnect
| |
− | CactusElliptic
| |
− | <span style="color:#FF0000">CactusExternal</span> Not part of the Einstein Toolkit anymore (use ExternalLibraries/libjpeg instead of jpeg6b)
| |
− | CactusIO
| |
− | CactusNumerical <span style="color:#00FF00">new: InterpToArray</span>
| |
− | CactusPUGH
| |
− | CactusPUGHIO
| |
− | <span style="color:#00FF00">CactusTest</span> Various Cactus testsuite thorns
| |
− | CactusUtils
| |
− | <span style="color:#00FF00">CactusWave</span> Wavetoy example thorns
| |
− |
| |
− | ExternalLibraries Interfaces to external libraries (<span style="color:#00FF00">new: OpenSSL, libjpeg</span>, several updates in other thorns)
| |
− |
| |
− | Carpet Adaptive mesh refinement
| |
− |
| |
− | EinsteinAnalysis Einstein Toolkit
| |
− | EinsteinBase
| |
− | EinsteinEOS
| |
− | EinsteinEvolve
| |
− | EinsteinInitialData
| |
− | EinsteinUtils
| |
− |
| |
− | McLachlan BSSN implementation
| |
− |
| |
− | TAT/TATelliptic Various thorns
| |
− | AEIThorns/AEILocalInterp
| |
− | LSUThorns/QuasiLocalMeasures
| |
− | LSUThorns/SummationByParts
| |
− |
| |
− | Kranc Automated code generation
| |
− |
| |
− | GetComponents Downloading tools and thorns
| |
− |
| |
− | SimFactory Building code and running simulations
| |
− |
| |
− | All repositories participating in this release carry a branch
| |
− | "ET_2010_11" marking this release. These release branches will be
| |
− | updated if severe errors are found.
| |
− |
| |
− |
| |
− |
| |
− | This release has been tested on the following systems and
| |
− | architectures:
| |
− |
| |
− | Workstations (Intel, Linux)
| |
− | MacBook Pro notebook (Intel, Mac OS X)
| |
− | Blue Drop, NCSA (Power 7, Linux)
| |
− | Damiana, AEI (Intel Woodcrest cluster, Linux)
| |
− | Kraken, NICS (Cray XT5, Linux)
| |
− | Philip, LSU (Intel cluster, Linux)
| |
− | Queen Bee, LONI (Intel cluster, Linux)
| |
− | Ranger, TACC (AMD cluster, Linux)
| |
− |
| |
− | The Simulation Factory contains ready-to-use configuration details for
| |
− | more than 20 additional systems, including most HPC systems at DOE,
| |
− | LONI, TeraGrid, and RZG.
| |
− |
| |
− | The Einstein Toolkit thorns contain 132 regression test cases. While
| |
− | all test cases pass on some systems, there are unfortunately also
| |
− | some systems where certain test cases fail. We verified that this is
| |
− | because of accumulation of floating-point round-off error in most
| |
− | cases, and we will discuss this issue in a broader context in the near
| |
− | future.
| |
− |
| |
− |
| |
− |
| |
− | The Einstein Toolkit web site contains online documentation for its
| |
− | thorns, and pointers for using it to build your own code. There is
| |
− | also a tutorial that explains how to download, build, and run the code
| |
− | for a simple binary black hole evolution. We invite you to join our
| |
− | mailing list <users@einsteintoolkit.org>.
| |
− |
| |
− |
| |
− |
| |
− | The changes between this and the previous release include (not complete):
| |
− | * Several Libraries can now be build in parallel-make mode, increasing compilation speed on some machines a lot.
| |
− | * Several Libraries now clean up intermediate files, often using considerably less disk space per configuration.
| |
− | * GRHydro includes (disabled, not yet finished) support for MHD. Don't try to use it yet, and don't get confused about that code.
| |
− | * Several Libraries have been updated (ExternalLibraries)
| |
− | * Simfactory received several updates, and this will likely be the last release with the Perl version.
| |
− | * The links in the Reference manual now work (again).
| |
− | * A lot of other bugs and testsuites were corrected.
| |
− |
| |
− |
| |
− |
| |
− | On behalf of the Einstein Toolkit Consortium: the "Chandrasekhar" Release Team
| |
− |
| |
− | Gabrielle Allen
| |
− | Eloisa Bentivegna
| |
− | Tanja Bode
| |
− | Peter Diener
| |
− | Roland Haas
| |
− | Ian Hinder
| |
− | Frank Löffler
| |
− | Bruno Mundim
| |
− | Christian D. Ott
| |
− | Erik Schnetter
| |
− | Eric Seidel
| |
− | Michael Thomas
| |
− |
| |
− | November 23, 2010
| |
− |
| |
− | == Bohr (ET_2010_06) ==
| |
− |
| |
− | [text from release announcement]
| |
− |
| |
− |
| |
− |
| |
− | This release comprises the following tools, arrangements, and thorns. Each
| |
− | tool/arrangement/thorn may have its own licencing conditions, but all are
| |
− | available as open source:
| |
− |
| |
− | Cactus Flesh
| |
− |
| |
− | CactusBase Standard Cactus thorns
| |
− | CactusConnect
| |
− | CactusElliptic
| |
− | CactusExternal
| |
− | CactusIO
| |
− | CactusNumerical
| |
− | CactusPUGH
| |
− | CactusPUGHIO
| |
− | CactusUtils
| |
− |
| |
− | ExternalLibraries Interfaces to external libraries
| |
− |
| |
− | Carpet Adaptive mesh refinement
| |
− |
| |
− | EinsteinAnalysis Einstein Toolkit
| |
− | EinsteinBase
| |
− | EinsteinEOS
| |
− | EinsteinEvolve
| |
− | EinsteinInitialData
| |
− | EinsteinUtils
| |
− |
| |
− | McLachlan BSSN implementation
| |
− |
| |
− | TAT/TATelliptic Various thorns
| |
− | AEIThorns/AEILocalInterp
| |
− | LSUThorns/QuasiLocalMeasures
| |
− | LSUThorns/SummationByParts
| |
− |
| |
− | Kranc Automated code generation
| |
− |
| |
− | GetComponents Downloading tools and thorns
| |
− |
| |
− | SimFactory Building code and running simulations
| |
− |
| |
− | All repositories participating in this release carry a branch
| |
− | "ET_2010_06" marking this release. These release branches will be
| |
− | updated if severe errors are found.
| |
− |
| |
− |
| |
− |
| |
− | This release has been tested on the following systems and
| |
− | architectures:
| |
− |
| |
− | Workstations (Intel, Linux)
| |
− | MacBook Pro notebook (Intel, Mac OS X)
| |
− | Blue Drop, NCSA (Power 7, Linux)
| |
− | Damiana, AEI (AMD cluster, Linux)
| |
− | Kraken, NICS (Cray XT5, Linux)
| |
− | Philip, LSU (Intel cluster, Linux)
| |
− | Queen Bee, LONI (Intel cluster, Linux)
| |
− | Ranger, TACC (AMD cluster, Linux)
| |
− |
| |
− | The Simulation Factory contains ready-to-use configuration details for
| |
− | more than 20 additional systems, including most HPC systems at DOE,
| |
− | LONI, TeraGrid, and RZG.
| |
| | | |
− | The Einstein Toolkit thorns contain 89 regression test cases. While
| + | Larger changes since last release |
− | all test cases pass on important systems, there are unfortunately also
| |
− | some systems where certain test cases fail. We verified that this is
| |
− | because of accumulation of floating-point round-off error in most
| |
− | cases, and we will discuss this issue in a broader context in the near
| |
− | future.
| |
| | | |
| + | How to upgrade from Brahe (ET_2016_05) |
| | | |
| + | To upgrade from the previous release, use GetComponents with the new component list to check out the new version. |
| | | |
− | The Einstein Toolkit web site contains online documentation for its
| + | See the Download page on the Einstein Toolkit website for download instructions. |
− | thorns, and pointers for using it to build your own code. There is
| |
− | also a tutorial that explains how to download, build, and run the code
| |
− | for a simple binary black hole evolution. We invite you to join our
| |
− | mailing list <users@einsteintoolkit.org>.
| |
| | | |
| + | Remaining issues with this release |
| | | |
| + | Certain machines need to be configured specially in Simfactory because the remote directories cannot be determined automatically just from the user name. See the Machine notes below. |
| | | |
− | On behalf of the Einstein Toolkit Consortium: the "Bohr" Release Team
| |
| | | |
− | Gabrielle Allen
| + | == Older Releases == |
− | Eloisa Bentivegna
| |
− | Tanja Bode
| |
− | Peter Diener
| |
− | Roland Haas
| |
− | Ian Hinder
| |
− | Frank Loeffler
| |
− | Bruno Mundim
| |
− | Erik Schnetter
| |
− | Eric Seidel
| |
| | | |
− | June 17, 2010
| + | The final release information of older releases can be found [[http://einsteintoolkit.org/about/releases/ here]]. |
Unnamed (ET_2016_11)
NOTE: This release text is work in progress, meant for an upcoming release of the Einstein Toolkit, not of an already released version.
We are pleased to announce the fourteenth release (code name "Unnamed") of the Einstein Toolkit, an open, community developed software infrastructure for relativistic astrophysics. This release includes, among other things, TODO. In addition, bug fixes accumulated since the previous release in May 2016 have been included.
The Einstein Toolkit is a collection of software components and tools for simulating and analyzing general relativistic astrophysical systems that builds on numerous software efforts in the numerical relativity community. This includes CactusEinstein, the Carpet AMR infrastructure and the relativistic magneto-hydrodynamics codes GRHydro and IllinoisGRMHD. For parts of the toolkit, the Cactus Framework is used as the underlying computational infrastructure providing large-scale parallelization, general computational components, and a model for collaborative, portable code development. The toolkit includes modules to build complete codes for simulating black hole spacetimes as well as systems governed by relativistic magneto-hydrodynamics.
The Einstein Toolkit uses a distributed software model and its different modules are developed, distributed, and supported either by the core team of Einstein Toolkit Maintainers, or by individual groups. Where modules are provided by external groups, the Einstein Toolkit Maintainers provide quality control for modules for inclusion in the toolkit and help coordinate support. The Einstein Toolkit Maintainers currently involve postdocs, staff and faculty from six different institutions, and host weekly meetings that are open for anyone to join in.
Guiding principles for the design and implementation of the toolkit include: open, community-driven software development; well thought out and stable interfaces; separation of physics software from computational science infrastructure; provision of complete working production code; training and education for a new generation of researchers.
For more information about using or contributing to the Einstein Toolkit, or to join the Einstein Toolkit Consortium, please visit our web pages at <http://einsteintoolkit.org>.
The Einstein Toolkit is primarily supported by NSF 1212401/1212426/1212433/1212460 (Einstein Toolkit), and also by 0905046/0941653 (PetaCactus) and 0710874 (LONI Grid).
The Einstein Toolkit contains about 200 regression test cases. On a large portion of the tested machines, almost all of these test suites pass, using both MPI and OpenMP parallelization.
The changes between this and the previous release include:
Larger changes since last release
How to upgrade from Brahe (ET_2016_05)
To upgrade from the previous release, use GetComponents with the new component list to check out the new version.
See the Download page on the Einstein Toolkit website for download instructions.
Remaining issues with this release
Certain machines need to be configured specially in Simfactory because the remote directories cannot be determined automatically just from the user name. See the Machine notes below.
Older Releases
The final release information of older releases can be found [here].