Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
gpucloudsim
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LPDS
gpucloudsim
Commits
7e9f686a
Commit
7e9f686a
authored
Apr 26, 2012
by
rodrigo.calheiros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed misleading comment on Example 4 that said that capacity of created VMs were different.
parent
c5d6df61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
CloudSimExample4.java
...java/org/cloudbus/cloudsim/examples/CloudSimExample4.java
+0
-1
No files found.
modules/cloudsim-examples/src/main/java/org/cloudbus/cloudsim/examples/CloudSimExample4.java
View file @
7e9f686a
...
...
@@ -89,7 +89,6 @@ public class CloudSimExample4 {
//create two VMs
Vm
vm1
=
new
Vm
(
vmid
,
brokerId
,
mips
,
pesNumber
,
ram
,
bw
,
size
,
vmm
,
new
CloudletSchedulerTimeShared
());
//the second VM will have twice the priority of VM1 and so will receive twice CPU time
vmid
++;
Vm
vm2
=
new
Vm
(
vmid
,
brokerId
,
mips
,
pesNumber
,
ram
,
bw
,
size
,
vmm
,
new
CloudletSchedulerTimeShared
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment