HareKrishna <[email protected]> writes: > Yes I just do ./configure && make && make check (it fails to run 'runtest', > other tests were passed) && make install > In all these installation outputs, I never see any thing installed or made > undet /etc/init.d
Have you read the "Installation Names" part of the INSTALL file? Like most other programs built from source files will be installed under /usr/local unless you specify another prefix. It is perfectly normal that you don't find any /usr/sbin/slurmd,slurmctld files, check /usr/local/sbin instead... /Pär
