CHAPEL performance test on WSL ubuntu

I'm glad this issue is resolved for you and that Chapel beats out Fortran now!

As follow ups here, I've opened 2 issues, the second one is specifically about improving the performance without needing to write an explicit forall.

Brad has also opened Is defaulting the number of threads to #cores vs. #hyperthreads still the right choice? (MAX_PHYSICAL vs. MAX_LOGICAL) · Issue #27099 · chapel-lang/chapel · GitHub about the threading default

-Jade

1 Like

Quick question - which IDE would you recommend for CHPL code development on windows machine - intellij, eclipse, msvs ... ??? Thank you !

I think your best bet for an IDE experience on windows/WSL is to use Visual Studio Code. VSCode has really good support for working with WSL specifically.

We have some docs on getting it setup with the Chapel editor tools, Editor Support For Chapel — Chapel Documentation 2.5.

1 Like