A place to discuss the MulticoreBSP library and its applications, and for discussing the use of the Bulk Synchronous Parallel model on shared-memory architectures, or hybrid distributed/shared architectures.
You are not logged in.
Pages: 1
Hi every body !
I am new to MulticoreBSP. Can any body help me how to get started with it and configure it on ubuntu.
Thanks.
Offline
Certainly, and welcome to the forums!
You want to use the Java version correct? Basically there are two ways, depending on your preference of Java coding:
Using the Eclipse IDE: get the jar-file and follow these instructions.
Get the tarball if you're no stranger to command-line development, setting classpaths, using Makefiles, and so on. Start with unpacking the archive with
tar xvfz MulticoreBSP-full.tar.gz
then cd in the newly created MulticoreBSP directory, and execute
make
Everything should then automatically compile without errors, and MulticoreBSP for Java is all set.
Please feel free to post follow-up questions if you get stuck somewhere
Have fun with BSP programming!
Albert-Jan
Offline
Thanks for the reply, I configure MulticoreBSP library in eclipse and through terminal as per your post, thanks again
Offline
Pages: 1