Paul Kuberry

Results 24 comments of Paul Kuberry

Different versions of urllib support / don't support 'context'. You could throw a try statement on the `urlopen()`, and remove context from kwargs on the except.

Hi @DaveBeCoding, can you confirm whether `/path/to/build/packages/compadre/examples/Compadre_GMLS_Manifold_Test.exe` exists?

@alalazo can you merge this? Thanks!

This really looks like an SSL issue from the warnings, but I don't believe it is. The direct link to the resource is at: `https://download.open-mpi.org/release/hwloc/v2.0/hwloc-2.8.0.tar.gz` which is giving `403 Forbidden`...

in `lib//spack/spack/util/web.py`, in function `def read_from_url(url, accept_content_type=None):`, there is a conditional: ```py # Don't even bother with a context unless the URL scheme is one that uses # SSL certs....

Hello @cyrush. Now that the fix is in, would you mind checking if it solved your `hwloc` issue?

I'd like to add that this is also reproducible on the M1 using `[email protected]`. It seems that what is common to producing this issue is `Kokkos_ENABLE_THREADS=ON`. With `[email protected]` and `Kokkos_ENABLE_OPENMP=ON`...

@ajpowelsnl Thank you for offering to check. I also have an 8-core Intel mac with apple clang, but I'm not seeing issues with that. This seems to be arm +...

@crtrott I just pulled [email protected] and was able to reproduce using [email protected] with OPENMP off and THREADS on. As mentioned though, it appears randomly, so it is necessary to execute...

Here is an update. I wanted to check whether it was [email protected] that was the issue, so I grabbed: ```sh brew install llvm@15 ``` used test.cpp: ```cpp #include // called...