I need to write a C MPI code that use many functions of a library (specifically, it's Parasail), but my cluster has three different processors, a front-end with Intel Xeon, 16 nodes with Intel i3 and 8 nodes with Intel Pentium-D. How Should I compile this library and write the c code to run in all my 24 nodes?
I use OpenMPI and Rocks distribution.
Thanks in advance.