Stephen Herbein
Stephen Herbein
Per a conversation on Slack with @grondo and @dongahn: > Just to confirm, we don't have epilogue script support currently (just a placeholder), but we do have post-task support in...
Continuation of the convo started in #2834. Starts with my late-night pontifications, skip to the end for "the good stuff". I didn't realize that `wait`s behavior is not standardized across...
Since our bindings are currently tightly coupled to the flux version that they are configured/compiled against, I'm not sure what the best/most portable way to accomplish this is. Requires some...
A multi-task mpi-hello-world program run under a single-node flux instance with the openmpi 3.0.1 installed in /usr/tce hangs until the psm2 initialization times out. Backtrace from pid 17986{2,4}: ``` (gdb)...
@vchuravy attempted to run Flux under Spindle, but ran into some errors: ``` bash-4.2$ srun -N ${SLURM_NNODES} -n ${SLURM_NNODES} --pty --mpi=none --mpibind=off flux start -- bash bash-4.2$ exit bash-4.2$ spindle...
Maestro supports passing args via the `args` key. This was useful for `-o mpi=spectrum`, but it doesn't support multiple options (e.g., `-o mpi=spectrum -o output.stderr.type=file -o output.stderr.path=./{{jobid}}.out`).
In the 0.26.0 adaptor, parts of it assume that `gpus` means total number of gpus and other parts assume it means `gpus_per_task`. The adaptor should be modified to assume it...
Once #772 is closed, we should add [breathe](https://breathe.readthedocs.io/en/latest/) and [exhale](https://exhale.readthedocs.io/en/latest/), which are two sphinx extensions that leverage doxygen to produce Sphinx/RTD compatible documentation.
@jameshcorbett mentioned that they are running ensembles on memory-constrained applications (i.e., the memory capacity of the node is the limiting resource not the number of cores). Supporting this use-case in...
Running within a `fluxrm/flux-sched:latest` Docker container on my Lab mac: ``` ƒ(s=1,d=0) fluxuser@8c3c409ae758:~$ flux module load sched-fluxion-resource 2020-09-25T04:38:04.024173Z sched-fluxion-resource.err[0]: grow: reader: Error getting the size of block storage device; Error...