Skip to content
#

hpc

Here are 1,225 public repositories matching this topic...

julia
o314
o314 commented Oct 23, 2021
using Test
@test :(1 = 2) |> repr == Expr(:(=), 1, 2) |> repr == ":(1 = 2)"

but others (reserved) assignment ops are not shown as they are typed, eg in infix form but in prefix one.

@test :(1 := 2) |> repr == ":($(Expr(:(:=), 1, 2)))"

a small annoyance, but one that may easily be fixed by adding them to expr_infix_wide @ https://github.com/JuliaLang/juli

shahzebsiddiqui
shahzebsiddiqui commented Jun 22, 2020

Currently spack does not support the following packages, all of these packages are installed outside of Spack at Cori, we would like to get support for these packages if possible.

mikegray
mikegray commented Jun 13, 2019

Version of Singularity:

3.0.3

Expected behavior

Some progress or update information during the creation of the SIF file.

Actual behavior

During "Creating SIF file..." step, the console does not produce any visible output for the user - but does create the resulting file eventually.

Steps to reproduce behavior

I was executing a few “larger” builds through the bui

devreal
devreal commented Nov 6, 2019

The documentation for the function shmem_wait seems inconsistent with the function signatures as it describes parameters target, pe, and value that are actually not part of the interface. The parameter ivar is described but at least in the C interface the variable is named var (without the prefix i).

See https://github.com/open-mpi/ompi/blob/master/oshmem/shmem/man/man3/shmem_wai

modules

Improve this page

Add a description, image, and links to the hpc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hpc topic, visit your repo's landing page and select "manage topics."

Learn more