SUN => __SUN

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1357 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2004-09-28 10:07:54 +00:00
parent 358bdea756
commit e6421f0da1
8 changed files with 8 additions and 8 deletions

View File

@ -551,7 +551,7 @@ SUBROUTINE cft_3(f,nr1,nr2,nr3,nrx1,nrx2,nrx3,igrid,sign)
!
! ... SUN case
!
#ifdef SUN
#ifdef __SUN
#define PRESENT
!----------------------------------------------------------------------
SUBROUTINE cft_3 (f, n1, n2, n3, nx1, nx2, nx3, igrid, sign)

View File

@ -11,7 +11,7 @@ subroutine bidon_sun
stop 'cft_sun'
end subroutine bidon_sun
#else
#ifdef SUN
#ifdef __SUN
!----------------------------------------------------------------------
subroutine cft_1 (f, m, n, nx, sgn, fout)

View File

@ -459,7 +459,7 @@ sparc:mpf90 | sparc:f90 )
try_f90flags="\$(FFLAGS)"
try_fflags_noopt="-O0"
try_ldflags=""
try_dflags="-DSUN"
try_dflags="-D__SUN"
;;
crayx1:ftn )
try_fflags="-s default64 -dp -rma -e0 -O scalar3,stream3,vector3,nointerchange -Z -O inline5"

View File

@ -34,7 +34,7 @@
#endif
#if defined __SGI || defined __FUJITSU || defined __SX4 || defined __INTEL || defined __LAHEY || defined __SX6 || defined SUN || defined __ALTIX
#if defined __SGI || defined __FUJITSU || defined __SX4 || defined __INTEL || defined __LAHEY || defined __SX6 || defined __SUN || defined __ALTIX
# define FFTW_INPLACE_DRV_1D fftw_inplace_drv_1d_
# define FFTW_INPLACE_DRV_2D fftw_inplace_drv_2d_

View File

@ -11,7 +11,7 @@
# define FLUSH
#endif
#if defined(CRAYY) || defined(__LINUX) || defined(__AIX) || defined(HITACHI) || defined(SUN)
#if defined(CRAYY) || defined(__LINUX) || defined(__AIX) || defined(HITACHI) || defined(__SUN)
# define C_POINTER integer(kind=4)
#endif

View File

@ -8,7 +8,7 @@
# Preprocessor
#
CPP = fpp
CPPFLAGS = -P -DSUN -DHAS_ZHEGVX -I$(OSHOME)/include
CPPFLAGS = -P -D__SUN -DHAS_ZHEGVX -I$(OSHOME)/include
#
# Fortran compiler:
#

View File

@ -8,7 +8,7 @@
# Preprocessor
#
CPP = fpp
CPPFLAGS = -P -DSUN -D__PARA -D__MPI -DHAS_ZHEGVX -I$(OSHOME)/include
CPPFLAGS = -P -D__SUN -D__PARA -D__MPI -DHAS_ZHEGVX -I$(OSHOME)/include
# Fortran compiler:
F90 = mpf90
F77 = mpf77

View File

@ -459,7 +459,7 @@ sparc:mpf90 | sparc:f90 )
try_f90flags="\$(FFLAGS)"
try_fflags_noopt="-O0"
try_ldflags=""
try_dflags="-DSUN"
try_dflags="-D__SUN"
;;
crayx1:ftn )
try_fflags="-s default64 -dp -rma -e0 -O scalar3,stream3,vector3,nointerchange -Z -O inline5"