Skip to content
#

hpc

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

julia
KristofferC
KristofferC commented Nov 1, 2020

One of the main use cases of lpad and rpad is, at least for me personally, to align things in the terminal. However, lpad and rpad are defined (and documented) to work in terms of code units (i.e. they call length on the input string) which means that when length and textwidth disagree, you get unaligned output:

julia> s1 = "⟨k|H₁|k̃⟩"
"⟨k|H₁|k̃⟩"
julia> s2 = "⟨k|H₁|k⟩"
"⟨
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

Thor-wl
Thor-wl commented Oct 31, 2020

Dear all,
Volcano v1.1 has been released on Oct 30. Main features such as Big Job Resource Reservation/HDRF/Monitoring are included. More details please refer to https://github.com/volcano-sh/volcano/releases/tag/v1.1.0. Beta test are warmly welcomed and we are looking forward to your advice in issues.
Feature design of v1.2 is alse finished and all main features have been owned. You can

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_

rsanfer
rsanfer commented Sep 20, 2018

Another important topic from the meeting was the need to restructure the files on the main repository, to reduce their sizes and improve both readability and compilation times.

Of course, any file movement will affect the developers with ongoing branches (see #582) so one suggestion is to restructure one file at a time, maybe once every month or so, to reduce the burden to everybody.

I have

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.