AMD?
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 15
- Joined: Fri May 19, 2006 8:01 pm
- License Nr.: 84 (no upgrade to PAW)
AMD?
I have it running OK on an AMD 6174, 2x12 core system. I initially had two sources of segfaults:
When using the PGI compiler I had to compile broyden.f90 with a lower optimisation. I did this by adding the following to my Makefile:
<span class='smallblacktext'>[ Edited Tue Jul 24 2012, 02:21AM ]</span>
When using the PGI compiler I had to compile broyden.f90 with a lower optimisation. I did this by adding the following to my Makefile:
When using GCC and linking against my system's pre-compiled ATLAS/OpenMPI libraries I had to remove the -ff2c option from the compiler flags.broyden.o:?broyden.F
?????????????$(CPP)
?????????????$(F77)?-O1?-Mfree?-c?$*$(SUFFIX)
<span class='smallblacktext'>[ Edited Tue Jul 24 2012, 02:21AM ]</span>
Last edited by andypea on Tue Jul 24, 2012 2:18 am, edited 1 time in total.