Guys,

I am a noob and I really don't know if it is right to ask this question here. If it is not, please accept my apology:

There's a code written in fortran that I run it in parallel with mpich on the following devices:

I have a laptopn Dell E6510. It has four real CPUs and 8GiB memory. I also have a PC it also has 4 CPUs and 8 GiB ram. On my laptop, I have fedora 19 and mpich. On the PC I have centos and mpich.

I want to know if there is any possibility that I can use the facilities of these two computers simultaneously for running my program. I mean is it possible to use 8 CPUs and 16GiB ram of these two devices together in parallel at the same time?

Thanks in advance for your help!