±±¾©Ê¯ÓÍ»¯¹¤Ñ§Ôº2026ÄêÑо¿ÉúÕÐÉú½ÓÊÕµ÷¼Á¹«¸æ
²é¿´: 932  |  »Ø¸´: 6

Ìïɽ¶«

¾èÖú¹ó±ö (ÖøÃûдÊÖ)


[½»Á÷] arpack96.tar.ZºÍarpack96.tar.gzÓкÎÇø±ð

Compressed tar file of distribution ( arpack96.tar.Z) and patch (patch.tar.Z)
GNU zipped tar file of distribution ( arpack96.tar.gz) and patch (patch.tar.gz)

ÕâÁ½¸öÎļþÓÐÅ¶Ê²Ã´Çø±ð£¿GNUÊǸÉÂïµÄ£¿ÎÒµÄϵͳÊÇ
Linux version 2.6.37.1-1.2-desktop (geeko@buildhost) (gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SUSE Linux) ) #1 SMP PREEMPT
Ó¦¸ÃÓÃarpack96.tar.Z°É£¿
ÕýÔÚϸϸÃþË÷£¬ÒѾ­×°ºÃlapackÁË¡£ÕýÔÚÃþË÷arpack£¬¸Ð¾õ¾ÍÄÇô¼¸¸öÓï¾ä£¬±³»áÁË£¬Ôõô»¹ÊDz»ÐÐÄØ£¿
¶øÇÒlib·¾¶Ò²µ÷ÕûÁË£¬µ÷Õûµ½ÎÒ°²×°µÄliblapackÏÂÃæÁË

###########################################################################
#
#  Program:         ARPACK
#
#  Module:          ARmake.inc
#
#  Purpose:         Top-level Definitions
#
#  Creation date:   February 22, 1996
#
#  Modified:
#
#  Send bug reports, comments or suggestions to arpack@caam.rice.edu
#
############################################################################
#
# %---------------------------------%
# |  SECTION 1: PATHS AND LIBRARIES |
# %---------------------------------%
#
#
# %--------------------------------------%
# | You should change the definition of  |
# | home if ARPACK is built some place   |
# | other than your home directory.      |
# %--------------------------------------%
#
#home = $(HOME)/ARPACK
home = /home/tianhongyu/arpack/ARPACK
#
#  %--------------------------------------%
#  | The platform identifier to suffix to |
#  | the end of library names             |
#  %--------------------------------------%
#
PLAT = LINUX
#
#  %------------------------------------------------------%
#  | The directories to find the various pieces of ARPACK |
#  %------------------------------------------------------%
#
BLASdir      = /home/tianhongyu/arpack/ARPACK/BLAS
LAPACKdir    = /home/tianhongyu/arpack/ARPACK/LAPACK
UTILdir      = /home/tianhongyu/arpack/ARPACK/UTIL
SRCdir       = /home/tianhongyu/arpack/ARPACK/SRC
#
DIRS        = $(BLASdir) $(LAPACKdir) $(UTILdir) $(SRCdir)
#
# %-------------------------------------------------------------------%
# | Comment out the previous line and uncomment the following         |
# | if you already have the BLAS and LAPACK installed on your system. |
# | NOTE: ARPACK assumes the use of LAPACK version 2 codes.           |
# %-------------------------------------------------------------------%
#
#DIRS         = $(UTILdir) $(SRCdir)
#
# %---------------------------------------------------%
# | The name of the libraries to be created/linked to |
# %---------------------------------------------------%
#
ARPACKLIB  = /home/tianhongyu/arpack/libarpack_$(PLAT).a
LAPACKLIB =/home/tianhongyu/lapack/liblapack.a
BLASLIB = /home/tianhongyu/lapack/libblas.a
#
ALIBS =  $(ARPACKLIB) $(LAPACKLIB) $(BLASLIB)
#
#
# %---------------------------------------------------------%
# |                  SECTION 2: COMPILERS                   |
# |                                                         |
# | The following macros specify compilers, linker/loaders, |
# | the archiver, and their options.  You need to make sure |
# | these are correct for your system.                      |
# %---------------------------------------------------------%
#
#
# %------------------------------%
# | Make our own suffixes' list. |
# %------------------------------%
#
.SUFFIXES:
.SUFFIXES:        .f        .o
#
# %------------------%
# | Default command. |
# %------------------%
#
.DEFAULT:
        @$(ECHO) "Unknown target $@, try:  make help"
#
# %-------------------------------------------%
# |  Command to build .o files from .f files. |
# %-------------------------------------------%
#
.f.o:
        @$(ECHO) Making $@ from $<
        @$(FC) -c $(FFLAGS) $<
