Re: [ParTools-users] Partools last version and installation
Support for manual parallelization of sequential C programs.
Status: Beta
Brought to you by:
mtla
From: Mihai T. L. <mih...@po...> - 2013-07-11 15:36:03
|
On Wed, Jul 10, 2013 at 10:59:29AM +0200, Leonardo Solis Vasquez wrote: > Thanks for the fast feedback, I have moved this discussion to the users mailing list since it may be generally useful if publicly available. > 1. In the last tests I was using the VM > v20-12-2012(http://polimage.polito.it/wsnwiki/doku.php?id=research:sw:par_vm:start#heap_d37), > is that the same as the Sourceforge version? is the > SourceForge version the latest one? Yes, always use the SF version. The polimage repository is obsolete. > 2. I am trying to install the Partools - Sourceforge version > in the previous VM. The VM does not have the necessary development tools. It was trimmed down heavily to keep it small. It has only the run-time support for the tools. > Executing the makefile, I got many options: > $ make > Please specify the task: > rpm -- build the RPMs for distribution > dist -- create the source distribution archive > repo -- create a yum repository under ./repository-yum > sync -- sync the local repository with the server > clean -- remove repository top level directory ./repository-yum I have added the target 'homeinstall' which should compile and install the tools in the user's home directory. However, it is much easier to just install the RPMs on CentOS. This greatly simplifies also the updates. See the INSTALL file I have just uploaded and let me know if you have problems. Ciao, Mihai |