Giter Club home page Giter Club logo

scale-proactive's Introduction

Thanks for your interest in ProActive.

ProActive 2015-01-27

You can find the documentation of ProActive in the docs directory:

	* Documentation in PDF format

In order to start experimenting with ProActive:

	* Set JAVA_HOME environment variable to the directory where 1.6 or greater JDK is installed

	Run the examples by going in the examples directory and launching the suitable scripts for your platform.
	
	For instance:
          o Under Linux:
            export JAVA_HOME=<JDK_INSTALL_PATH> (Bash syntax)
            cd examples/nbody
	    ./nbody.sh
            If you get a "permission denied" when running scripts, check the permissions of the scripts and change them accordingly.
            chmod -R 755 .

          o Under Windows:
            set JAVA_HOME=<JDK_INSTALL_PATH>
            cd examples\nbody
            nbody.bat


	Check ProActive version and configuration:
	    java -jar dist/lib/ProActive.jar 	

If you want to recompile all sources and generate all jar files (might be useful with SVN version):

	o Under Linux:
	  cd compile
	  ./build deploy.all  (check that the build script has executable permission)

	o Under Windows:
	  cd compile
	  build.bat deploy.all


If you want only to compile all sources (and not the jar files):

	o Under Linux:
	  cd compile
	  ./build compile.all  (check that the build script has executable permission)

	o Under Windows:
	  cd compile
	  build.bat compile
	  
	  
If you encounter Security exceptions, you might need to set up a Java policy file.


Enjoy ProActive !

scale-proactive's People

Contributors

bsauvan avatar jrochas avatar lpellegr avatar fviale avatar cruz avatar acontes avatar mebubo avatar paulkh avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.