hpc
Here are 941 public repositories matching this topic...
Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls.
This is a fairly easy kernel and may be a good issue for someone getting to know CUDA/ArrayFire internals. Ping me if you want additional info.
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
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.
- cpmd https://www.lcrc.anl.gov/for-users/software/available-software/cpmd/
- ComputeCPP https://github.com/codeplaysoftware/computecpp-sdk need to confirm link
- ds9 https://sites.google.com/cfa.harvard.
I often use -v
just to see that something is going on, but a progress bar (enabled by default) would serve the same purpose and be more concise.
We can just factor out the code from futhark bench
for this.
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
/help wanted
Description:
Currently, we publish helm chart at https://github.com/volcano-sh/charts and keep helm charts up-to-date at
https://github.com/volcano-sh/volcano/tree/master/installer , and they already mismatched. It's better to make charts as submod of volcano to keep them sync.
-
Updated
Aug 30, 2020 - Groovy
-
Updated
Aug 14, 2020 - C++
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
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 12, 2020 - Go
-
Updated
Aug 29, 2020 - R
Describe the bug
When explaining the Symmetry Wall in https://su2code.github.io/docs_v7/Markers-and-BC/, there is a copy paste from the explanation for Euler (slip) Wall:
"For all Finite Volume (FVM) solvers, i.e. not the FEM_* solvers, its implementation is identical to MARKER_SYM solvers and both options can be used interchangeably."
which makes no sense.
-
Updated
Aug 28, 2020 - C++
-
Updated
Jul 27, 2020 - Makefile
-
Updated
Sep 1, 2020 - Scala
-
Updated
Sep 1, 2020 - C++
-
Updated
Aug 25, 2020 - C
-
Updated
Nov 16, 2019 - C++
Add the appropriate libncurses package name for each supported distro. This is commonly named libncurses5.
-
Updated
Sep 1, 2020 - C
-
Updated
Nov 4, 2019
-
Updated
Aug 11, 2020 - Python
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.
-
Updated
Apr 2, 2020 - Python
Improve this page
Add a description, image, and links to the hpc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hpc topic, visit your repo's landing page and select "manage topics."
We already have a function
_searchindex
to search for subsequences of byte arrays. It would be nice to expose this by adding corresponding methods tofindfirst
andfindnext
.Although the current
_seardhindex
implementation only acceptsVector
arguments, it looks like t