Skip to content

Files

This branch is 70 commits behind chapel-lang/chapel:main.

util

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 22, 2025
Jan 31, 2025
Feb 21, 2025
Jan 6, 2025
Feb 27, 2025
Mar 4, 2025
Feb 28, 2025
May 8, 2024
Jan 6, 2025
Feb 25, 2025
Jan 21, 2025
Dec 10, 2024
Mar 4, 2025
Aug 8, 2023
Jul 16, 2018
Dec 16, 2024
Feb 4, 2022
Oct 16, 2020
Oct 16, 2020
Oct 16, 2020
Oct 16, 2020
Oct 16, 2020
Nov 5, 2020
========================
Chapel Utility Directory
========================

This directory contains utility scripts that are intended to be useful
to end-users or the Chapel build/test itself.

The following are designed for beginning users
(see $CHPL_HOME/doc/rst/usingchapel/QUICKSTART.rst for details):

   quickstart/      :
     setchplenv.*   : quick-start source scripts for minimal Chapel environments

The following are for more experienced users:

   ./
     chpltags       : a script to generate tags files for Chapel source code
     printchplenv   : a script to print your set/inferred Chapel environment
     setchplenv.*   : commands for setting up a production Chapel environment
     start_test     : the script for invoking the Chapel testing system


The following are for use by developers or other Chapel scripts:

   build_configs/   : helper scripts to build Chapel in multiple configurations
   chplenv/         : helper scripts for inferring CHPL_* variables if unset
   config/          : helper scripts for configuring the Chapel build
   docs/            : helper scripts for chpldocs mode
   test/            : helper scripts for the testing system