-
Currently the shear of each source is computed by calculating the mass integral along their line of sight. This makes the code significantly slower if you include shear. We'd like to implement a faste…
-
Is MPI a requirement for abcpy? I didn't see that in the Installation page. When I attempt to pip install it, I get:
```
_configtest.c:2:10: fatal error: 'mpi.h' file not found
#include
…
-
**Describe the bug**
*A clear and concise description of what the bug is and what you expect the behavior to be instead. If applicable, add screenshots to help explain your problem.*
I've used SU2…
-
Note: accidently created this issue first before creating the math issue. The first comment below are relevant to the issue on the math repo.
#### Summary:
Expose the function described in math#11…
-
Hey,
When marian is used on systems with Cray MPI (IE piz daint), it always fails when using more than two nodes. When launching marian at some point you'd get this (non-fatal) error:
```
Unident…
-
I'm not sure if I am missing something, but doing a quick grep and checking for my GPU usage, I understand that the PyTorch doesn't have any flag that allows us to train the models on GPUs. Is this a …
-
This issue is to track thoughts / discussion on parallelization in the codebase. TOAST v1.0 was a pure C++ code that used MPI to distribute data and then for each process the detectors were distribut…
-
Here is the complete build log with Docker on Ubuntu and GCC 8.2.0:
(This is the docker image gcc for Gitlab)
I think one needs to include a typename in SLOC 506 (local_transfer.h in function_spac…
-
I'm doing some simple profiling of Athena++ to see which parts use how much of the wall time. I'm running a simple hydro-only, 3D blast problem with AMR on a single node (no MPI) with 48 OpenMP thread…
-
Hi there,
I want to ask that for your repo, did you support MPI for ddpg pytorch version and ddpg plus her?
THanks