Hi all,
Just checking if I am installing MBX correctly.
I used 24 processors in parallel to execute make, and the build took ~64 minutes (I switched to parallel after a serial build proved too slow).
Is this compilation time expected?
I also tried testing the installation with:
make check
but got the following output:
Making check in src
make[1]: Entering directory '/home/vkapil/source/MBX/src'
Making check in .
make[2]: Entering directory '/home/vkapil/source/MBX/src'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/home/vkapil/source/MBX/src'
make[1]: Leaving directory '/home/vkapil/source/MBX/src'
Making check in plugins
make[1]: Entering directory '/home/vkapil/source/MBX/plugins'
Making check in i-pi
make[2]: Entering directory '/home/vkapil/source/MBX/plugins/i-pi'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/vkapil/source/MBX/plugins/i-pi'
make[2]: Entering directory '/home/vkapil/source/MBX/plugins'
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '/home/vkapil/source/MBX/plugins'
make[1]: Leaving directory '/home/vkapil/source/MBX/plugins'
make[1]: Entering directory '/home/vkapil/source/MBX'
make[1]: Leaving directory '/home/vkapil/source/MBX'
From the messages, it seems no actual tests were run. Is this the expected behavior?
Please let me know if I might be missing something or if there is a preferred way to verify the installation.
Thanks for your time.
Kind regards,
Venkat