Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #18230
| From | "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-fzq-this> |
|---|---|
| Subject | Re: Tools/frameworks for Java multi-core programming? |
| Message-ID | <50327C3A.57155.calajapr@time.synchro.net> (permalink) |
| Newsgroups | comp.lang.java.programmer |
| References | <502D38C2.56887.calajapr@time.synchro.net> |
| Date | 2012-08-20 18:58 +0000 |
| Organization | tds.net |
To: anthonycwmak From: Arne Vajhoj <arne@vajhoej.dk> On 8/15/2012 9:50 PM, anthonycwmak@gmail.com wrote: > I am interested Loop Parallelization (and Tash Parallelization, > Pipeline Paralleization etc) as supported by tools such as jconqurr > etc. Which could be useful for scientific applications and matrix > operations. (I looked into divide and conquer approaches like > MapReduce as well.) markspace has already pointed you to fork join. > But I like the idea like jconqurr and other > tools, that I can implement parallelization with just code > annotations. Now we are starting to talk about something rather specialized. Maybe you will need to write something yourself. > At least in those simple case that locking and > consistency is not a problem. Thanks for pointing out I can make > custom building procedure with a build tool, just that if the > parallelization tool/frameworks don't require command line building > it is preferable to me. You can do practically verything from ant and you can call ant from your IDE. > I am interested in multi-core programming because a while ago there > have been some buzz about how to utilize multi-core or even GPU for > example for scientific applications. And, I was wondering how to do > that in Java. :) Basic thread support has been in Java since version 1.0. Arne --- BBBS/Li6 v4.10 Dada-1 * Origin: Prism bbs (1:261/38) --- Synchronet 3.16a-Win32 NewsLink 1.98 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
Tools/frameworks for Java multi-core programming? "anthonycwmak" <anthonycwmak@1:261/38.remove-fcj-this> - 2012-08-14 19:59 +0000
Re: Tools/frameworks for Java multi-core programming? "mr amitghuge1" <mr.amitghuge1@1:261/38.remove-fcj-this> - 2012-08-14 19:59 +0000
Re: Tools/frameworks for Java multi-core programming? "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-fzq-this> - 2012-08-20 18:58 +0000
Re: Tools/frameworks for Java multi-core programming? "anthonycwmak" <anthonycwmak@1:261/38.remove-fzq-this> - 2012-08-20 18:58 +0000
Re: Tools/frameworks for Java multi-core programming? "Lew" <lew@1:261/38.remove-fzq-this> - 2012-08-20 18:58 +0000
Re: Tools/frameworks for Java multi-core programming? "Robert Klemme" <robert.klemme@1:261/38.remove-z1z-this> - 2012-08-15 18:36 +0000
Re: Tools/frameworks for Java multi-core programming? "Lew" <lew@1:261/38.remove-z1z-this> - 2012-08-15 18:36 +0000
Re: Tools/frameworks for Java multi-core programming? "anthonycwmak" <anthonycwmak@1:261/38.remove-s96-this> - 2012-08-16 19:16 +0000
Re: Tools/frameworks for Java multi-core programming? "markspace" <markspace@1:261/38.remove-s96-this> - 2012-08-16 19:16 +0000
Re: Tools/frameworks for Java multi-core programming? "Arne Vajhøj" <arne.vajhøj@1:261/38.remove-fzq-this> - 2012-08-20 18:58 +0000
csiph-web