hpc
Here are 1,163 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.
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.
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
What would you like to be added:
Task-level DAG scheduling policy
Why is this needed:
This feature provides the ability to customize the order in which tasks are launched
The following scenarios come to mind so far:
- mpi job. the master needs to wait for the worker to start before starting, If t
In python, you can write python -c 'print(42)' to start an interpreter on the input. Similarly, it would be nice to be able to write futhark run -c 'iota 42' or echo "iota 42" | futhark run - to run the interpreter on some simple input.
-
Updated
Jul 23, 2021 - Groovy
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
Jul 14, 2021 - C++
-
Updated
Jul 24, 2021 - Python
-
Updated
Jun 6, 2021 - Go
Hello,
In version 7.1.0, runtime.dat no longer functions to stop the job using "OUTER_ITER=", "EXT_ITER=", or "TIME=". Did the parameter change?
(CentOS 7, gluster FS, GCC 7.3.1)
-
Updated
Jul 21, 2021 - R
-
Updated
Jul 24, 2021 - C++
-
Updated
Jun 16, 2021 - C++
-
Updated
Jul 23, 2021 - Scala
-
Updated
Jul 15, 2021 - Makefile
-
Updated
Jul 20, 2021 - C
-
Updated
Jul 24, 2021 - C
-
Updated
Nov 16, 2019 - C++
Add the appropriate libncurses package name for each supported distro. This is commonly named libncurses5.
-
Updated
Jul 22, 2021
The envml tool that ends up in Modules/bin/ seems quite useful but does not show up in the documentation (apart from the Release Notes: https://modules.readthedocs.io/en/latest/NEWS.html?highlight=envml).
-
Updated
Mar 19, 2021 - C++
-
Updated
Jul 19, 2021 - Python
-
Updated
Jul 23, 2021 - Java
-
Updated
Jul 6, 2021 - Shell
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."
Defining
propertynamesfor non-struct types is not enough to enable tab completion in the REPL, as is being done withCptr(analytech-solutions/CBinding.jl#77) and eventually withPtr(JuliaInterop/Clang.jl#316). It appears to be prevented because of the followingisstructtypecheck: https://github.com/JuliaLang/julia/blob/c95448fb988441