#
# %-----------------------------------------%
# | Various compilation programs and flags. |
# | You need to make sure these are correct |
# | for your system.                        |
# %-----------------------------------------%
#
FC      = gfortran
FFLAGS        = -O

LDFLAGS =
CD      = cd

ECHO    = echo

LN      = ln
LNFLAGS = -s

MAKE    = /usr/bin/make

RM      = rm
RMFLAGS = -f

SHELL   = /bin/sh
#
#  %----------------------------------------------------------------%
#  | The archiver and the flag(s) to use when building an archive   |
#  | (library).  Also the ranlib routine.  If your system has no    |
#  | ranlib, set RANLIB = touch.                                    |
#  %----------------------------------------------------------------%
#
AR = ar
ARFLAGS = rv
#RANLIB  = touch
RANLIB   = ranlib
#
# %----------------------------------%
# | This is the general help target. |
# %----------------------------------%
#
help:
        @$(ECHO) "usage: make ?"
»Ø¸´´ËÂ¥

» ²ÂÄãϲ»¶

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

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

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

Ìïɽ¶«

¾èÖú¹ó±ö (ÖøÃûдÊÖ)


ÎÒÒ»¾ä»°Ò»¾ä»°µÄÀ´°É£º
2. Recent bug fixes are included in patch.tar.gz and ppatch.tar.gz
   (only needed if you are using PARPACK also.)  If you have not
   retrieved these files, please do so and place them in the
   directory right above the current directory.  (They should
   be in the same directory where arpack96.tar reside).
   Use uncompress or gunzip to unzip the tar files, and use 'tar -xvf '
   to unbundle these patches.  The source codes in these patches will
   overwrite those contained in arpack96.tar and parpack96.tar.
2Â¥2012-10-14 10:56:25
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû

lurencyj

ľ³æ (ÖøÃûдÊÖ)


¡ï
Ìïɽ¶«(½ð±Ò+1): лл²ÎÓë
ÒÔǰ¸úÂ¥Ö÷˵¹ý£¬¼´Ê¹ÓÃÁËpatch£¬³ÌÐò»¹ÊÇÓÐbug...

Ò»¸öÊÇÊýѧº¯Êýlongabs,...Ö®ÀàµÄ£¬»¹ÓоÍÊÇsecond.fÀïÃæµÄº¯ÊýÓÐbug£¬¹ØÓÚÔõôÐ޸ģ¬¹Ù·½Ã»ÓмÌÐø´ò²¹¶¡ÁË¡£¡£¡£¡£
3Â¥2012-10-14 21:59:30
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
¡ï
Ìïɽ¶«(½ð±Ò+1): лл²ÎÓë
Ö»»Ø´ðÄã±êÌâÖеÄÎÊÌâ

ÕâÁ½¸öÎļþÄÚÈÝÉÏûÓÐÊ²Ã´Çø±ð£¬Ö»ÊÇ´ò°ü·½Ê½µÄ²»Í¬¡£.Z ÓõÄÊÇ´«Í³ Unix ÖÐµÄ compress ѹËõµÄ£¬¶ø .gz ÓõÄÊÇ gzip ѹËõµÄ¡£

