Instructions for Running the
Sample Hello World Program

- Get into the BeanCounter cluster. Instructions here.

- Copy this file to your computer's Windows desktop.

-Next copy that same file from your computer to BeanCounter (it does not matter which directory in beancounter) using a file transfer program.  Try downloading winscp if you dont have another program to do this.

- In your BeanCounter directory, compile the code with the command mpic++ -o HelloWorld HelloWorld.cpp .

- Run HelloWorld by typing in mpirun -c 26 HelloWorld .

Home