Ryan Day

Results 34 comments of Ryan Day

Thanks for there examples @grondo! I just added support for hostlist filtering to the queue wrapper script. e.g. ``` [day36@fluke108:~]$ module use /usr/global/tools/flux_wrappers/modulefiles/ [day36@fluke108:~]$ module load flux_wrappers [day36@fluke108:~]$ squeue -t...

Some possibilities for dealing with this: 1. have users convert job scripts to heredocs. This is what I suggest in my LC tutorial (https://hpc-tutorials.llnl.gov/flux/section3/). It's pretty clunky. 2. Do the...

Since I mostly interact with the people who are less experienced and need more help, my sample is probably biased, but I suspect you may be overestimating the usage of...

I like the idea of being able to use a `flux mini` command to submit an identical job from a previous batch job. If a user used `flux mini` to...

I don't think that I ever hear back from our ISSOs about option 1. I'll bring that back up with them.

I was looking at running this from the prolog on fluke. I run it as the user with `sudo -u \#${FLUX_JOB_USERID} ...` in the prolog script that is run by...

That doesn't fix it. To clarify, the background `ssh` process starts up and the script completes. So, the only thing still running is the background `ssh` process. The problem appears...

Yes! Redirecting stdout/err to `/dev/null` fixes it. Thanks @grondo.

Yeah, I think it falls under the general rubric of #2799, although priority-wise I'd put it under 'general compute' or maybe even 'nice to have eventually' on the RM Operational...

A question on doing this with a lua plugin. I tried setting `ROCR_VISIBLE_DEVICES` based on `CUDA_VISIBLE_DEVICES` using `shell.getenv` and `shell.setenv` in a script loaded via `-o userrc=testrc.lua`, but it looks...