esheldon / mdet-lsst-sim

Run metacalibration on the lsst simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maybe switch to using mpi4py MPIPoolExecutor

esheldon opened this issue · comments

This removes the dependency on mpi wrappers like navy

In slurm we need this sort of more verbose call

srun -n $SLURM_NTASKS \
    --mpi=pmi2 \
    python -m mpi4py.futures $(which mdet-lsst-sim-mpi) ...args...