-
### Spack version
```console
$ spack --version
0.13.3
```
### Steps to reproduce the issue
```console
$ spack install geant4
```
### Platform and user environment
```
$ uname -a
Linux n…
-
graphs like the following does not work anymore with the latest (3.0.0) release
```
digraph {
rankdir="LR";
node [shape="plaintext"];
a[fontsize=9, label=];
I1 -> a:in1;
I2 -> a:…
-
Active messages appear to have significant contention with qthreads and gasnet-ibv on Naples and Rome processors. I'm running on a single system that has nodes with both 24-core Cascade Lake CPUs and …
-
I can't find a reasonable way to get a list/selection of all the edges coming OFF of a given node.
Is this something that can be done?
-
Hi, do you know where could I get this `ps.h`? I guess it's a header of postscript. It was from a clean docker container `ubuntu:18.04`.
```bash
docker run -it --rm --name js -v "$PWD:/opt/work" …
-
Hello,
I am trying to assemble nanopore metagenomic data from a human stool sample on our HPCC (SLURM).
I have tried increasing the memory but can’t get past the “LOADING AND FILTERING OVERLAP…
-
Is this expected behavior?
`config.py`:
```
# runtime options
config['jobname'] = "embedding" # default job name
config['q'] = "largeq" # options: default, test, largeq
config['nnodes'] = …
-
Hello,
Is there an approach currently available within the `landscapemetrics` package to run the `sample_lsm( )` function in parallel, using multiple processors to help reduce total computation tim…
-
I have written a sample code like below
```
int main(){
int a = 1;
for (unsigned int i = 0; i < 10000000; i++) {
for (unsigned int j = 0; j < 10000; j++) {
if (j % 100 ==…
-
My package has dependencies on two third party libraries:
* @hpcc-js/common
* d3-drag
For my main bundle I have configured rollup to make "@hpcc-js/common" external (not bundled in my output), wh…