-
`MappingQGeneric` already supports the fast tensorized evaluation of quantities on cells via the code
https://github.com/dealii/dealii/blob/f40be01994c320236edb775d09a9c89c0f118386/source/fe/mapping_…
-
The core RVIC routing scheme has been implemented in VIC_image. The next step is to implement it with MPI.
**There are two options to implement the routing with MPI:**
1. The execution of VIC is orga…
-
I want to run torchaudio with this code
```
import torch
import torchaudio
import matplotlib.pyplot as plt
filename = "./steam-train-whistle-daniel_simon-converted-from-mp3.wav"
waveform, sample…
-
## Expected Behavior
Running a cluster analysis in all 128 cores.
## Current Behavior
I'm running a clustering analysis to leave out redundant sequences in a big dataset of approximately 10 m…
-
**Submitting author:** @nikola-sur (Nikola Surjanovic)
**Repository:** https://github.com/Julia-Tempering/Pigeons-Paper
**Branch with paper.md** (empty if default branch):
**Version:**
**Editor:** @…
-
Currently EMEPy is run in parallel via mpi4py. There are a few ways the implementation could be improved. Currently, MPI is used to distribute any one EME task at a time onto multiple workers. Each ta…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behaviour:
1. happens with input (include input files)
POSCAR file
```
Gener…
-
**Why is this feature important?**
adios motivation has always been write performance on HPC simulations based on MPI. While there is little gain from multithreading write operations in this context …
-
Hello,
I am working with a large dataset spread over 300 files. Here I am showing you an example where I load one of these files into R as a tibble.
```
> elder_clean
# A tibble: 4,094,925 x …
-
To address #39 but also other smaller issues that I was unhappy with I am in the process of rewriting the code from ground up. Rewrite is basically done and will go to `master` soon (few small things …