²é¿´: 2801  |  »Ø¸´: 3
±¾Ìû²úÉú 1 ¸ö Ä£ÄâEPI £¬µã»÷ÕâÀï½øÐв鿴

qphll

½ð³æ (ÕýʽдÊÖ)

[½»Á÷] ¡¾·ÖÏí¡¿Lammps °²×°, X64, PGI, MPICH, FFTW ÒÑÓÐ2È˲ÎÓë

ÐèÒªÈÏÕæ³¢ÊÔLammpsµÄREAX, ÓÚÊÇÈÏÕæµØÔÚ»úÆ÷ÉÏÃæ°²×°ÁËÒ»ÏÂеİ汾, 22Nov10

(1) X64, PGI, ¶ÔÓ¦µÄFFTWºÍMPICH×¼±¸Í×µ±;

(2) libϵÄreax, poems, meam, ·Ö±ðmake, Éú³ÉÐèÒªµÄlibÎļþ;

(3) # cd src
     # make yes-standard
     # make no-gpu
    # make no-USER-ATC
   
(4) Makefile.pgi ÎļþÄÚÈÝ, ×¢ÒâMPICHºÍFFTW¶ÔÓ¦µÄ°æ±¾!!

# pgi = Portland Group compiler, pgCC, MPICH, FFTW

SHELL = /bin/sh
.SUFFIXES: .cpp .d

# ---------------------------------------------------------------------
# compiler/linker settings
# specify flags and libraries needed for your compiler

CC =                mpicxx
CCFLAGS =        -fast
DEPFLAGS =        -M
LINK =                mpicxx
LINKFLAGS =             -Bstatic
LIB =           -lstdc++ -lpthread -lpgf90 -lpghpf_mpi -lpghpf2 -lpgf90rtl -lpgftnrtl
ARCHIVE =        ar
ARFLAGS =        -rc
SIZE =                size

# ---------------------------------------------------------------------
# LAMMPS-specific settings
# specify settings for LAMMPS features you will use

# LAMMPS ifdef options, see doc/Section_start.html

LMP_INC =        -DLAMMPS_GZIP -I/share/lhuang4/lammps-22Nov10/src/Obj_pgi -I../../lib/atc

# MPI library, can be src/STUBS dummy lib
# INC = path for mpi.h, MPI compiler settings
# PATH = path for MPI library
# LIB = name of MPI library

MPI_INC =       -I/usr/local/apps/mpich2/pgi105x64/1.3a2/include
#MPI_PATH =        -L/usr/local/apps/mpich2/pgi105x64/1.3a2/lib
#MPI_LIB =        -lmpich

# FFT library, can be -DFFT_NONE if not using PPPM from KSPACE package
# INC = -DFFT_FFTW, -DFFT_INTEL, -DFFT_NONE, etc, FFT compiler settings
# PATH = path for FFT library
# LIB = name of FFT library

FFT_INC =       -DFFT_FFTW  -I/usr/local/apps/fftw/pgi105x64/2.1.5/include
FFT_PATH =   
FFT_LIB =        /usr/local/apps/fftw/pgi105x64/2.1.5/lib/libfftw.a

# additional system libraries needed by LAMMPS package libraries
# these settings are IGNORED if the corresponding LAMMPS package
#   (e.g. gpu, meam) is NOT included in the LAMMPS build
# SYSLIB = names of libraries
# SYSPATH = paths of libraries

#gpu_SYSLIB =       -lcudart
meam_SYSLIB =      -lpthread -lpgf90 -lpgc
reax_SYSLIB =      -lpthread -lpgf90 -lpgc
user-atc_SYSLIB =  -L/usr/local/apps/acml/acml4.3.0/pgi64/lib -lacml

#gpu_SYSPATH =      -L/usr/local/cuda/lib64
#meam_SYSPATH =     /usr/local/pgi/linux86-64/10.5/lib
#reax_SYSPATH =     /usr/local/pgi/linux86-64/10.5/lib
user-atc_SYSPATH =        

