Commit 1b8d713f authored by Morris Jette's avatar Morris Jette
Browse files

Fix libpmi linking

libpmi was previously using the slurm_mutex_un/lock functions,
  which are dependent upon other slurm functions (e.g. "fatal()").
  Since this library is used by user applications and outside of
  slurm proper, we want to us the pthread_mutex_un/lock functions
  instead. Previous use of slurm functions was invoking glibc
  error() function rather than slurm's error() function and
  causing test7.2 to fail.
parent 2b954c82
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment