Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.77 KB

documentation.md

File metadata and controls

33 lines (24 loc) · 1.77 KB
layout permalink title
page
/documentation/index.html
Documentation

This page lists the collected documentation on Legion, Regent and Pygion.

Legion

  • [Tutorials]({{ "/tutorial/" | relative_url }}): start here if you are new to Legion
  • Manual: documents the features of the Legion C++ runtime API in a systematic way
  • [Debugging]({{ "/debugging/" | relative_url }}): instructions for debugging Legion programs
  • [Profiling]({{ "/profiling/" | relative_url }}): instructions for profiling and tuning Legion programs
  • [Mapping]({{ "/mapper/" | relative_url }}): instructions for writing a custom Legion mapper
  • [C++ API Documentation]({{ "/doxygen/" | relative_url }}): complete API documentation
  • [GASNet Installation]({{ "/gasnet/" | relative_url }}): instructions for multi-node builds of Legion
  • [Error Messages]({{ "/messages/" | relative_url }}): list of Legion error messages

Regent

Pygion

  • [Overview]({{ "/pygion/" | relative_url }}): start here if you are new to Pygion

Internals