# ---------------------------------------------------------------------
# build rules and dependencies
# no need to edit this section

include        Makefile.package

EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC)
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(PKG_SYSPATH)
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(PKG_SYSLIB)

# Link target

$(EXE):        $(OBJ)
        $(LINK) $(LINKFLAGS) $(EXTRA_PATH) $(OBJ) $(EXTRA_LIB) $(LIB) -o $(EXE)
        $(SIZE) $(EXE)

# Library target

lib:        $(OBJ)
        $(ARCHIVE) $(ARFLAGS) $(EXE) $(OBJ)

# Compilation rules

%.o:%.cpp
        $(CC) $(CCFLAGS) $(EXTRA_INC) -c $<

%.d:%.cpp
        $(CC) $(CCFLAGS) $(EXTRA_INC) $(DEPFLAGS) $< > $@

# Individual dependencies

DEPENDS = $(OBJ:.o=.d)
include $(DEPENDS)

(6)  # make pgi  Éú³É¿ÉÖ´ÐÐÎļþ lmp_pgi

(7) ²âÊÔexmapleÀïÃæµÄreaxÎļþ, ²¢ÐмÆËã, ²âÊÔͨ¹ý.

½ö¹©´ó¼Ò²Î¿¼.
»Ø¸´´ËÂ¥

» ÊÕ¼±¾ÌûµÄÌÔÌûר¼­ÍƼö

×ÊÔ´ÊÕ¼¯ ·ÂÕæ½¨Ä£Óë¼ÆËã ·Ö×Ó¶¯Á¦Ñ§

» ²ÂÄãϲ»¶

» ±¾Ö÷ÌâÏà¹Ø¼ÛÖµÌùÍÆ¼ö£¬¶ÔÄúͬÑùÓаïÖú:

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

qphll

½ð³æ (ÕýʽдÊÖ)

¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï
zh1987hs(½ð±Ò+10):лл 2010-11-24 08:53:08
¸üÐÂÁËÒ»ÏÂ, ÓиüÏêϸÐÅÏ¢.

The key point here is that you compile all the fortran files and c++ files using PGI compilers,

which are:

Fortran: pgf90
C++:     mpicxx

PLEASE ALSO PAY ATTENTION TO FFTW AND MPICH VERSIONS.


(1) # cd lib/reax
     # make -f Makefile.pgf90

The following is the contents of Makefile.pgf90 for reax

###The beginning of Makefile.pgf90
# *
# *_________________________________________________________________________*
# *      Fortran Library for Reactive Force Field                           *
# *      DESCRIPTION: SEE READ-ME                                           *
# *      FILE NAME: Makefile                                                *
# *      CONTRIBUTING AUTHORS: Hansohl Cho(MIT), Aidan Thompson(SNL)        *
# *                            and Greg Wagner(SNL)                         *
# *      CONTACT: hansohl@mit.edu, athompson@sandia.gov, gjwagne@sandia.gov *
# *_________________________________________________________________________*/

# To compile and link LAMMPS to the reax library generated by this Makefile,
# you need to first install the reax package (make yes-reax), after which the
# file Makefile.package should look something like:

# PKG_INC =  -I../../lib/reax
# PKG_PATH = -L../../lib/reax
# PKG_LIB =  -lreax

# PKG_SYSPATH = $(reax_SYSPATH)
# PKG_SYSLIB =  $(reax_SYSLIB)

# The reax_SYSPATH and reax_SYSLIB variables contain compiler options
# giving the paths of needed FORTRAN libraries, and their names, respectively
#

SHELL = /bin/sh

# ------ FILES ------

SRC = reax_connect.F reax_inout.F reax_lammps.F reax_poten.F reax_reac.F reax_charges.F

HEADERFILES = reax_defs.h *.blk

# ------ DEFINITIONS ------

LIB = libreax.a
OBJ =   $(SRC:.F=.o)

# ------ SETTINGS ------

