Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
282 views

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 ...
Soumyaranjan's user avatar
1 vote
0 answers
2k views

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 ...
Eenoku's user avatar
  • 1,245
4 votes
2 answers
25k views

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 ...
Dalia Shouman's user avatar
0 votes
1 answer
770 views

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? ...
rudolf97's user avatar
  • 141
2 votes
1 answer
8k views

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....
Andrew's user avatar
  • 17.8k