|
Latest source code
Access
ProActive source code is hosted on INRIA's forge
You may directly browse the source code in the repository
To get access to the current SVN repository, and contribute to the next release of ProActive:
For anonymous access: svn co svn://scm.gforge.inria.fr/svn/proactive/trunk ProActive
or (with a GForge account): svn co https://scm.gforge.inria.fr/svn/proactive/trunk ProActive
For ProActive developers: svn co svn+ssh://user_name@scm.gforge.inria.fr/svn/proactive/trunk/ ProActive
Usage
- To compile everything and build the documentation:
- under Linux: ProActive/compile/build all
- under Windows: ProActive\compile\build.bat all
- To compile everything without building the documentation:
- under Linux: ProActive/compile/build compile
- under Windows: ProActive\compile\build.bat compile
- To run non regression tests
- local tests: ProActive/compile/build junit
- distributed tests: ProActive/compile/build junitDistributed in that case, before running the command, you will have to modify ProActive/src/nonregressiontest/descriptor/defaultnodes/Nodes.xml in order to specify remote machines to log on with rsh
- Troubleshooting:
- Windows OS
- Distributed tests might fail on Windows OS because of rsh deployment troubles.
|