> Thanks Jeffrey for that tool, for me it is working. I changed a little bit > the CMakeLists.txt such that slurm can be found also in non standard install > paths ;) > > replaced > SET (SLURM_PREFIX "/usr/local" CACHE PATH "Directory in which SLURM is > installed.") > with > FIND_PATH(SLURM_PREFIX NAMES sbatch) > > and changed > FIND_PATH(SLURM_INCLUDE_DIR NAMES slurm/slurm.h) > FIND_LIBRARY(SLURM_LIBRARY NAMES libslurm.so) > to > FIND_PATH(SLURM_INCLUDE_DIR NAMES slurm/slurm.h HINTS > ${SLURM_PREFIX}/../include) > FIND_LIBRARY(SLURM_LIBRARY NAMES libslurm.so HINTS ${SLURM_PREFIX}/../lib64)
Am I right in discerning that you installed from an RPM, for example, getting headers in /usr/include/slurm and the libraries in /usr/lib64? :::::::::::::::::::::::::::::::::::::::::::::::::::::: Jeffrey T. Frey, Ph.D. Systems Programmer V / HPC Management Network & Systems Services / College of Engineering University of Delaware, Newark DE 19716 Office: (302) 831-6034 Mobile: (302) 419-4976 ::::::::::::::::::::::::::::::::::::::::::::::::::::::