I am using my Linux cluster to compile, which works beautifully with straight, sequential g++ code, but am having a devil of a time getting it to work with mpiCC (from mpich-1.2.5). It fails (among other reasons) since it isn't running mpiCC, but g++, and therefore is not picking up the appropriate headers (or compiling properly). Is there a way I could set it to run mpiCC versus g++, explicitly?


I could be wrong and it may be failing for another reason, but I would like to know at least where to start or if anyone has been able to compile with mpiCC successfully using distcc.

Thanks,

Nathan

__ distcc mailing list http://distcc.samba.org/
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/distcc

Reply via email to