Dr Marco Claudio De La Pierre
Dr Marco Claudio De La Pierre
Hi, I was wondering whether you have plans to add support for Shasta on the previous Charm++ version 6.10.x. Context: I have noticed support has been added through PRs #3497...
In our national HPC centre in Perth, Australia, we've been using Singularity for over 3 years now. So far we've been performing the configuration for MPI high-speed interconnect manually (libraries...
This thought came out of the issue on MPI #527, so thanks @georgiastuart for the inspiration! Current interface of the GPU feature: * SHPC settings ``` gpu: # amd, nvidia...
Hi @vsoch , I might have touched on this already, but can't find the references, so I am asking again. In the Docker lua/tcl module templates (and I replicated in...
Low priority, but just as it's fresh on top of my head :-D Would it be useful to have a Client toggle? ``` --wrapper-scripts true/false ``` I was thinking it...
Hi @vsoch , I finally had the chance to work on this one today! Look at this: https://github.com/marcodelapierre/demo-shpc-nf It's derived from the RNAseq pipeline that the Nextflow authors use as...
Shifter by NERSC, https://docs.nersc.gov/development/shifter/ is another robust container runtime for HPC
Sarus is the container HPC runtime developed at the Swiss Supercomputing Centre, CSCS: https://sarus.readthedocs.io/en/stable/
One minor, last thought I had while scrolling through the current setup for envfile. Always having the --envfile "..." in the modulefile, even when it's not used, makes it quite...
This PR adds support for handling local copies of multiple revisions of the same pipeline. Key points: * Under `NXF_ASSETS`, each pipeline is now pulled as `/[:]` ; `:` is...