Hello, I'm using job_submit plugin (C langage) to manage users job submission on ours systems.
I would like to print an information message at the terminal each time a job is submitted and I don't find how to do. It works fine in case of error message using err_msg parameter of the job_submit function : extern int job_submit(struct job_descriptor *job_desc, uint32_t submit_uid, char ** err_msg ) Best regards, Gerard Gil Centre Informatique National de l'Enseignement Superieur 950, rue de Saint Priest 34097 Montpellier CEDEX 5 FRANCE
