Hello,
I'm having trouble getting a simple "Hello World" code to compile. The following errors occur when I try to call MPI_INIT.
/usr/bin/ld: Warning: alignment 16 of symbol `_Cmpifcmb3' in /usr/local/lib/libmpich.a(setbot.o) is smaller than 32 in /usr/local/lib/libmpich.a(setbotf.o)
/usr/bin/ld: Warning: alignment 16 of symbol `_Cmpifcmb5' in /usr/local/lib/libmpich.a(setbot.o) is smaller than 32 in /usr/local/lib/libmpich.a(setbotf.o)
/usr/bin/ld: Warning: alignment 16 of symbol `_Cmpifcmb7' in /usr/local/lib/libmpich.a(setbot.o) is smaller than 32 in /usr/local/lib/libmpich.a(setbotf.o)
/usr/bin/ld: Warning: alignment 16 of symbol `_Cmpifcmb9' in /usr/local/lib/libmpich.a(setbot.o) is smaller than 32 in /usr/local/lib/libmpich.a(setbotf.o)
I have been unable to find a solution to this.
Thank you,
--