Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

writing java code for multicore processors

chitra
Beginner
408 Views
I work as Assistant Professor at Thiagarajar College of Engineering, India. I teach the Multicore architecture course.
I want to know if we can write threaded codes in java , similar to the ones using OpenMP and see the performance improvement.
What are the API supports and where to study these.
0 Kudos
5 Replies
Dmitry_K_Intel2
Employee
408 Views
Have you googled the Internet? What about a simple request: "java multithreaded programming"
I'm not sure that you can find Java tutorials on the Intel web site.

Regards!
Dmitry
0 Kudos
Aubrey_W_
New Contributor I
408 Views
Hello,

I have moved this thread tothe Threading on Intel Parallel Architectures forum. Our forum for general parallelism topics.

Here aresome videos we have on this topic, and as Dmitry says, Google is also helpful here.

http://software.intel.com/en-us/blogs/2011/05/13/doug-lea-parallel-java-parallel-programming-talk-109/?wapkw=(parallel+java)

http://software.intel.com/en-us/blogs/2010/02/11/parallel-programming-talk-63-refactoring-parallelizing-java-applications-with-dr-danny-dig/?wapkw=(parallel+java)

I hope that helps.

Best regards,
==
Aubrey W.
Intel Software Network Support
0 Kudos
Kathy_F_Intel
Employee
408 Views
Another PPT show featured an Intel Parallel Java Expert: http://software.intel.com/en-us/blogs/2010/01/28/parallel-programming-talk-61-parallel-java-with-intels-paul-guermonprez/?wapkw=(parallel+Java)

In the blogs Aubrey sites above there are show notes that include additional helpful links.

Let us know if you need more info. We'd love to hear more from you.

Thanks!

Kathy Farrel
kathy.a.farrel@intel.com
Intel Software Network Parallel Programming Community Manager

Our community: http://software.intel.com/en-us/parallel
0 Kudos
jose-jesus-ambriz-me
408 Views
Hi teacher, I suggest you that begin with threads, check this link:http://www.youtube.com/watch?v=VYN-CBtPNiM
best regards!
jam
0 Kudos
IDZ_A_Intel
Employee
408 Views
Another propouse about OpenMP:
http://www.youtube.com/watch?v=94h5tzpG-ic->

A short introduction to OpenMP

let me check anothers! ;-)
best regards!
jam
;-)
0 Kudos
Reply