Skip to content
#

hpc

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

julia
eschnett
eschnett commented Mar 16, 2021

When I forget a multiplication sign * between two parentheses, I receive this error:

julia> (1/2)(3+4)
ERROR: MethodError: objects of type Float64 are not callable

This error is confusing for beginners. (A colleague was just stuck with that error and asked for help.) Could you add "Maybe you forgot a multiplication operator * after a number?" to it?

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

futhark
devreal
devreal commented Oct 26, 2020

Parts of the man page of MPI_Win_attach seem to be a verbatim copy of MPI_Win_create and states that this is a collective operation, which in case of MPI_Win_attach it is not. See: https://github.com/open-mpi/ompi/blob/master/ompi/mpi/man/man3/MPI_Win_attach.3in#L71

This should be fixed to reflect the actual behavior of MPI_Win_attach and should also contain at least a sentence on `MPI_

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