On 2019/05/09 23:37, Christopher Benjamin Coffey wrote:
Feel free to try it out and let us know how it works for you!
https://github.com/nauhpc/job_archive
So Chris,
testing it out quickly, and dirtily, using an sbatch with a here document, vis:
$ sbatch -p testq <
Hi Chris,
you’ll find the patch for our version attached. Integrate it as you see fit,
personally I’d recommend a branch since the two log files approach isn’t really
reconcilable with the idea of having separate job files accessible to the
respective owner.
All filenames and directories are de
Hi Christoph,
I think the only way is to modify the database directly. I don’t know if Slurm
likes it and personally would try it in a copy of the DB with a separate
slurmdbd to see if the values reported are still correct.
Best regards,
Andreas Henkel
> Am 14.06.2019 um 16:16 schrieb Sam Ga
Hi Lech,
I'm glad that it is working out well with the modifications you've put in
place! Yes, there can be a huge volume of jobscripts out there. That’s a pretty
good way of keeping it organized! . We've backed up 1.1M jobscripts since its
inception 1.5 months ago and aren't too worried yet ab
Thanks Kevin, we'll put a fix in for that.
Best,
Chris
—
Christopher Coffey
High-Performance Computing
Northern Arizona University
928-523-1167
On 6/17/19, 12:04 AM, "Kevin Buckley" wrote:
On 2019/05/09 23:37, Christopher Benjamin Coffey wrote:
> Feel free to try it out and let
Hi,
May I know why the user is not able to run a qemu interactive job?
According to the configuration which I made, everything should be fine.
Isn't that?
[valipour@rocks7 ~]$ salloc run_qemu.sh
salloc: Granted job allocation 1209
salloc: error: Unable to exec command "run_qemu.sh"
salloc: Relinqu
Hello,
I am trying to use ucx with slurm/pmix and run into the error below. The
following works using mpirun, but what I was hoping was the srun equivalent
fails. Is there some flag or configuration I might be missing for slurm?
Works fine:
mpirun -n 100 --host apcpu-004:88,apcpu-005:88 --mca
Hi;
Try:
salloc ./run_qemu.sh
Regards;
Ahmet M.
17.06.2019 20:28 tarihinde Mahmood Naderan yazdı:
Hi,
May I know why the user is not able to run a qemu interactive job?
According to the configuration which I made, everything should be
fine. Isn't that?
[valipour@rocks7 ~]$ salloc run_qe