Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use power package in workflow sim #6

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion examples/org/workflowsim/examples/WorkflowSimExample1.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
*/
public class WorkflowSimExample1 {


/*
* Make some changes and push
*/
private static List<CondorVM> createVM(int userId, int vms) {

//Creates a container to store VMs. This list is passed to the broker later
Expand Down
Binary file added properties.pdf
Binary file not shown.
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,18 @@ You can use Eclipse, NetBeans, or Ant to compile and run WorkflowSim
3. Installation and running the WorkflowSim Toolkit
------------------------------------------------

You just need to unpack the WorkflowSim file to install.

We have youtube videos to ease your installation.
-
Eclipse (EGit version)
http://www.youtube.com/watch?v=MvpPzZpMDzg
a. Install EGit
b. Check out source codes from github
c. Build a new java project
d. Set the main class
e. Change the arguments
f. Run an example
g. Commit your changes

4. Running the WorkflowSim examples
--------------------------------

Expand Down