Skip to content

chapel-lang/chapel

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

[ trivial, not reviewed ]

The iconv and idn2 libraries that were built with asan are no longer
working since the LLVM 15 upgrade, failing to locate `libasan.so.5.0`.
Reverting these to use the regular iconv and idn2 libraries for now, but
we would probably want to install new asan versions of these libraries
in the future.

See: Cray/chapel-private#4901
Issue for follow up work:
Cray/chapel-private#4911
f33852b

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

https://chapel-lang.org/images/chapel-logo-200.png

The Chapel Language

What is Chapel?

Chapel is a modern programming language designed for productive parallel computing at scale. Chapel's design and implementation have been undertaken with portability in mind, permitting Chapel to run on multicore desktops and laptops, commodity clusters, and the cloud, in addition to the high-end supercomputers for which it was originally undertaken.

License

Chapel is developed and released under the terms of the Apache 2.0 license, though it also makes use of third-party packages under their own licensing terms. See the LICENSE file in this directory for details.

Resources

For more information about Chapel, please refer to the following resources:

Project homepage: https://chapel-lang.org
Installing Chapel: https://chapel-lang.org/download.html
Building from source: https://chapel-lang.org/docs/usingchapel/QUICKSTART.html
Sample computations: https://chapel-lang.org/hellos.html
Learning Chapel: https://chapel-lang.org/learning.html
Reporting bugs: https://chapel-lang.org/bugs.html
Chapel documentation: https://chapel-lang.org/docs/
GitHub: https://github.com/chapel-lang/chapel
Discussion forums: https://chapel.discourse.group
Gitter chat room: https://gitter.im/chapel-lang/chapel
Stack Overflow: http://stackoverflow.com/questions/tagged/chapel
Twitter: https://twitter.com/ChapelLanguage
Facebook: https://www.facebook.com/ChapelLanguage