Useful resources

AMReX

GRTeclyn is built on top of the AMReX library and we try to follow the thinking behind AMReX pretty closely e.g. the GPU strategy. The AMReX documentation is a great resource that introduces a lot of basic concepts that you will encounter in GRTeclyn e.g. MultiFab, Array4 and ParallelFor as well as build options for various GPU architectures. There are also suggestions for analysing and visualising PlotFiles and profiling and debugging. If a problem you encounter is not covered in this (admittedly short) wiki, then the AMReX documentation should be your next stop.

There is also a set of short demos and exercises compiled by the AMReX team available here.

Failing that, the tests directory of AMReX, ${AMREX_HOME}/Tests, also functions as code examples for how to use certain AMReX features.

Numerical Relativity (NR)

There are many useful introductions to NR, but we recommend in particular the following open source resources:

The textbooks of Alcubierre, Baumgarte & Shapiro, and Shibata are also bookcase essentials for anyone working in NR.

Past GRTeclyn presentations

Some useful information related to status updates and new features can be gleaned from these past GRTeclyn/GRTL talks:

2025

  • Numerical Relativity with AMReX - Miren Radia, HPSF Conference Video Slides
  • GRTeclyn and MHDuet - Miren Radia, Gregynog Numerical Relativity Slides
  • GRChombo and GRTeclyn - Miren Radia, New Frontiers in NR Slides
  • GRTeclyn: GRChombo for the GPU gegneration - Katy Clough, European ET Meeting Video Slides

Useful C++ resources

One should review in particular the sections on classes and templating, which are both used extensively in the code.

All these places offer courses relevant for scientific programming, best check them regularly

HPC cluster usage

Most machines have their own webpages which give a guide to usage, and tell you things particular to each machine, like compilers available, the job submission system, where to store your data etc.

There is a separate page here that offers some guidance to common HPC systems used by this group.

The Rosetta stone of job submission commands is here.

Some useful commands:

- 'passwd' can be used to change your login password.
- 'grep' to search for text in your files

Git guide

A comprehensive guide to Git:

https://www.tutorialspoint.com/git/git_quick_guide.htm

In particular, this is a useful guide to "rebase a branch to master".

VisIt

The VisIt wiki is here:

http://www.visitusers.org/index.php?title=Main_Page

and the user manual is here:

http://visit-sphinx-user-manual.readthedocs.io/en/latest/

yt

The yt package is also useful for analysing data, and has an excellent cookbook containing examples:

http://yt-project.org/doc/index.html

Miscellaneous

A very useful GUI tool to compare two directories is Meld:

https://meldmerge.org/