-
Hi, I'm applying this function to high-dimensional microbiome data, the bootstrap can take a very long time. Having 10 cores on my laptop I'm wondering if there's a way to parallelize the process or i…
-
The following loop inside of the `nonlocal_game.py` file under the `classical_value` function should be parallelized for large nonlocal games.
```python
for i in range(num_alice_outputs *…
-
Many features exist in stardis at this point which are just found in the config schema. We should make notebooks that detail the various things you can do, like add molecules to the simulation, add va…
-
Hello,
Do you know if there's a way to parallelize the OOBCurve analysis? I am analyzing a large dataset and see that it's using only one core, but upon reviewing the source code and the relevant m…
-
* [ ] Queue target launches, instead of immediately triggering.
* [ ] Default to one Docker container job running per CPU core.
* [ ] Provide a CLI flag to override the number of concurrent jobs.
-
**Describe the bug**
Please provide a clear and concise description of what the bug is.
- Pyaerocom version: "0.23.0"
- Computing platform: Lustre PPI
- Configuration file (if applicable): cfg_…
-
### Component
systemd-modules-load
### Is your feature request related to a problem? Please describe
In our setup, we do not use udev in the initramfs because the hardware configuration is kn…
-
-
Hello, thank you for such an awesome library.
Can you help me to parallelize 'predict' function for get top N recommendation?
-
The code in `src/config/configLoad.ts` can be optimized for better efficiency. Suggested improvements include:
1. **Parallelize File Checks:** Execute the local and global configuration file existe…