Skip to content
#

hpc

Here are 980 public repositories matching this topic...

julia
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_

pcarruscag
pcarruscag commented Aug 23, 2019

We have quite a few common booleans we use in many places of the code.
Some of them are very simple, like checking for compressible vs incompressible, or for FSI.
But when we want to express something more complicated like is it SA or SST, is the mesh moving or deforming, is this FEM or FVM or FEA, and so on, things are not so simple anymore and we end up with long conditionals repeated in many

modules
xdelaruelle
xdelaruelle commented Aug 28, 2020

The module command automatically detects current terminal width and formats its output to completely fill this available space, like for instance when outputting in a column format the list of all available modules.

It may be desirable to limit the terminal width used by this output to a given size and make module automatically adapts to fill space up to this limit only.

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

You can’t perform that action at this time.