-
Cray Inc.
Block or Report
Block or report mppf
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
chapel-test Public
Forked from thomasvandoren/chapel-test
Experiment to see how well we can implement a parallel test runner for Chapel programs, in Chapel.
Chapel
-
-
-
-
re2 Public
Forked from google/re2
RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
C++
2,112 contributions in the last year
Contribution activity
January 2022
Created 59 commits in 1 repository
Created a pull request in chapel-lang/chapel that received 4 comments
Don't always add -O3 to flags when compiling with gasnet
Follow-up to PR #18880.
The pkg-config .pc file we get gasnet flags from includes -O3 in the
flags, which caused a failure for the test
test/expres…
Opened 9 other pull requests in 1 repository
chapel-lang/chapel
1
open
8
merged
- Clean up two temporaries in resolution
- Fix multi-locale interop after PR #18880
- Don't use absolute paths in Socket includes
- Update copyright in Socket library
- Fix problem with CHPL_LIB_PIC after PR #18880
- Fix problems with CHPL_SANITIZE after PR #18880
- Fix problem with ofi after PR #18880
- Fix error in compile_link_args_utils.py for GPU
- Allow installing pip dependencies from source
Reviewed 23 pull requests in 3 repositories
chapel-lang/chapel
21 pull requests
- Fix target compiler validation for the gpu locale model
- Fix indexing bug in system libfabric chplenv
- Parser updates for primer compilation
- Update copyright in Socket library
- Missing import of os package
- chpldoc/next - now with queries
- Fix several issues with the GPU support
- Add ifndef's around GNU_SOURCE #defines
- Fix CHPL_HOST_MEM=jemalloc build
- add debug-trace flag for use with compiler-library-parser
- Adapt to new 16-node-cs-hdr filesystem
- Split bundled and system -I and -L arguments
- Source a script to update to a newer cmake in util/cron/common.bash
- next: Remove unused helper method for converting indexable loops
- compiler/next linter
- Changing copyright dates
- Fix support for requires of .chpl files within implicitly used modules
- Doc: Move arrays\domains content out of "built-in types and functions" section and into language spec
- Serialize and forward promotion iterator records
- Wrap UniqueString temporaries with astr
- Enable testing of mismatch-ri*-iv.chpl with --verify