forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6731 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
710d2af325
commit
dee8b52aa6
|
@ -1,4 +1,4 @@
|
|||
# g++ = RedHat Linux box, g++4, gfortran, MPICH2, FFTW
|
||||
# g++ = RedHat Linux box, g++4, MPICH2, FFTW
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# g++3 = RedHat Linux box, g++ (v3), Intel ifort, MPICH2, FFTW
|
||||
# g++3 = RedHat Linux box, g++ (v3), MPICH2, FFTW
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# lam = FreeBSD box, mpic++, Intel ifort, LAM/MPI, FFTW
|
||||
# lam = FreeBSD box, mpic++, LAM/MPI, FFTW
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# linux = RedHat Linux box, Intel icc, Intel ifort, MPICH2, FFTW
|
||||
# linux = RedHat Linux box, Intel icc, MPICH2, FFTW
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# mac = Apple PowerBook G4 laptop, c++, Intel ifort, no MPI, FFTW 2.1.5
|
||||
# mac = Apple PowerBook G4 laptop, c++, no MPI, FFTW 2.1.5
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# serial = RedHat Linux box, g++4, gfortran, no MPI, no FFTs
|
||||
# serial = RedHat Linux box, g++4, no MPI, no FFTs
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# serial_debug = RedHat Linux box, g++4, gfortran, no MPI, no FFTs
|
||||
# serial_debug = RedHat Linux box, g++4, no MPI, no FFTs
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue