-
I'm running the partial assembled code on a platform with `avx512` architecture. However the speed is same as on my vmware.
I did following things:
1. build mfem with `cmake -DCMAKE_C_FLAGS="-march=…
-
See Corresponding C implementation issue for background: https://github.com/MetPX/sarrac/issues/174
Things that need to be done to robustly support that on the python side:
* ${INSTANCE} ... a…
-
Hi,
I use Jupyter Notebook on a HPC and I got the following error when importing spike interface by doing
> import spikeinterface.full as si
Restarting the kernel does not change anything. Any…
-
Some clusters don't allow for `--mem-per-cpu` definitions. Easy fix by removing the following line from `test/hpc/slurm.jl`
https://github.com/FriesischScott/UncertaintyQuantification.jl/blob/c3ba4…
-
Is there documentation on how Airflow (and specifically AirflowHPC) is expected to be deployed / used on HPC resources? Like, is there a recommended way to deploy the database, and are there example …
-
First and simpler approach for HPC integration is to use ssh access and ssh keys so our app user can login to the cluster as users and start the slurm job as them.
Note that CAS integration (includ…
-
We plan to use [UCSB's HPC clusters](https://csc.cnsi.ucsb.edu/clusters) to run the analysis on the new species (and maybe all species if the workflow changes a lot). There are several options, some o…
-
**Is your feature request related to a problem? Please describe.**
Current documentation shows small examples. Working on real large datasets varies in some ways and has specific needs:
- limiting Da…
-
**Disclaimer: this is a very quick and dirty draft. It is not final info. Do not trust this information blindly**
To run MAPDL across multiple nodes in an HPC cluster, there are two approaches.
…
-
### Brief summary of bug
If a variable is in both `hist_fexcl` and `hist_fincl` the code seems to assume `hist_fincl`. This can result in a crash if having the variable doesn't work for your code.
…