README.RCCE 764 B

123456789101112131415161718192021222324
  1. BUILDING RCCE/HPL
  2. If the source for HPL did not get moved from its original location in the
  3. RCCE directory tree, and if Make.ia32.in provides the correct architecture
  4. dependent parameters, all the user needs to do is
  5. 'configure' (this produces Make.ia32 out of Make.ia32.in)
  6. 'make'
  7. To clean up (including archives):
  8. 'make veryclean'
  9. EXECUTING RCCE/HPL on N UEs (cores)
  10. cp `find . -name xhpl` /shared/YOUR_USER_NAME
  11. cp `find . -name HPL.dat` /shared/YOUR_USER_NAME
  12. cp runhpl /shared/YOUR_USER_NAME
  13. cd /shared/YOUR_USER_NAME
  14. edit script runhpl: make sure to insert the proper username
  15. edit data file HPL.dat: row of P's and row of Q's, if multiplied elementwise,
  16. should produce N each time
  17. rccerun -nue N -f <path to rc.hosts> runhpl