Dear all,
We have a PowerPC Architecture Platform. The main problem is that we don't know which makefile.machine is appropriate for this system.
I'm very appreciate for any idea.
Which makefile.machine is the appropriate Makefile for Power PC architecture?
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 19
- Joined: Fri Jul 10, 2009 10:04 am
Which makefile.machine is the appropriate Makefile for Power PC architecture?
Last edited by maryam on Mon Apr 19, 2010 6:04 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Which makefile.machine is the appropriate Makefile for Power PC architecture?
most important it is to check which compiler you use. Please take the makefile which is most appropriate for the compiler (ifort, ifc, xlf,f90,....) . Parameters which adjust for optimization oft a specific architecture are then given via the optimization flags (OFLAG).
Last edited by admin on Mon Apr 26, 2010 1:26 pm, edited 1 time in total.