| ²é¿´: 945 | »Ø¸´: 0 | |||
[½»Á÷]
¡¾ÇóÖú¡¿vasp4.6±àÒëlibʱ³öÏÖ´íÎóÇóÖú
|
|
ifort+atlas ³öÏÖÒÔÏ´íÎóÌáʾ /vasp.4.lib$ make ifort -O0 -FI -FR -c dlexlib.f dlexlib.f(4): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(5): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(73): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(74): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(97): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(98): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(220): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(221): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(264): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(265): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(372): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(373): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(401): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(402): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(430): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(431): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(470): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(471): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(502): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(503): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(533): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(534): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(650): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(651): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(889): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(890): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(948): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [PRECLIB] USE preclib ----------^ dlexlib.f(949): error #6683: A kind type parameter must be a compile-time constant. [Q] IMPLICIT REAL(q) (A-H,O-Z) --------------------^ dlexlib.f(964): error #6592: This symbol must be a defined parameter, an enumerator, or an argument of an inquiry function that evaluates to a compile-time constant. [Q] PARAMETER (TINY=1.E-10_q,MAXINT=2147483647.E0_q) ----------------------------^ dlexlib.f(964): error #6975: A kind-param must be a digit-string or a scalar-int-constant-name [Q] PARAMETER (TINY=1.E-10_q,MAXINT=2147483647.E0_q) ----------------------------^ dlexlib.f(1084): catastrophic error: Too many errors, exiting compilation aborted for dlexlib.f (code 1) make: *** [dlexlib.o] ´íÎó 1 makefileÈ«ÎÄÈçÏ£º .SUFFIXES: .inc .f .F #----------------------------------------------------------------------- # Makefile for Portland Group F90/HPF compiler # the makefile was tested only under Linux on Intel platforms # however it might work on other platforms as well # # this release of vasp.4.lib contains lapack v2.0 # this can be compiled with pgf90 compiler if the option -O1 is used # # Mind: one user reported that he had to copy preclib.F diolib.F # dlexlib.F and drdatab.F to the directory vasp.4.4, compile the files # there and link them directly into vasp # for no obvious reason these files could not be linked from the library # #----------------------------------------------------------------------- # C-preprocessor CPP = gcc -E -P -C $*.F >$*.f FC=ifort CFLAGS = -O FFLAGS = -O0 -FI FREE = -FR DOBJ = preclib.o timing_.o derrf_.o dclock_.o diolib.o dlexlib.o drdatab.o #----------------------------------------------------------------------- # general rules #----------------------------------------------------------------------- libdmy.a: $(DOBJ) lapack_double.o linpack_double.o lapack_atlas.o -rm libdmy.a ar vq libdmy.a $(DOBJ) # files which do not require autodouble lapack_min.o: lapack_min.f $(FC) $(FFLAGS) $(NOFREE) -c lapack_min.f lapack_double.o: lapack_double.f $(FC) $(FFLAGS) $(NOFREE) -c lapack_double.f lapack_single.o: lapack_single.f $(FC) $(FFLAGS) $(NOFREE) -c lapack_single.f lapack_atlas.o: lapack_atlas.f $(FC) $(FFLAGS) $(NOFREE) -c lapack_atlas.f linpack_double.o: linpack_double.f $(FC) $(FFLAGS) $(NOFREE) -c linpack_double.f linpack_single.o: linpack_single.f $(FC) $(FFLAGS) $(NOFREE) -c linpack_single.f .c.o: $(CC) $(CFLAGS) -c $*.c .F.o: $(CPP) $(FC) $(FFLAGS) $(FREE) $(INCS) -c $*.f .F.f: $(CPP) .f.o: $(FC) $(FFLAGS) $(FREE) $(INCS) -c $*.f Çó¸ßÊÖ |
» ²ÂÄãϲ»¶
ÓжàÉÙÈËÊǽñÌì²éϵͳ֪µÀ½á¹ûµÄ£¿
ÒѾÓÐ14È˻ظ´
·¶½øÖоÙÒ»ÎĵÄÖÐÐÄ˼Ïë
ÒѾÓÐ10È˻ظ´
ÎÒ²»Àí½â£¡
ÒѾÓÐ13È˻ظ´
2026ÄêµÄ¹ú¼ÒÉç¿Æ»ù½ðÏîĿͨѶÆÀÉóµÄйæÔòÓëж¯Ïò¡¢ÐÂÌôÕ½
ÒѾÓÐ9È˻ظ´
2026¹ú×ÔÈ»º¯ÆÀ·Ñµ½ÕË
ÒѾÓÐ25È˻ظ´
2026Äê8ÔÂ25ÈÕ¹ú×ÔÈ»·Å°ñǰͻȻÊÕµ½ÁÐÈëÆÀÉóר¼ÒÓʼþ£¬ÓйØÏµÂð£¿
ÒѾÓÐ28È˻ظ´
ÄÜ·ñÍ˳ö²ÎÓëµÄÃæÉÏÏîÄ¿½â³ýÏÞÏî
ÒѾÓÐ26È˻ظ´
³öÀ´ÁË
ÒѾÓÐ9È˻ظ´
Ö»ÓÐÿÄêÕâÖÖʱºòÀ´¹ä¹äСľ³æ
ÒѾÓÐ28È˻ظ´
ÄÄλ¸ßÈËÖÐÁË£¬°Ñ²éѯµ½µÄ½ØÍ¼Ìù³öÀ´ÈÃÎÒ¿´¿´£¬ÈÃÎÒ³¤³¤¼ûʶ
ÒѾÓÐ5È˻ظ´
» ÇÀ½ð±ÒÀ²£¡»ØÌû¾Í¿ÉÒԵõ½:
ÔÙÖÐÒ»¸öÃæÉÏ£¬É¢½ð±Ò5000
+5/4130
ÃæÉÏÖÐÁË£¬ÒâÁÏÖ®Íâ
+3/1363
¸Ð¶÷£¬½ð±ÒËäÈ»²»¶à£¬È«²¿É¢¾¡£¬¸Ð¶÷
+1/320
ÓÐÐÒÖÐÃæÉÏ£¬ÌØÀ´»¹Ô¸
+5/240
ÃæÉÏÖÐÁË£¬Óë´ó¼Ò¹²Ã㣬 Ò»µãµãСÐĵ㬿É˽ÐÅ·ÖÏí
+5/235
É¢µã½ð±Ò£¬×£´ó¼ÒºÃÔË
+1/176
ÃæÉϵÃÖУ¬É¢½ð
+1/73
µÚÈý´ÎÉêÇë¹ú×Ô¿ÆÃæÉϵÄÒ»µãÐĵ÷ÖÏí
+1/70
ÃæÉÏÒÑÖУ¬¸Ðл´ó¼Ò¡£
+1/61
É¢½ð¸ÐлСľ³æ
+1/53
É¢½ð±Ò
+1/50
ϤÄá¿Æ¼¼´óѧ£¨QS µÚ87£©Êý¾Ý¿ÆÑ§/AIÕÐÊÕ2027ÄêÇï¼¾Èëѧȫ½±¼°CSC²©Ê¿Éú
+1/29
¸Õ²éÁËûÖУ¬·ÖÏíÏÂÐÄÇé
+2/18
Î÷ÄϽ»Í¨´óѧ¸ßËÙÁгµ·þÒÛ°²È«Óë³å»÷·À»¤´´ÐÂÑо¿ÍŶÓÕÐÊÕ2027¼¶Ë¶Ê¿Ñо¿Éú
+1/14
Ïã¸Û³ÇÊдóѧ·Ö×Óµç×Óѧ·½ÏòÕÐÊÕ2027ÄêÇï¼¾Èëѧ²©Ê¿Éú
+1/9
2027Ö±²©¼°Í³ÕС°ÉêÇë-¿¼ºË¡±ÖƲ©Ê¿ÕÐÉú | ¹ãÖݹú¼ÒʵÑéÊÒ-ÖÐɽ´óѧ л־¿ÎÌâ×é
+1/4
ÐÂÉó²éÖ¸ÄÏÊ©ÐаëÄ꣬AI·½ÏòµÄרÀûÉêÇëÊDz»ÊǸü¿´"¼¼Êõζ"ÁË£¿
+1/2
¡¾¿ÆÑÐʵ¼ùºÏ×÷¡¿ÑûÇëÀÏʦ´øÑ§ÉúÍê³ÉÒ»´ÎÑϽ÷µÄ¿ÆÑ§±í´ï
+1/2
¡¾¼´½«½ØÖ¹¡¿¶«±±´óѧÀíѧԺ Á¦Ñ§ À×é2027¼¶±£ÑÐ
+1/1
Á¿×ÓÎïÀíÍŶÓÕÐÊÕ²©Ê¿ÉúÓ벩ʿºó
+1/1









»Ø¸´´ËÂ¥
ͶƱ: