All Questions
5 questions
1
vote
0
answers
282
views
Configuration of Hostfiles on Master node and Slave nodes on Linux system for MPI job run
I am new to MPI. I an using MPICH 3.2 to parallelize my programs. Currently I am trying to run some basic available programs on different physical nodes. I am using the poisson_mpi.f90 to get this ...
1
vote
0
answers
2k
views
MPICC with different versions of GCC
I need to use MPICH with different versions of GCC.
Is it possible to change GCC without having to recompile MPI?
Example
I'd like to do something like this:
mpicc --compiler=/usr/bin/gcc-5
Is it ...
4
votes
2
answers
25k
views
mpi.h not found
I tried to compile the Hello World program in C, inside Eclipse PTP, but it gives me an error related to mpi.h.
I have included /usr/local/include and /usr/local/lib in my paths, and also tried ...
0
votes
1
answer
770
views
How to use programs with MPI?
Is it possible to use programs with MPI for example blender?
Is it a mpi program by only adding the source file "mpi.h" or is there any way to simply convert an existing program for the use with mpi?
...
2
votes
1
answer
8k
views
Why does 'make' complain about a missing rule when I try to build a program from source?
I am a Linux novice, and I am attempting to compile scientific software called DL_POLY_Classic. I downloaded the zip file dl_class_1.6.tar.gz and unzipped it using the command tar xvzf dl_class_1.6....