While running MAKE to compile torque resource manager you may come up with the error:
site_mom_chu.c:25:22: fatal error: mom_mach.h: No such file or directory
#include "mom_mach.h"
Environment:
OS: Scientific Linux 7.2
TORQUE Resource Manager : 6.0.1
Fix:
To fix this issue , simply give full file access to all the files in the torque folder.
chmod 777 -R *
Then attempt the MAKE process again.
Only other available web resource regarding this issue is in here:
No comments:
Post a Comment