v2.6 and xhpl

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

v2.6 and xhpl

raymondw
Dear dev's,
For a project I wanted to use linpack to test a couple of servers.
After some research I found PelicanHPC which suits al my needs :)
So first of all a big thumbs up!

After downloading the lastest v2.6 and trying to get the stuff up and running I kept walking into a missing "xhpl" or a error during "SetupForPelican"
Downloaded the v2.5 and gave it a swing, no problems found!

So probalby there is a misconfig in the v2.6 ISO when you try to use the standard setup script.
For me v2.5 does the job atm, but I would like to have a working 2.6 ;)

tx!
Raymond
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: v2.6 and xhpl

Michael Creel
Administrator
Oops. 2.6 uses Open MPI from Debian, rather than a downloaded and compiled Open MPI. So the libraries and executables are at a different location compared to v2.5. To fix it, edit Make.Pelican, and replace the occurrences of "/usr/local" with "/usr". Then it will work. Thanks for the heads up.
Loading...