AMD?

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
mff7d
Newbie
Newbie
Posts: 15
Joined: Fri May 19, 2006 8:01 pm
License Nr.: 84 (no upgrade to PAW)

AMD?

#1 Post by mff7d » Tue Jun 26, 2012 2:02 pm

Has anyone had success compiling on AMD 6176 SE (Opteron Magny-Cours) 2.3 GHz, 4x12 cores. I can get vasp to compile but it segfaults in a number of basic situations.
Last edited by mff7d on Tue Jun 26, 2012 2:02 pm, edited 1 time in total.

andypea

AMD?

#2 Post by andypea » Tue Jul 24, 2012 2:18 am

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:
broyden.o:?broyden.F
????????????????$(CPP)
????????????????$(F77)?-O1?-Mfree?-c?$*$(SUFFIX)
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.
<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.

Post Reply