You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would require some additional testing/checks on TSD, but accd to the GCTB download documentation (https://cnsgenomics.com/software/gctb/#Download) this tool is an hybrid OpenMPI/OpenMP application which may be to some benefit: "The MPI version implements a distributed computing strategy that scales the analysis to very large sample sizes. A significant improvement in computing time is expected for a sample size > 10,000. The MPI version needs to be compiled on user’s machine."
MPI with Singularity can be a bit tricky, however: https://docs.sylabs.io/guides/3.3/user-guide/mpi.html.
Mainly, the MPI in the container must be compatible with the version of MPI available on the host (So if TSD is providing MPICH and we include OpenMPI in the build (or vice versa), it is likely not working).
The text was updated successfully, but these errors were encountered:
Would require some additional testing/checks on TSD, but accd to the GCTB download documentation (https://cnsgenomics.com/software/gctb/#Download) this tool is an hybrid OpenMPI/OpenMP application which may be to some benefit: "The MPI version implements a distributed computing strategy that scales the analysis to very large sample sizes. A significant improvement in computing time is expected for a sample size > 10,000. The MPI version needs to be compiled on user’s machine."
MPI with Singularity can be a bit tricky, however: https://docs.sylabs.io/guides/3.3/user-guide/mpi.html.
Mainly, the MPI in the container must be compatible with the version of MPI available on the host (So if TSD is providing MPICH and we include OpenMPI in the build (or vice versa), it is likely not working).
The text was updated successfully, but these errors were encountered: