-
A lot of users of our [Julia extension](https://marketplace.visualstudio.com/items?itemName=julialang.language-julia) love the remote SSH features, they are super useful in a scientific research compu…
-
From @ilayn, who can hopefully expand:
> We must (full emphasis on must) port LAPACK out of F77 for fast computing as scientific community (of all languages). LAPACK codebase is treated as the scri…
-
Hello,
More than a real feature request I am opening this issue because I cannot find an answer on how to cite your software on scientific publications. R packages usually include a bibtex entry a…
-
Some of these papers include (not exhaustive):
* Bangerth, W., & Heister, T. (2013). What makes computational open source software libraries successful?. Computational Science & Discovery, 6(1), 01…
-
## Proposal Summary
The proposed feature is to provide integrated support for [Singularity](https://sylabs.io/docs/) in ClearML. Singularity is a powerful tool for packaging and running reproducible …
-
From my understanding of RDNA2 architecture each RDNA2 (and newer) will report only half of CUs to the OpenCL.
(from the whitepaper)
> The new dual compute unit design is the essence of the RDNA a…
-
Just noticed the wrong patch version is listed in the header file installed via apt-get:
$ cat /usr/include/viennacl/version.hpp
# ifndef VIENNACL_VERSION_HPP
# define VIENNACL_VERSION_HPP
/\* ====…
-
## Purpose
> O2.5.1: Run the global soil/canopy/snow model forced by ERA5 data for 10-20 years and demonstrate stability with a timestep of ~10 minutes and 12 SYPD
This works towards O2.5:
> O2…
-
Identify and invite speakers and presenters well in advance.
Confirm their availability and discuss any logistical details
-
> Beware! `Fin n` is endowed with modular arithmetic. Naively calling `2*i` would multiply `i` by two and perform modulo by `n/2`. We do not want that; we have to get the underlying natural number `i.…