Groups
Groups
Sign in
Groups
Groups
cloudsim-updates
Conversations
About
Send feedback
Help
Error in HarddriveStorage.java
5 views
Skip to first unread message
Baptiste Louis
unread,
Feb 10, 2015, 5:23:48 AM
2/10/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cloudsim...@googlegroups.com
In the class
HarddriveStorage.java
, the method
getTransferTime(int fileSize)
has an error :
Line 435:
result = (fileSize * maxTransferRate) / capacity; //The transferTime should not depend on capacity.
It should be:
result = (fileSize / maxTransferRate); //Now the result is in second.
Can you confirm and correct it in the next CloudSim Update?
Reply all
Reply to author
Forward
0 new messages