¡¾µ÷¼Á¡¿±±¾©Ê¯ÓÍ»¯¹¤Ñ§Ôº2024Äê16¸öרҵ½ÓÊܵ÷¼Á
²é¿´: 435  |  »Ø¸´: 0

newton3915

Ìú¸Ëľ³æ (ÕýʽдÊÖ)


[½»Á÷] ¡¾ÇóÖú¡¿pwscf°²×°ÎÊÌâ

¸÷λ¸ßÊÖ£¬ÎÒÔÚµ¥»úÉÏ°²×°ÁËpwscf£¬Êýѧ¿âÓõÄ×Ô´øµÄ£¬mpi°²×°ÁËopenmpi-1.4.3£¬ÎҵķþÎñÆ÷ÅäÖÃÊÇ2¸öIntel Xeon5520 cpu£¬ ÿ¸öcpu4¸öºË£¬ ¿ÉÒÔ³¬Ï̼߳ÆË㣬 MSÀïÃæÉèÖÃÒ»°ã16¸öcpu£¬»ù±¾É϶¼ÊÇ100%ÔËÐУ¬µ«ÊÇ×÷pwscf¼ÆËãµÄʱºò×ÜÊǵ½²»ÁË100% £¬20% 30% 70% 80% Ò»Ö±ÔÚÌø¶¯£¬¶øÇÒ´Ó¼ÆËãµÄ½á¹û¿´£¬cpuʱ¼äÒª±Èwall time СµÃ¶à£¬ËùÒÔÎÒ¾õµÃÎҵIJ¢Ðп϶¨ÓÐÎÊÌ⣬µ«ÊÇÓÖ²»ÖªµÀÔõô½â¾ö£¬¸ãÁËÒ»ÐÇÆÚÁ˾ÍÊǸ㲻¶¨£¬Ï£Íû¸ßÊ־ȾÈÎÒ°¢£¬ÏÂÃæÌù³öÎÒµÄmake.sysÎļþ£¬Ï£Íû¸ßÊÖÖ¸µã£¬Ð¡µÜ²»Ê¤¸Ð¼¤¡£
# make.sys.  Generated from make.sys.in by configure.

# compilation rules

.SUFFIXES :
.SUFFIXES : .o .c .f .f90

# most fortran compilers can directly preprocess c-like directives: use
#         $(MPIF90) $(F90FLAGS) -c $<
# if explicit preprocessing by the C preprocessor is needed, use:
#         $(CPP) $(CPPFLAGS) $< -o $*.F90
#        $(MPIF90) $(F90FLAGS) -c $*.F90 -o $*.o
# remember the tabulator in the first column !!!

.f90.o:
        $(MPIF90) $(F90FLAGS) -c $<

# .f.o and .c.o: do not modify

.f.o:
        $(F77) $(FFLAGS) -c $<

.c.o:
        $(CC) $(CFLAGS)  -c $<


# DFLAGS  = precompilation options (possible arguments to -D and -U)
#           used by the C compiler and preprocessor
# FDFLAGS = as DFLAGS, for the f90 compiler
# See include/defs.h.README for a list of options and their meaning
# With the exception of IBM xlf, FDFLAGS = $(DFLAGS)
# For IBM xlf, FDFLAGS is the same as DFLAGS with separating commas

DFLAGS         =  -D__GFORTRAN -D__STD_F95 -D__FFTW -D__MPI -D__PARA
FDFLAGS        = $(DFLAGS)

# IFLAGS = how to locate directories where files to be included are
# In most cases, IFLAGS = -I../include

IFLAGS         = -I../include

# MOD_FLAGS = flag used by f90 compiler to locate modules
# Each Makefile defines the list of needed modules in MODFLAGS

MOD_FLAG      = -I

# Compilers: fortran-90, fortran-77, C
# If a parallel compilation is desired, MPIF90 should be a fortran-90
# compiler that produces executables for parallel execution using MPI
# (such as for instance mpif90, mpf90, mpxlf90,...);
# otherwise, an ordinary fortran-90 compiler (f90, g95, xlf90, ifort,...)
# If you have a parallel machine but no suitable candidate for MPIF90,
# try to specify the directory containing "mpif.h" in IFLAGS
# and to specify the location of MPI libraries in MPI_LIBS

MPIF90         = mpif90
#F90           = gfortran
CC             = cc
F77            = gfortran

# C preprocessor and preprocessing flags - for explicit preprocessing,
# if needed (see the compilation rules above)
# preprocessing flags must include DFLAGS and IFLAGS