F90 =           pgf90
F90FLAGS =      -O
ARCHIVE =        ar
ARCHFLAG =        -rc
USRLIB =
SYSLIB =

# ------ MAKE PROCEDURE ------

lib:         $(OBJ)
        $(ARCHIVE) $(ARFLAGS) $(LIB) $(OBJ)

# ------ COMPILE RULES ------

%.o:%.F $(HEADERFILES)
        $(F90) $(F90FLAGS) -c $<

# ------ CLEAN ------

clean:
        -rm *.o $(LIB)

### The ending of Makefile.pgf90

(2) # cd lib/meam
     # make -f Makefile.pgf90

The following is the contents of Makefile.pgf90 for meam

###The beginning of Makefile.pgf90
# *
# *_________________________________________________________________________*
# *      MEAM: MODEFIED EMBEDDED ATOM METHOD                                *
# *      DESCRIPTION: SEE READ-ME                                           *
# *      FILE NAME: Makefile                                                *
# *      AUTHORS: Greg Wagner, Sandia National Laboratories                 *
# *      CONTACT: gjwagne@sandia.gov                                        *
# *_________________________________________________________________________*/

SHELL = /bin/sh

# ------ FILES ------

SRC = meam_data.F meam_setup_done.F meam_setup_global.F meam_setup_param.F meam_dens_init.F meam_dens_final.F meam_force.F meam_cleanup.F

FILES = $(SRC) Makefile

# ------ DEFINITIONS ------

LIB = libmeam.a
OBJ =   $(SRC:.F=.o)

# ------ SETTINGS ------

F90 =           pgf90
F90FLAGS =      -O
ARCHIVE =        ar
ARCHFLAG =        -rc
USRLIB =
SYSLIB =

# ------ MAKE PROCEDURE ------

lib:         $(OBJ)
        $(ARCHIVE) $(ARFLAGS) $(LIB) $(OBJ)

# ------ COMPILE RULES ------

%.o:%.F
        $(F90) $(F90FLAGS) -c $<

# ------ CLEAN ------

clean:
        -rm *.o *.mod *~ $(LIB)

tar:
        -tar -cvf ../MEAM.tar $(FILES)

### The ending of Makefile.pgf90


(3) # cd lib/poems

You have to modify the Makefile.icc included there and save it as Makefile.pgi

     # make -f Makefile.pgi

The following is the contents of Makefile.pgi for poems

### The beginning of Makefile.pgi
# *
# *_________________________________________________________________________*
# *      POEMS: PARALLELIZABLE OPEN SOURCE EFFICIENT MULTIBODY SOFTWARE     *
# *      DESCRIPTION: SEE READ-ME                                           *
# *      FILE NAME: Makefile                                                *
# *      AUTHORS: See Author List                                           *
# *      GRANTS: See Grants List                                            *
# *      COPYRIGHT: (C) 2005 by Authors as listed in Author¡¯s List          *
# *      LICENSE: Please see License Agreement                              *
# *      DOWNLOAD: Free at www.rpi.edu/~anderk5                             *
# *      ADMINISTRATOR: Prof. Kurt Anderson                                 *
# *                     Computational Dynamics Lab                          *
# *                     Rensselaer Polytechnic Institute                    *
# *                     110 8th St. Troy NY 12180                           *
# *      CONTACT:        anderk5@rpi.edu                                    *
# *_________________________________________________________________________*/



SHELL = /bin/sh


# ------ FILES ------

SRC_MAIN = workspace.cpp system.cpp poemsobject.cpp
INC_MAIN = workspace.h system.h poemsobject.h

SRC_BODY =      body.cpp rigidbody.cpp particle.cpp inertialframe.cpp
INC_BODY =      bodies.h body.h rigidbody.h particle.h inertialframe.h


SRC_JOINT =     joint.cpp revolutejoint.cpp prismaticjoint.cpp sphericaljoint.cpp \
    freebodyjoint.cpp body23joint.cpp mixedjoint.cpp
INC_JOINT =     joints.h joint.h revolutejoint.h prismaticjoint.h sphericaljoint.h \
    freebodyjoint.h body23joint.h mixedjoint.h

SRC_POINT =     point.cpp fixedpoint.cpp
INC_POINT =     points.h point.h fixedpoint.h

SRC_SOLVE = solver.cpp  
INC_SOLVE = solver.h  

SRC_ORDERN = onsolver.cpp onfunctions.cpp onbody.cpp
INC_ORDERN = onsolver.h onfunctions.h onbody.h

SRC_MAT =       virtualmatrix.cpp matrix.cpp matrixfun.cpp mat3x3.cpp virtualcolmatrix.cpp \
    colmatrix.cpp vect3.cpp virtualrowmatrix.cpp rowmatrix.cpp mat6x6.cpp vect6.cpp \
    fastmatrixops.cpp colmatmap.cpp eulerparameters.cpp vect4.cpp norm.cpp mat4x4.cpp \
   
INC_MAT =       matrices.h virtualmatrix.h matrix.h matrixfun.h mat3x3.h virtualcolmatrix.h \
    colmatrix.h vect3.h virtualrowmatrix.h rowmatrix.h mat6x6.h vect6.h \
    fastmatrixops.h colmatmap.h eulerparameters.h vect4.h norm.h mat4x4.h

SRC_MISC = poemstreenode.cpp
INC_MISC = poemslist.h poemstreenode.h poemstree.h poemsnodelib.h SystemProcessor.h defines.h POEMSChain.h

SRC = $(SRC_MAIN) $(SRC_BODY) $(SRC_JOINT) $(SRC_POINT) $(SRC_SOLVE) $(SRC_ORDERN) $(SRC_MAT) $(SRC_MISC)
INC = $(INC_MAIN) $(INC_BODY) $(INC_JOINT) $(INC_POINT) $(INC_SOLVE) $(INC_ORDERN) $(INC_MAT) $(INC_MISC)

FILES = $(SRC) $(INC) Makefile Authors_List.txt Grants_List.txt POEMS_License.txt README Copyright_Notice

# ------ DEFINITIONS ------

LIB = libpoems.a
OBJ =   $(SRC:.cpp=.o)

# ------ SETTINGS ------

CC =                mpicxx
CCFLAGS =       -O  -fast
ARCHIVE =        ar
ARCHFLAG =        -rc
DEPFLAGS =      -M
LINK =                mpicxx
LINKFLAGS =        -O
USRLIB =
SYSLIB =

# ------ MAKE PROCEDURE ------

lib:         $(OBJ)
        $(ARCHIVE) $(ARFLAGS) $(LIB) $(OBJ)

# ------ COMPILE RULES ------

%.o:%.cpp
        $(CC) $(CCFLAGS) -c $<
%.d:%.cpp
        $(CC) $(CCFLAGS) $(DEPFLAGS) $< > $@               

# ------ DEPENDENCIES ------

DEPENDS = $(OBJ:.o=.d)

# ------ CLEAN ------

clean:
        -rm *.o *.d *~ $(LIB)

tar:       
        -tar -cvf ../POEMS.tar $(FILES)

### The ending of Makefile.pgi




(4) By successfully completing the previous (1), (2) and (3), you should have got the three library files, namely, libreax.a, libpoems.a, libmeam.a under lib/reax, lib/poems, and lib/meam, respectively.

# cd src
# make yes-standard
# make no-gpu
# make no-USER-ATC
# make pgi

(5) The makefile we are using is at /src/MAME, Makefile.pgi

The following is the contents of Makefile.pgi for Lammps

### The beginning of Makefile.pgi
# pgi = Portland Group compiler, pgCC, MPICH, FFTW

SHELL = /bin/sh
.SUFFIXES: .cpp .d

# ---------------------------------------------------------------------
# compiler/linker settings
# specify flags and libraries needed for your compiler

CC =                mpicxx
CCFLAGS =        -fast
DEPFLAGS =        -M
LINK =                mpicxx
LINKFLAGS =             -Bstatic
LIB =           -lstdc++ -lpthread -lpgf90 -lpghpf_mpi -lpghpf2 -lpgf90rtl -lpgftnrtl
ARCHIVE =        ar
ARFLAGS =        -rc
SIZE =                size

# ---------------------------------------------------------------------
# LAMMPS-specific settings
# specify settings for LAMMPS features you will use

# LAMMPS ifdef options, see doc/Section_start.html

LMP_INC =        -DLAMMPS_GZIP -I/share/lhuang4/lammps-3Oct10/src/Obj_pgi -I../../lib/atc

# MPI library, can be src/STUBS dummy lib
# INC = path for mpi.h, MPI compiler settings
# PATH = path for MPI library
# LIB = name of MPI library

MPI_INC =       -I/usr/local/apps/mpich2/pgi105x64/1.3a2/include
#MPI_PATH =        -L/usr/local/apps/mpich2/pgi105x64/1.3a2/lib
#MPI_LIB =        -lmpich

# FFT library, can be -DFFT_NONE if not using PPPM from KSPACE package
# INC = -DFFT_FFTW, -DFFT_INTEL, -DFFT_NONE, etc, FFT compiler settings
# PATH = path for FFT library
# LIB = name of FFT library

FFT_INC =       -DFFT_FFTW  -I/usr/local/apps/fftw/pgi105x64/2.1.5/include
FFT_PATH =   
FFT_LIB =        /usr/local/apps/fftw/pgi105x64/2.1.5/lib/libfftw.a

# additional system libraries needed by LAMMPS package libraries
# these settings are IGNORED if the corresponding LAMMPS package
#   (e.g. gpu, meam) is NOT included in the LAMMPS build
# SYSLIB = names of libraries
# SYSPATH = paths of libraries

#gpu_SYSLIB =       -lcudart
meam_SYSLIB =      -lpthread -lpgf90 -lpgc
reax_SYSLIB =      -lpthread -lpgf90 -lpgc
user-atc_SYSLIB =  -L/usr/local/apps/acml/acml4.3.0/pgi64/lib -lacml

#gpu_SYSPATH =      -L/usr/local/cuda/lib64
#meam_SYSPATH =     /usr/local/pgi/linux86-64/10.5/lib
#reax_SYSPATH =     /usr/local/pgi/linux86-64/10.5/lib
user-atc_SYSPATH =        

# ---------------------------------------------------------------------
# build rules and dependencies
# no need to edit this section

include        Makefile.package

EXTRA_INC = $(LMP_INC) $(PKG_INC) $(MPI_INC) $(FFT_INC)
EXTRA_PATH = $(PKG_PATH) $(MPI_PATH) $(FFT_PATH) $(PKG_SYSPATH)
EXTRA_LIB = $(PKG_LIB) $(MPI_LIB) $(FFT_LIB) $(PKG_SYSLIB)

# Link target

$(EXE):        $(OBJ)
        $(LINK) $(LINKFLAGS) $(EXTRA_PATH) $(OBJ) $(EXTRA_LIB) $(LIB) -o $(EXE)
        $(SIZE) $(EXE)

# Library target

lib:        $(OBJ)
        $(ARCHIVE) $(ARFLAGS) $(EXE) $(OBJ)

# Compilation rules

%.o:%.cpp
        $(CC) $(CCFLAGS) $(EXTRA_INC) -c $<

%.d:%.cpp
        $(CC) $(CCFLAGS) $(EXTRA_INC) $(DEPFLAGS) $< > $@

# Individual dependencies

DEPENDS = $(OBJ:.o=.d)
include $(DEPENDS)

### The ending of Makefile.pgi

(6) You may notice that there is still room of optimizing the Makefile.pgi, but some parameters are left there purposely for further reference when you decide to try out GPU or take advantage of USER-ATC, et. al.

GOOD LUCK!

[ Last edited by qphll on 2010-11-24 at 07:54 ]
Life, Love, Laugh.
2Â¥2010-11-24 07:50:36
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû

