chapel icon indicating copy to clipboard operation
chapel copied to clipboard

a Productive Parallel Programming Language

Results 276 chapel issues
Sort by recently updated
recently updated
newest added

Upgrades the bundled libfabric (OFI) to the latest version, 1.21 Testing - [x] build with CHPL_COMM=ofi and CHPL_LIBFABRIC=bundled on MacOS - [x] build with CHPL_COMM=ofi and CHPL_LIBFABRIC=bundled on Ubuntu22 -...

### Summary of Problem **Description:** Ignoring the return value of a type function with a user defined generic type causes a compiler segfault. Making the type concrete or capturing the...

type: Bug
area: Compiler

draft Depends on https://github.com/chapel-lang/chapel/pull/25007

This PR attempts to address complexities with the BLAS banded matrix routine wrappers (general banded matrix-vector `gbmv`, triangular banded `tbmv`). # Context `gbmv` (resp. `tbmv`) computes the matrix-vector product `Ax...

area: Libraries / Modules
stat: Needs Design Review

The `mason publish` command should provide the user with a github URL to create a pull request against the [mason package registry](https://github.com/chapel-lang/mason-registry/tree/master). See the "publish steps" section in these docs:...

type: Bug

### Summary of Problem **Description:** ``` promotedefault.chpl:6: internal error: RES-WRA-ERS-2254 chpl version 2.0.0 Note: This source location is a guess. Internal errors indicate a bug in the Chapel compiler, and...

type: Bug

When ``mason publish`` is executed, a tag is neither created nor pushed to a remote repository for the package. We either need to: a) treat this as a bug that...

type: Bug
area: Tools
user issue

Part of https://github.com/Cray/chapel-private/issues/6231 To be merged after https://github.hpe.com/hpe/hpc-chapel-ci-config/pull/1164 adds the pinoak install and it completes successfully

The `mason doc` command uses chpldoc to generate docs for the project, storing the html in a `/doc` directory. Like the project's binaries in the `/target` directory, the docs aren't...

type: Design
type: Feature Request
area: Tools