-
Hello,
Currently, I am trying to convert a large dataset into NWB, i.e., we have extracellular recordings of length 60 minutes from 256 electrodes with a sampling frequency of 30 k. Directly loadin…
-
-
Related to #5472
When attempting to build `SolveXcts` on ocean with `gcc 11.3.0` Release, compilation succeeds but attempting to link generates this error that repeats until the process is killed:
…
-
We have a for loop over temperatures --> "parfor" (multiprocessing / multithreading).
Check that parallelizing does not yield performance loss compared to serial, can potentially happen for cheap s…
-
I just noticed that the code uses `numpy.fft` in many places.
If you have the choice, I strongly suggest to use `scipy.fft` instead, because this is much faster for multi-D transforms. Also the int…
-
A number of developers have observed occasional discrepancies between the CI benchmarks generated on local machines and the ones generated on Azure, for some of the RZ automated tests.
Cc: @dpgrote…
-
Hello,
I am trying to run the PPO2 on a 32 core AMD threadripper cpu using the vectorised environment.
I am trying to run 64 threads in parallel, but its not effectively using all the 64 cores. it …
-
Not that we will get there anytime soon, but our data-structure should allow vertex and element GLOBAL indices that have higher values than the 32 bit limitation of unsigned int. (around 4-billion).…
-
After v.3.6.0, discuss with wider group + update random initialization to a scheme that guarantees different random numbers on each thread.
-
Possible solutions to look at:
- arpack-ng https://github.com/pv/arpack-ng
- feast http://www.ecs.umass.edu/~polizzi/feast/features.htm
- eigen http://eigen.tuxfamily.org/index.php?title=Main_Page
-…