-
I see you've added Gauss-Jordan. If you're looking for more computational linear algebra tools to add, I highly recommend Golub and Van Loan _Matrix Computations_ . This was *the* reference when I wor…
znmeb updated
2 years ago
-
Hi,
I'm co-chair of the Scientific Gateways 2019 conference in San Diego 23-25 September (https://sciencegateways.org/web/gateways2019).
Jupyter notebook and lab are already widespread in Scientific…
zonca updated
3 years ago
-
Hi, thanks a lot for putting the docker container together. It's great. I wonder if it's possible to have a MESA docker image available on docker hub. It'd make it more convenient to use MESA on the h…
-
For high learning rates, computing the softmax scores can overflow in the SDR classifier, at the exponentiation step:
```
# softmax normalization
expOutputActivation = numpy.exp(outputActivation)
```…
-
https://github.com/marvel-nccr/ansible-role-aiida/commit/e37869de1ff71e97870c9692ca3ccf4850f2935b completely dropped any testing on the RedHat line (CentOS/Rocky/Alma), which is still a popular Linux …
-
CUDA (Compute Unified Device Architecture) is a parallel computing platform and application programming interface (API) model created by NVIDIA. It allows developers to use GPUs (Graphics Processing U…
-
If the number of materials is too high, and we use generic symbols in the model part (ex: materials_sigma), the performance suffers a lot and parallel computing does not scale. We found this problem o…
-
1) Intro (add tidy?, move 1.2 into appendix, add intro to stat)
Part I Foundation
2) RMarkdown
3) Github
4) RStudio Projects
Part II Intro to R
5) DS
6) CS
7) Functions
Part III Introdu…
-
I just found out about [Spack](https://spack.io) from the awesome paper "[Enabling high‐performance cloud computing for Earth science modeling on over a thousand cores: application to the GEOS‐Chem at…
-
ITER is using EasyBuild on their cluster to manage software: https://easybuild.readthedocs.io/en/latest/
I have not looked to much into it but the description of the EasyBuild project reads *"a sof…