The MulticoreBSP Forums

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.

#1 2012-11-06 13:30:09

sikanderhayat
Member
Registered: 2012-11-06
Posts: 4

MulticoreBSP Configration

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

#2 2012-11-07 14:24:15

Albert-Jan Yzelman
Moderator
Registered: 2011-08-04
Posts: 32

Re: MulticoreBSP Configration

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:

  1. Using the Eclipse IDE: get the jar-file and follow these instructions.

  2. 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 smile

Have fun with BSP programming!
Albert-Jan

Offline

#3 2012-11-19 12:29:29

sikanderhayat
Member
Registered: 2012-11-06
Posts: 4

Re: MulticoreBSP Configration

Thanks for the reply, I configure MulticoreBSP library in eclipse and through terminal as per your post, thanks again

Offline

Board footer

Powered by FluxBB