qphll

½ð³æ (ÕýʽдÊÖ)

¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï ¡ï
zh1987hs(½ð±Ò+10):лл 2010-12-04 23:13:31
Install Lammps on Mac OS X 10.6 (Snow Leopard) without GPU library.

(1) Mac OS X 10.6.5

(2) Xcode 3.2.x is isntalled.

(3) getting gfortran from http://hpc.sf.net : gfortran-snwleo-intel-bin.tar.gz
instrucion:
(A) gunzip gfortran-snwleo-intel-bin.tar.gz
(B) sudo tar -xf gfortran-snwleo-intel-bin.tar -C /

(4) getting git from http://code.google.com/p/git-osx-installer/
(5) getting Lammps at some directory:
git clone http://git.icms.temple.edu/lammps-ro.git mylammps
(see http://lammps.sandia.gov/download.html)
the latest lammps is downloaded in directory: mylammps

(6) installation of OpenMPI
getting OpenMPI from http://www.open-mpi.org/software/ompi/v1.4/
expanding tar file and:
./configure
make all
make check
sudo make install

(7) installation of FFTW
use FFTW version 2.1.5
http://www.fftw.org/download.html
expanding tar file and:
./configure
make all
make check
sudo make install

(8) make of LAMMPS
(A) at directories in src/lib: atc, meam, poems, reax
atc: make -f Makefile.g++
meam: make -f Makefile.gfortran
poems: make -f Makefile.g++
reax: make -f Makefile.gfortran
(B) at mylammps/src/MAKE, modification of Makefile.openmpi
#meam_SYSLIB = -lifcore -lsvml -lompstub -limf #comment out
#reax_SYSLIB = -lifcore -lsvml -lompstub -limf #comment out
meam_SYSLIB = -lgfortran #added
reax_SYSLIB = -lgfortran #added
(C) generating makefile
make yes-all
make no-gpu #without GPU
(D)at src
¡°make openmpi¡± generates executable binary: lmp_openmpi in src.

(9) execution of Lammps
mpirun -np N lmp_openmpi < in.lammps.script #N is a number of MPI process
#see Lammps manual for details.
Life, Love, Laugh.
3Â¥2010-12-04 23:00:50
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû

°Á÷ӳѩ

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

ÒýÓûØÌû:
3Â¥: Originally posted by qphll at 2010-12-04 23:00:50
Install Lammps on Mac OS X 10.6 (Snow Leopard) without GPU library.

(1) Mac OS X 10.6.5

(2) Xcode 3.2.x is isntalled.

(3) getting gfortran from http://hpc.sf.net : gfortran-snwleo-intel-bin ...

£¿£¿£¿£¿£¿

[ ·¢×ÔСľ³æ¿Í»§¶Ë ]
4Â¥2015-03-22 21:46:35
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
Ïà¹Ø°æ¿éÌø×ª ÎÒÒª¶©ÔÄÂ¥Ö÷ qphll µÄÖ÷Ìâ¸üÐÂ
×î¾ßÈËÆøÈÈÌûÍÆ¼ö [²é¿´È«²¿] ×÷Õß »Ø/¿´ ×îºó·¢±í
[¿¼ÑÐ] Ò»Ö¾Ô¸ Î÷±±´óѧ £¬070300»¯Ñ§Ñ§Ë¶£¬×Ü·Ö287£¬Ë«·ÇÒ»±¾£¬Çóµ÷¼Á¡£ +4 ³¿»èÏßÓëÐǺ£ 2026-03-20 4/200 2026-03-25 10:16 by allen-yin
[¿¼ÑÐ] 298Çóµ÷¼Á +3 Rong$$$ 2026-03-18 3/150 2026-03-25 10:13 by userper
[¿¼ÑÐ] ¸÷λÀÏʦÄúºÃ£º±¾È˳õÊÔ372·Ö +3 jjÓ¿77 2026-03-25 3/150 2026-03-25 08:52 by ľ¹Ï¸à
[¿¼ÑÐ] 0805 316Çóµ÷¼Á +6 ´óÑ©Éî²Ø 2026-03-18 6/300 2026-03-24 22:13 by peike
[¿¼ÑÐ] 300·Ö£¬²ÄÁÏ£¬Çóµ÷¼Á£¬Ó¢Ò»Êý¶þ +5 ³¬ÔÞµÄ 2026-03-24 5/250 2026-03-24 21:07 by ÐÇ¿ÕÐÇÔÂ
[¿¼ÑÐ] 300Çóµ÷¼Á£¬²ÄÁÏ¿ÆÑ§Ó¢Ò»Êý¶þ +5 leaflight 2026-03-24 5/250 2026-03-24 16:25 by laoshidan
[¿¼ÑÐ] Ò»Ö¾Ô¸¼ª´ó»¯Ñ§322Çóµ÷¼Á +4 17501029541 2026-03-23 6/300 2026-03-24 10:21 by ´÷Χ²±µÄСÎÃ×Ó
[¿¼ÑÐ] Ò»Ö¾Ô¸¹ú¿Æ¹ý³ÌËù081700£¬274Çóµ÷¼Á +3 ÈýË®ÑÐ0Ë®Á¢·½ 2026-03-23 3/150 2026-03-23 23:11 by MajorWen
[¿¼ÑÐ] 284Çóµ÷¼Á +3 yanzhixue111 2026-03-23 6/300 2026-03-23 22:58 by pswait
[¿¼ÑÐ] Ò»Ö¾Ô¸ÉÂʦ´óÉúÎïѧ071000£¬298·Ö£¬Çóµ÷¼Á +3 SYA£¡ 2026-03-23 3/150 2026-03-23 19:09 by macy2011
[¿¼ÑÐ] 333Çóµ÷¼Á +3 ALULU4408 2026-03-23 3/150 2026-03-23 19:04 by macy2011
[¿¼ÑÐ] ÉúÎïѧһ־Ը985£¬·ÖÊý349Çóµ÷¼Á +6 zxts12 2026-03-21 9/450 2026-03-23 18:37 by macy2011
[¿¼ÑÐ] 291 Çóµ÷¼Á +4 »¯¹¤2026½ì±ÏÒµÉ 2026-03-21 5/250 2026-03-23 16:46 by »¯¹¤2026½ì±ÏÒµÉ
[¿¼ÑÐ] Çóµ÷¼ÁԺУÐÅÏ¢ +6 CX 330 2026-03-21 6/300 2026-03-22 15:25 by ÎÞи¿É»÷111
[¿¼²©] ÕÐÊÕ²©Ê¿1-2ÈË +3 QGZDSYS 2026-03-18 4/200 2026-03-22 10:25 by QGZDSYS
[¿¼ÑÐ] 085601µ÷¼Á 358·Ö +3 zzzzggh 2026-03-20 4/200 2026-03-21 10:21 by luoyongfeng
[¿¼ÑÐ] ÄϾ©´óѧ»¯Ñ§376Çóµ÷¼Á +3 hisfailed 2026-03-19 6/300 2026-03-20 23:43 by hisfailed
[¿¼ÑÐ] Ò»Ö¾Ô¸Äϲý´óѧ£¬327·Ö£¬²ÄÁÏÓ뻯¹¤085600 +9 Ncdx123456 2026-03-19 9/450 2026-03-20 23:41 by lovewei0727
[¿¼ÑÐ] 290Çóµ÷¼Á +7 ^O^Ø¿ 2026-03-19 7/350 2026-03-20 21:43 by JourneyLucky
[¿¼ÑÐ] 320Çóµ÷¼Á0856 +3 ²»ÏëÆðÃû×Ö112 2026-03-19 3/150 2026-03-19 22:53 by ѧԱ8dgXkO
ÐÅÏ¢Ìáʾ
ÇëÌî´¦ÀíÒâ¼û