GNU ÊÇ Gnu's Not Unix ºÍ¼ò³Æ£¬ÖÁÓÚËüµ½µ×ÊÇʲô£¬×Ô¼ºÈ¥  wikipedia ÉÏ¿´Ò»Ï¡­¡­
6Â¥2012-10-15 07:35:25
ÒÑÔÄ   »Ø¸´´ËÂ¥   ¹Ø×¢TA ¸øTA·¢ÏûÏ¢ ËÍTAºì»¨ TAµÄ»ØÌû
¼òµ¥»Ø¸´
gyfwon4Â¥
2012-10-14 22:28   »Ø¸´  
Ìïɽ¶«(½ð±Ò+1): лл²ÎÓë
×ôÊÖ.5Â¥
2012-10-14 22:46   »Ø¸´  
Ìïɽ¶«(½ð±Ò+1): лл²ÎÓë
hxp28007Â¥
2012-10-15 08:36   »Ø¸´  
Ìïɽ¶«(½ð±Ò+1): лл²ÎÓë
Ïà¹Ø°æ¿éÌø×ª ÎÒÒª¶©ÔÄÂ¥Ö÷ Ìïɽ¶« µÄÖ÷Ìâ¸üÐÂ
×î¾ßÈËÆøÈÈÌûÍÆ¼ö [²é¿´È«²¿] ×÷Õß »Ø/¿´ ×îºó·¢±í
[¿¼ÑÐ] 279Çóµ÷¼Á +7 Īxiao 2026-04-01 7/350 2026-04-01 22:05 by ¿Í¶ûÃÀµÂ
[¿¼ÑÐ] 296Çóµ÷¼Á +4 Íô£¡£¿£¡ 2026-03-31 7/350 2026-04-01 22:04 by ¿Í¶ûÃÀµÂ
[¿¼ÑÐ] 286Çóµ÷¼Á +16 PolarBear11 2026-03-26 16/800 2026-04-01 21:31 by Æß¶È²»ÐÅÈÎ
[¿¼ÑÐ] 070300Ò»Ö¾Ô¸211£¬312·ÖÇóµ÷¼ÁԺУ +14 С»ÆÑ¼±¦ 2026-03-30 14/700 2026-04-01 20:19 by Àµ´ºÑÞ
[¿¼ÑÐ] 320·Ö£¬²ÄÁÏÓ뻯¹¤×¨Òµ£¬Çóµ÷¼Á +14 Ò»¶¨Éϰ¶aaa 2026-03-27 18/900 2026-04-01 20:10 by »ý¼«µ÷¼ÁµÄСѧÉ
[¿¼ÑÐ] 286Çóµ÷¼Á +5 lim0922 2026-03-26 5/250 2026-04-01 19:08 by ¿Í¶ûÃÀµÂ
[¿¼ÑÐ] Ò»Ö¾Ô¸Äϲý´óѧ324Çóµ÷¼Á +10 hanamiko 2026-04-01 10/500 2026-04-01 15:14 by Wang200018
[ÂÛÎÄͶ¸å] chinese chemical lettersÓ¢ÎİæÍ¶¸åÇóÖú 120+4 Yishengeryi 2026-03-30 5/250 2026-04-01 14:11 by ½С¹û»­´ó±ý
[¿¼ÑÐ] Ò»Ö¾Ô¸»ªÄÏʦ·¶361·Ö£¬»¯Ñ§Çóµ÷¼Á +4 Nicole88888 2026-04-01 4/200 2026-04-01 10:08 by ÌÆãå¶ù
[¿¼ÑÐ] 339Çóµ÷¼Á +5 zjjkt 2026-03-31 5/250 2026-04-01 09:18 by JourneyLucky
[¿¼ÑÐ] Çóµ÷¼Á +9 akdhjs 2026-03-31 10/500 2026-03-31 17:14 by zhyzzh
[»ù½ðÉêÇë] ÃæÉÏ5BÄÜÉÏ»áÂ𣿠+8 redcom 2026-03-29 8/400 2026-03-31 15:53 by niuailing
[¿¼ÑÐ] Ò»Ö¾Ô¸Õã½­´óѧ¹¤¿Æ¶¯Á¦¹¤³Ì370,ÊýÒ»121,רҵ¿Î135£¬ÏÖÔÚÄÜÈ¥ÄÄÀï +3 080700µ÷¼Á 2026-03-30 4/200 2026-03-31 12:00 by KLMY666
[¿¼ÑÐ] 085600£¬×¨Òµ¿Î»¯¹¤Ô­Àí£¬320·ÖÇóµ÷¼Á +6 ´ó²öС×Ó 2026-03-29 6/300 2026-03-31 10:03 by ÂÈ»¯ÑÇÏõõ£
[¿¼ÑÐ] 281Çóµ÷¼Á +5 ÑÇ¿ËÎ÷good 2026-03-26 7/350 2026-03-30 20:42 by dophin1985
[¿¼ÑÐ] 311Çóµ÷¼Á +10 lin0039 2026-03-26 10/500 2026-03-30 10:26 by herarysara
[¿¼ÑÐ] һ־Ը˫һÁ÷»úе285·ÖÇóµ÷¼Á +4 ÐÒÔ˵ÄÈýľ 2026-03-29 5/250 2026-03-29 14:49 by Miko19
[¿¼ÑÐ] 298Çóµ÷¼Á +3 ÖÖÊ¥´Í 2026-03-29 3/150 2026-03-29 12:06 by longlotian
[¿¼ÑÐ] Ò»Ö¾Ô¸ÉϺ£Àí¹¤ÄÜÔ´¶¯Á¦£¨085800£©310·ÖÇóµ÷¼Á +3 zhangmingc 2026-03-27 4/200 2026-03-27 19:01 by ¸øÄãÄã×¢ÒâÐÝÏ¢
[¿¼ÑÐ] Ò»Ö¾Ô¸¼ª´ó071010£¬316·ÖÇóµ÷¼Á +3 xgbiknn 2026-03-27 3/150 2026-03-27 10:36 by guoweigw
ÐÅÏ¢Ìáʾ
ÇëÌî´¦ÀíÒâ¼û