-
Notifications
You must be signed in to change notification settings - Fork 7
Troubles with gobler when implementing connector #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is my code: |
Sorry for the hassle!
line in the After adding that everything works as expected! |
Hey Hermann, How do you plan to get the workdir? goslmailer/internal/slurmjob/job_data.go Line 39 in f8118e6
|
Dear @pja237, thanks for getting in touch.
We are using Slurm version 22.05.x and with that this works perfectly. I am using spooling in goslmailer and then do the actual work in gobler because goslmailer runs as user I happen to have a few questions:
As the only thing I am doing in To illustrate how I am doing things, here is my current state of
There might be an easier solution for the last part (chowning the file), as it is (or at least looks) a bit tedious. Regards, |
Evening Hermann, here are my toughts... :)
This is great, outside of mail connectors command line, didn't think of a template use like this :)
Great (ab)use. 👍
Yes, correct.
Exactly 👍
Just a thought on this bit, but assuming you want to give the summary to the user submitting the job, wouldn't it be safe to assume that the he is also the owner, or at heast has some permissions on the working directory (the one from: e.g.
On a sidenote, i remember you were also interested in the matrix connector, did you perhaps try it out yet? best, |
Hi Petar, sorry for the long delay. Now it was me who was out of office for about a week. :-)
(after having declared Regarding the matrix connector: no unfortunately I hasn't been able to test it, yet. We are in the middle of getting our new cluster to production and I had to focus my priorities... Regards |
Hey Hermann, best, |
Hey Hermann, |
I am trying to implement a connector that "abuses" goslmailer to write a summary into a file in the work-dir of a job.
I wrote it such that it uses spooling.
The first part (writing some .gob file to the spooling directory works just fine.
But running "gobler -c ..." gives me this output:
Any hints or ideas on how to debug this?
The text was updated successfully, but these errors were encountered: