Changes between Version 17 and Version 18 of Traffic:


Ignore:
Timestamp:
Jan 19, 2010, 6:43:42 PM (14 years ago)
Author:
stefan.nour
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Traffic:

    v17 v18  
    1212
    1313We recently discovered a new way of parallelizing a program in Java by using Parallel Java( an API and middleware for parallel programming in 100% Java on shared memory multiprocessor (SMP) parallel computers, cluster parallel computers, and hybrid SMP cluster parallel computers).
    14 All the files related to this project are at [http://www.cs.rit.edu/~ark/winter2008/531/team/u8/]
     14All the files related to this project are  on the SVN and at the bottom of this page as attachments.
    1515
    1616We tried to simulate the test performed by them but we did not obtain the same results. The main issue that we discussed about at our presentation (the time of execution for the parallel implementation on 1 thread vs. the time of execution of the sequential algorithm) was proven to be wrong for them. As our test confirmed, the sequential algorithm runs a little bit faster.
     
    138138
    139139 java.lang.UnsatisfiedLinkError: no HelloWorld in library path
    140          at java.lang.Runtime.loadLibrary(Runtime.java)
    141          at java.lang.System.loadLibrary(System.java)
     140         at java.lang.Runtime.loadLibrary(Runtime.java)[[BR]]
     141         at java.lang.System.loadLibrary(System.java)[[BR]]
    142142         at HelloWorld.main(HelloWorld.java)
    143143