<html><body>
<DIV>
<DIV>Well, still no luck.  I have done several things but still get the exact same error.  I changed the name of my makefile to Make.Linux_x86_64 to make the arch parameter but that didn't change anything, I am still getting the same error.</DIV>
<DIV>I issued the command mpicc -showme and it tells me that I have correctly linked all the openmpi libraries, so that isn't the issue.</DIV>
<DIV>When I go to the directory tree /hpl/src/*/Linux_x86_64 where all the make.inc links should be, I can see the actual file Make.inc but double clicking on it in the GUI tells me </DIV>
<DIV>"*/Make.inc does not seem to exist anymore."</DIV>
<DIV> </DIV>
<DIV>I have been running this as root and changed to a user to run this but that didn't help.</DIV>
<DIV>Would there be any problems running this as root?</DIV>
<DIV> </DIV>
<DIV>I have also gone into the setups directory and tried to use other makefiles just for kicks, and even with all the parameters completely incorrect, I get the same Makefile:47 error.</DIV>
<DIV>This leads me to believe that there is something else that I am overlooking, maybe the fact that this is a 64-bit operating system and I haven't accounted for that?</DIV>
<DIV>Doing some more research with this idea, I found a page that explained putting</DIV>
<DIV>-xarch=amd64 in the CCNOOPT</DIV>
<DIV>field.  Is there some type of flag that I have to use for an Intel Pentium D dual core 64-bit architecture?  I can't seem to think of anything else that could be wrong other than the incompatibility with a 64-bit operating system/architecture.</DIV>
<DIV>Thanks again for your help.</DIV>
<DIV>Stephen Jenkins</DIV></WMFILTERED></DIV>
<DIV> </DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">-------------- Original message -------------- <BR>From: Kilian CAVALOTTI <kilian@stanford.edu> <BR><BR>> On Wednesday 11 April 2007 09:02:03 pm snj78@comcast.net wrote: <BR>> > Thanks for your replies everyone. I feel like I am understanding things <BR>> > a little better. One thing that I realized but not sure if this makes a <BR>> > difference is that I have installed an openmpi package and an mpich <BR>> > package so could that cause problems using the mpicc compiler and <BR>> > linking the different packages/libraries? <BR>> <BR>> If you give the correct pathes in your Makefile, it shouldn't matter. <BR>> <BR>> > Makefile:47: Make.inc: No such file or directory <BR>> > *** No rule to make target 'Make.inc'. Stop <BR>> <BR>> Your Make.inc links are likely broken. It may happen if you tried to <BR>> compile with a wrong TOPd
ir or arch. <BR>> Try: <BR>> find $HOME/hpl -name Make.inc --exec ls -al {} \; <BR>> <BR>> to see if the links are indeed broken, and if that's the case: <BR>> <BR>> find $HOME/hpl -name Make.inc --exec rm {} \; <BR>> <BR>> to remove them. <BR>> <BR>> Cheers, <BR>> -- <BR>> Kilian <BR>> _______________________________________________ <BR>> Beowulf mailing list, Beowulf@beowulf.org <BR>> To change your subscription (digest mode or unsubscribe) visit <BR>> http://www.beowulf.org/mailman/listinfo/beowulf </BLOCKQUOTE></body></html>