Hi all, I'd like to know if running drmaa requires some previous configuration.
I'm running SLURM 14.03 and I've installed slurm-drmaa1 and slurm-drmaa-dev with apt-get. I'm able to create and close drmaa sessions using drmaa_init and drmaa_exit. However, when I try to run job submission, I get these errors: erica@erica-VirtualBox:~/Documents/drmaaexamples$ gcc testesubmissao.c -ldrmaa -o teste erica@erica-VirtualBox:~/Documents/drmaaexamples$ ./teste teste: error: Couldn't find the specified plugin name for auth/munge looking at all files teste: error: cannot find auth plugin for auth/munge teste: error: cannot create auth context for auth/munge teste: error: Couldn't find the specified plugin name for auth/munge looking at all files teste: error: cannot find auth plugin for auth/munge teste: error: cannot create auth context for auth/munge teste: error: Couldn't find the specified plugin name for auth/munge looking at all files teste: error: cannot find auth plugin for auth/munge teste: error: cannot create auth context for auth/munge teste: error: authentication: authentication initialization failure I think that's a problem of misconfiguration, but I can't find documentation on that. Regards, -- =============== Erica Riello
