Hello,
To add to the discussion, here are some figures on
one AMD Athlon 1000MHz with 2x128MB
and using the gcc/g77 or PGI compilers
(demo version 3.2-3) under Linux (redhat 6.2).
That a USD ~1K machine...
elapsed time in seconds (non setup time in seconds)
PROWAT5:
gnu: 72.56 (71.23)
PGI: 68.56 (67.22)
PROWAT6:
gnu: 163.48 (161.63)
PGI: 108.34 (106.51)
DHFR:
gnu: 260.02 (255.02)
PGI: 215.29 (210.84)
4096WAT:
gnu: 136.46 (134.43)
PGI: 104.49 (102.75)
amber6 benchmark:
gnu: 259.07 (254.07)
PGI: 216.04 (211.59)
Any one have benchmarks on a linux cluster
with fast ethernet ou myrinet with mpich/lam-mpi?
Tru
-- details --
With the GNU tools
egcs-1.1.2-30
egcs-c++-1.1.2-30
egcs-g77-1.1.2-30
setenv G77_COMPAT "-Wno-globals -fno-globals -ff90
-funix-intrinsics-hide"
setenv G77_OPT "-O3 -m486 -malign-double -ffast-math
-fomit-frame-pointer"
With the PGI tools:
setenv OPT_0 "-g -Mnoframe -Msecond_underscore"
setenv OPT_1 "-fast -Mvect=prefetch -tp athlon "
setenv OPT_2 "-fast -Mvect=prefetch -tp athlon "
setenv OPT_3 "-fast -Mvect=prefetch -tp athlon "
setenv CC "pgcc -fast -Mvect=prefetch -tp athlon"
setenv VENDOR_LAPACK yes
setenv LOADLIB " -llapack -lblas"
setenv LOADCC "pgcc"
--
mailto:tru_at_pasteur.fr | tel/fax (+33) 1 40.61.36.21/40.61.30.80
Institut Pasteur - Bio-informatique Structurale
25-28 rue du Docteur Roux, 75724 Paris CEDEX 15 France
Received on Wed Feb 14 2001 - 09:29:53 PST