CPP            = cpp
CPPFLAGS       = -P -traditional $(DFLAGS) $(IFLAGS)

# compiler flags: C, F90, F77
# C flags must include DFLAGS and IFLAGS
# F90 flags must include MODFLAGS, IFLAGS, and FDFLAGS with appropriate syntax

CFLAGS         = -O3 $(DFLAGS) $(IFLAGS)
F90FLAGS       = $(FFLAGS) -x f95-cpp-input $(FDFLAGS) $(IFLAGS) $(MODFLAGS)
FFLAGS         = -O3 -g

# compiler flags without optimization for fortran-77
# the latter is NEEDED to properly compile dlamch.f, used by lapack

FFLAGS_NOOPT   = -O0 -g

# Linker, linker-specific flags (if any)
# Typically LD coincides with F90 or MPIF90, LD_LIBS is empty

LD             = mpif90
LDFLAGS        = -g
LD_LIBS        =

# External Libraries (if any) : blas, lapack, fft, MPI

# If you have nothing better, use the local copy :
# BLAS_LIBS = /your/path/to/espresso/BLAS/blas.a
# BLAS_LIBS_SWITCH = internal

BLAS_LIBS      = /home/espresso-4.2.1/BLAS/blas.a
BLAS_LIBS_SWITCH = internal

# If you have nothing better, use the local copy :
# LAPACK_LIBS = /your/path/to/espresso/lapack-3.2/lapack.a
# LAPACK_LIBS_SWITCH = internal
# For IBM machines with essl (-D__ESSL): load essl BEFORE lapack !
# remember that LAPACK_LIBS precedes BLAS_LIBS in loading order

LAPACK_LIBS    = /home/espresso-4.2.1/lapack-3.2/lapack.a
LAPACK_LIBS_SWITCH = internal

SCALAPACK_LIBS =

# nothing needed here if the the internal copy of FFTW is compiled
# (needs -D__FFTW in DFLAGS)

FFT_LIBS       = /usr/local/fftw/lib/libfftw3.a

# For parallel execution, the correct path to MPI libraries must
# be specified in MPI_LIBS (except for IBM if you use mpxlf)

MPI_LIBS       =

# IBM-specific: MASS libraries, if available and if -D__MASS is defined in FDFLAGS

MASS_LIBS      =

# pgplot libraries (used by some post-processing tools)

PGPLOT_LIBS    =

# ar command and flags - for most architectures: AR = ar, ARFLAGS = ruv

AR             = ar
ARFLAGS        = ruv

# ranlib command. If ranlib is not needed (it isn't in most cases) use
# RANLIB = echo

RANLIB         = ranlib

# all internal and external libraries - do not modify

FLIB_TARGETS   = all

LIBOBJS        = ../flib/ptools.a ../flib/flib.a ../clib/clib.a ../iotk/src/libiotk.a ../Multigrid/mglib.a
LIBS           = $(SCALAPACK_LIBS) $(LAPACK_LIBS) $(FFT_LIBS) $(BLAS_LIBS) $(MPI_LIBS) $(MASS_LIBS) $(PGPLOT_LIBS) $(LD_LIBS)

# topdir for linking espresso libs with plugins
TOPDIR = /home/espresso-4.2.1
»Ø¸´´ËÂ¥

» ²ÂÄãϲ»¶

» ÇÀ½ð±ÒÀ²£¡»ØÌû¾Í¿ÉÒԵõ½:

²é¿´È«²¿É¢½ðÌù

ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû

ÖÇÄÜ»úÆ÷ÈË

Robot (super robot)

ÎÒÃǶ¼°®Ð¡Ä¾³æ

ÕÒµ½Ò»Ð©Ïà¹ØµÄ¾«»ªÌû×Ó£¬Ï£ÍûÓÐÓÃŶ~

¿ÆÑдÓСľ³æ¿ªÊ¼£¬ÈËÈËΪÎÒ£¬ÎÒΪÈËÈË
Ïà¹Ø°æ¿éÌøת ÎÒÒª¶©ÔÄÂ¥Ö÷ newton3915 µÄÖ÷Ìâ¸üÐÂ
×î¾ßÈËÆøÈÈÌûÍƼö [²é¿´È«²¿] ×÷Õß »Ø/¿´ ×îºó·¢±í
[ÂÛÎÄͶ¸å] Ͷ¸åÇóÖú 5+3 ÎÒÊÇÖÞÖÞ°¡ 2024-04-17 5/250 2024-04-18 17:13 by topedit
[Óлú½»Á÷] ¸µ¿Ëõ£»ù»¯£¬²úÂÊ´óÓÚ°Ù·ÖÖ®Ò»°Ù£¬Çó½â£¬ºÜ¼± 90+4 hsn991013 2024-04-15 10/500 2024-04-18 15:38 by lkw0604
[½Ìʦ֮¼Ò] ÃÀ¹ú½ÌÊÚ¿ª³ýÖйúÑо¿Éú£ºÎҾͲ»¸Ã¼ȡÄ㣡 +5 ËÕ¶«Æ¶þÊÀ 2024-04-15 5/250 2024-04-18 08:31 by David1982
[ÎÞ»ú/Îﻯ] H3PO2ÔÚ130¶È¸½½ü·Ö½âΪÁ×»¯Ç⣨¾ç¶¾£©£¬ÔõÑù·À»¤£¬ÇóÖ¸µã¡£ 1(½ð±Ò+5) +3 ´óÁ¦2010 2024-04-13 9/450 2024-04-17 21:55 by ´óÁ¦2010
[»ù½ðÉêÇë] ÇëÎʽÌÓý²¿ÈËÎÄÉç¿ÆÄѶȴóÂð +9 ½õÒÂÎÀº®Õ½ 2024-04-15 14/700 2024-04-16 23:10 by ½õÒÂÎÀº®Õ½
[¿¼ÑÐ] 347Çóµ÷¼Á +3 º®³½ovo 2024-04-15 7/350 2024-04-16 19:05 by º®³½ovo
[¿¼ÑÐ] Çóµ÷¼Á +4 ¹ÃÈÔÂyy 2024-04-15 5/250 2024-04-16 16:16 by chenweiwade
[Óлú½»Á÷] ´Ö²úÆ·ÔÚ¼×´¼ÖлØÁ÷2´ÎÊÇɶÒâ˼£¿ +4 DDT. 2024-04-12 9/450 2024-04-16 12:01 by Äþ¾²Ô¶ÐÐ
[¿¼²©] 2024²©Ê¿ÕÐÉú-9ÔÂÈëѧ +17 firen2020 2024-04-12 20/1000 2024-04-16 11:54 by ÎÒÒªÉϸ£
[¿¼ÑÐ] 312Çóµ÷¼Á +3 Lauhalo 2024-04-15 3/150 2024-04-16 10:16 by 19862091
[Óлú½»Á÷] ÇóÒÒ¶þ´¼¼ì²â·½·¨ 13+3 YaShang 2024-04-14 4/200 2024-04-15 15:16 by Byltest
[¿¼ÑÐ] 284ÉúÎïÓëÒ½Ò©Çóµ÷¼Á£¨¿¼Êýѧû¹ýAÇø¹ú¼ÒÏߣ© +5 ÅÖÄк¢ 2024-04-12 5/250 2024-04-13 18:38 by yezixiaop
[¿¼ÑÐ] 298Çóµ÷¼Á +6 н׶Î+ÓÐ 2024-04-12 8/400 2024-04-13 17:42 by н׶Î+ÓÐ
[¿¼ÑÐ] 086000Éúҽû¿¼Êýѧ304·Ö£¬Ò»Ö¾Ô¸Î÷Å©Çóµ÷¼Á +3 ÍõÓÐÌïÓÐѧÉÏ 2024-04-13 5/250 2024-04-13 16:18 by coco1981
[¿¼ÑÐ] 327Çóµ÷¼Á +8 24½ì»¯Ñ§¿¼Ñе÷¼ 2024-04-12 11/550 2024-04-13 09:36 by lincunhui
[¿¼ÑÐ] 335Çóµ÷¼Á +7 Wzp123456. 2024-04-12 7/350 2024-04-13 09:34 by haomaier
[¿¼ÑÐ] »¯¹¤×¨Ë¶Çóµ÷¼Á +9 Çà÷duoduo 2024-04-12 11/550 2024-04-13 09:33 by lincunhui
[¿¼ÑÐ] 277Çóµ÷¼Á +10 ×ðµÄºÜÏëÉÏѧ 2024-04-12 11/550 2024-04-13 07:11 by coco1981
[¿¼ÑÐ] 266Çóµ÷¼Á +3 ¡«ËÖÌÇ 2024-04-12 15/750 2024-04-12 21:22 by ÕÔÑà¸ßÏÉÀ¼
[¿¼ÑÐ] 275Çóµ÷¼Á +6 ÄÏÄ»Ðdz½ 2024-04-12 6/300 2024-04-12 18:56 by qikanlunwen
ÐÅÏ¢Ìáʾ
ÇëÌî´¦ÀíÒâ¼û