Welcome,
Guest
|
TOPIC: Problems while compiling parallel version
Problems while compiling parallel version 13 years 1 month ago #2772
|
Hello,
These days I've been trying to install a parallel version of telemac on a cluster. Before I installed the non-parallel version on the same cluster and it works well. When I was trying to compile the code by using "makepar90", I got the following errors (attached below) I checked all the environmental variables by using "type"command and they all seem correct. I also checked the flag of mpif90 by using "mpif90 -show" and it's also no problem. The systel.ini is attached below, too. Is there something wrong with my configuration? Thanks a lot!
Attachments:
|
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2773
|
Hello,
It seems that parallel must be compiled alone first. Try to do it (open a window in the parallel sources, ensure that the configurationis OK (SYSTELCFG correctly initialised to point to systel.ini folder) and run the command: maktel all install then you can run makepar90 Another way to correct the problem is to duplicate the rule "install" in the parallel makefile, and to name it "parallel". It's what I'll do now but it may take some time to reach the download section on the forum. With best regards, Jean-Michel Hervouet |
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2774
|
Thanks. I got the following errors when I was trying "maktel all install":
vsc30459@login1:~/TelemacV6p1/sources/parallel/parallel_v6p1/sources> maktel all install => Compilation de errpvm.f : creation du repertoire intel_64_10 ifort: error #10104: unable to open '/user/leuven/304/vsc30459/TelemacV6p1/sources/mpi/intel_64_10/include' make: *** [errpvm.o] Error 1 But I don't have "/user/leuven/304/vsc30459/TelemacV6p1/sources/mpi/" in the source code. |
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2775
|
Hello,
This is due to variable INCMPI in the parallel makefile, it looks apparently for file: TelemacV6p1/sources/mpi/intel_64_10/include/mpif.h to include them in Fortran sources. It could be that you have installed mpi elsewhere. Then this should be written in file systel.ini ? With best regards, Jean-Michel Hervouet |
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2778
|
Thanks! I added INMPI in my systel.ini file. I got new problems but at least the code can be compiled:
vsc30459@login1:~/TelemacV6p1/sources/parallel/parallel_v6p1/sources> maktel all install => Compilation de p_org_charac_type.f : p_org_charac_type.f(99): (col. 7) remark: LOOP WAS VECTORIZED. p_org_charac_type.f(109): (col. 7) remark: BLOCK WAS VECTORIZED. ifort: warning #10147: no action performed for specified file(s) ...... I guess the flags of the compiler are not correct. |
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2780
|
Hello,
This is OK, we also have the message "LOOP WAS VECTORIZED", this is a message for vector computers, not a mistake. JMH |
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2782
|
Hi,
In fact those are a small part of the error message. Finally the code cannot be compiled successfully. => Compilation de diffsel.f : diffsel.f(151): (col. 12) remark: LOOP WAS VECTORIZED. diffsel.f(167): (col. 12) remark: LOOP WAS VECTORIZED. diffsel.f(185): (col. 12) remark: LOOP WAS VECTORIZED. diffsel.f(203): (col. 12) remark: LOOP WAS VECTORIZED. diffsel.f(235): (col. 12) remark: LOOP WAS VECTORIZED. ifort: warning #10147: no action performed for specified file(s) Link de PARTEL/GRETEL/GREDELPTS/GREDELSEG/GREDELMET/GREDELHYD ... ifort -lf2c -lm -lz -lstdc++ -o partel partel.o /user/leuven/304/vsc30459/Te lemacV6p1/sources/parallel/parallel_v6p1/intel_64_10/libmetis.a partel.o: In function `MAIN__': partel.f:(.text+0xab52): undefined reference to `metis_partmeshdual_' partel.o: In function `pares3d_': partel.f:(.text+0x2827e): undefined reference to `metis_partmeshdual_' make: *** [partel] Error 1 |
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2786
|
Hi
It looks like the linker didn't found the metis mibrary. You should generate this library by compiling the metis sources files but take care to choose the metis 4.0 version Hope this helps |
Christophe
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2788
|
Thanks for your help!
|
The administrator has disabled public write access.
|
Re: Problems while compiling parallel version 13 years 1 month ago #2824
|
Hello,
Sorry to bother you again. I installed metis 4.03 on the cluster and compiled /TelemacV6p1/sources/parallel successfully. Then I tried to compiled the whole program but still not successful. vsc30459@login1:~/TelemacV6p1/sources> makepar90
Ready for making System TELEMAC90
Automatic mode.
========== parallel/parallel_v6p1/sources :
===== Making : /user/leuven/304/vsc30459/TelemacV6p1/sources/parallel/parallel_v 6p1/sources
make: *** No rule to make target `parallel'. Stop.
===== /user/leuven/304/vsc30459/TelemacV6p1/sources/parallel/parallel_v6p1/sourc es : maktel parallel
========== sisyphe/sisyphe_v6p1/sources :
===== Making : /user/leuven/304/vsc30459/TelemacV6p1/sources/sisyphe/sisyphe_v6p 1/sources
=> Compilation de declarations_sisyphe.f :
declarations_sisyphe.f(44): error #7002: Error in opening the compiled module fi le. Check INCLUDE paths. [BIEF_DEF]
USE BIEF_DEF
----------^
declarations_sisyphe.f(72): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: E
-----------^
declarations_sisyphe.f(75): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: ECPL
-----------^
declarations_sisyphe.f(78): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: Z
-----------^
declarations_sisyphe.f(81): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DEL_Z
-----------^
declarations_sisyphe.f(84): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: ZF_C
-----------^
declarations_sisyphe.f(87): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: ZF_S
-----------^
declarations_sisyphe.f(90): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: ESOMT
-----------^
declarations_sisyphe.f(93): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: EMAX
-----------^
declarations_sisyphe.f(96): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QU
-----------^
declarations_sisyphe.f(99): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QV
-----------^
declarations_sisyphe.f(102): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DEL_QU
-----------^
declarations_sisyphe.f(105): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DEL_QV
-----------^
declarations_sisyphe.f(108): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: Q
-----------^
declarations_sisyphe.f(111): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QS
-----------^
declarations_sisyphe.f(114): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QSX
-----------^
declarations_sisyphe.f(117): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QSY
-----------^
declarations_sisyphe.f(120): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QS_C
-----------^
declarations_sisyphe.f(123): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QSXC
-----------^
declarations_sisyphe.f(126): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QSYC
-----------^
declarations_sisyphe.f(129): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QS_S
-----------^
declarations_sisyphe.f(132): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QSXS
-----------^
declarations_sisyphe.f(135): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QSYS
-----------^
declarations_sisyphe.f(138): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HN
-----------^
declarations_sisyphe.f(141): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HCLIP
-----------^
declarations_sisyphe.f(144): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: U2D,V2D
-----------^
declarations_sisyphe.f(147): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UNORM
-----------^
declarations_sisyphe.f(150): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HCPL
-----------^
declarations_sisyphe.f(153): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: EBOR
-----------^
declarations_sisyphe.f(156): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: QBOR
-----------^
(1165): catastrophic error: Too many errors, exiting
compilation aborted for declarations_sisyphe.f (code 1)
make: *** [declarations_sisyphe.o] Error 1
===== /user/leuven/304/vsc30459/TelemacV6p1/sources/sisyphe/sisyphe_v6p1/sources : maktel parallel
========== tomawac/toma_v6p1/sources :
===== Making : /user/leuven/304/vsc30459/TelemacV6p1/sources/tomawac/toma_v6p1/s ources
=> Compilation de declarations_tomawac.f :
declarations_tomawac.f(42): error #7002: Error in opening the compiled module fi le. Check INCLUDE paths. [BIEF_DEF]
USE BIEF_DEF
----------^
declarations_tomawac.f(54): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SF
------------^
declarations_tomawac.f(57): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SB
------------^
declarations_tomawac.f(60): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SFR
------------^
declarations_tomawac.f(63): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SDFR
------------^
declarations_tomawac.f(66): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SCOEF
------------^
declarations_tomawac.f(69): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SSHP1
------------^
declarations_tomawac.f(72): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SSHP2
------------^
declarations_tomawac.f(75): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SSHP3
------------^
declarations_tomawac.f(78): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: SSHZ
------------^
declarations_tomawac.f(81): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET ::SCX,SCY,SCT,SCF,SSHF,SXK,SCG ,
------------^
declarations_tomawac.f(91): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: XMESH
------------^
declarations_tomawac.f(94): error #6457: This derived type name has not been dec lared. [BIEF_OBJ]
TYPE (BIEF_OBJ), TARGET :: STRA01, STRAB1, STOLD , STNEW,STRA31,
------------^
declarations_tomawac.f(104): error #6457: This derived type name has not been de clared. [BIEF_MESH]
TYPE(BIEF_MESH) :: MESH
-----------^
declarations_tomawac.f(1027): error #6457: This derived type name has not been d eclared. [BIEF_FILE]
TYPE(BIEF_FILE) :: WAC_FILES(MAXLU_WAC)
-----------^
compilation aborted for declarations_tomawac.f (code 1)
make: *** [declarations_tomawac.o] Error 1
===== /user/leuven/304/vsc30459/TelemacV6p1/sources/tomawac/toma_v6p1/sources : maktel parallel
========== telemac2d/tel2d_v6p1/sources :
===== Making : /user/leuven/304/vsc30459/TelemacV6p1/sources/telemac2d/tel2d_v6p 1/sources
=> Compilation de declarations_telemac2d.f :
declarations_telemac2d.f(32): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [BIEF_DEF]
USE BIEF_DEF
----------^
declarations_telemac2d.f(60): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: U,V
-----------^
declarations_telemac2d.f(64): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: H
-----------^
declarations_telemac2d.f(68): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: T
-----------^
declarations_telemac2d.f(72): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AK
-----------^
declarations_telemac2d.f(76): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: EP
-----------^
declarations_telemac2d.f(80): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UTILD,VTILD
-----------^
declarations_telemac2d.f(84): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HTILD
-----------^
declarations_telemac2d.f(88): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: TTILD
-----------^
declarations_telemac2d.f(92): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AKTILD
-----------^
declarations_telemac2d.f(96): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: EPTILD
-----------^
declarations_telemac2d.f(100): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UN,VN
-----------^
declarations_telemac2d.f(104): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HN
-----------^
declarations_telemac2d.f(108): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: TN
-----------^
declarations_telemac2d.f(112): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AKN
-----------^
declarations_telemac2d.f(116): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: EPN
-----------^
declarations_telemac2d.f(120): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DH
-----------^
declarations_telemac2d.f(123): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DU
-----------^
declarations_telemac2d.f(126): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DV
-----------^
declarations_telemac2d.f(129): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DHN
-----------^
declarations_telemac2d.f(132): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UCONV
-----------^
declarations_telemac2d.f(135): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: VCONV
-----------^
declarations_telemac2d.f(138): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HPROP
-----------^
declarations_telemac2d.f(141): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UBOR
-----------^
declarations_telemac2d.f(144): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: VBOR
-----------^
declarations_telemac2d.f(146): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AUBOR,UETUTA
-----------^
declarations_telemac2d.f(149): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HBOR
-----------^
declarations_telemac2d.f(152): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: TBOR
-----------^
declarations_telemac2d.f(155): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: KBOR
-----------^
declarations_telemac2d.f(158): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: EBOR
-----------^
(1642): catastrophic error: Too many errors, exiting
compilation aborted for declarations_telemac2d.f (code 1)
make: *** [declarations_telemac2d.o] Error 1
===== /user/leuven/304/vsc30459/TelemacV6p1/sources/telemac2d/tel2d_v6p1/sources : maktel parallel
========== telemac3d/tel3d_v6p1/sources :
===== Making : /user/leuven/304/vsc30459/TelemacV6p1/sources/telemac3d/tel3d_v6p 1/sources
=> Compilation de declarations_telemac3d.f :
declarations_telemac3d.f(32): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [BIEF_DEF]
USE BIEF_DEF
----------^
declarations_telemac3d.f(54): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UN,VN,WN
-----------^
declarations_telemac3d.f(58): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UC,VC,WC
-----------^
declarations_telemac3d.f(62): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UD,VD,WD
-----------^
declarations_telemac3d.f(66): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: U,V,W
-----------^
declarations_telemac3d.f(70): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: S0U,S0V,S0W
-----------^
declarations_telemac3d.f(74): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: S1U,S1V,S1W
-----------^
declarations_telemac3d.f(78): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: SMU,SMV
-----------^
declarations_telemac3d.f(82): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UBORF,VBORF,WBORF
-----------^
declarations_telemac3d.f(86): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UBORL,VBORL,WBORL
-----------^
declarations_telemac3d.f(90): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UBORS,VBORS,WBORS
-----------^
declarations_telemac3d.f(94): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: TRBORSAVE,UBORSAVE,VBORSAVE
-----------^
declarations_telemac3d.f(95): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: WBORSAVE,KBORSAVE,EBORSAVE
-----------^
declarations_telemac3d.f(99): error #6457: This derived type name has not been d eclared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: UETCAR,UETCAL
-----------^
declarations_telemac3d.f(103): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AUBORF,BUBORF
-----------^
declarations_telemac3d.f(107): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AUBORL,BUBORL
-----------^
declarations_telemac3d.f(111): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AUBORS,BUBORS
-----------^
declarations_telemac3d.f(115): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AVBORF,BVBORF
-----------^
declarations_telemac3d.f(119): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AVBORL,BVBORL
-----------^
declarations_telemac3d.f(123): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AVBORS,BVBORS
-----------^
declarations_telemac3d.f(127): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AWBORF,BWBORF
-----------^
declarations_telemac3d.f(131): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AWBORL,BWBORL
-----------^
declarations_telemac3d.f(135): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: AWBORS,BWBORS
-----------^
declarations_telemac3d.f(139): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: LIUBOF,LIVBOF,LIWBOF
-----------^
declarations_telemac3d.f(143): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: LIUBOL,LIVBOL,LIWBOL
-----------^
declarations_telemac3d.f(147): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: LIUBOS,LIVBOS,LIWBOS
-----------^
declarations_telemac3d.f(151): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: BOUNDARY_COLOUR
-----------^
declarations_telemac3d.f(155): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: IPBOT
-----------^
declarations_telemac3d.f(159): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: WS
-----------^
declarations_telemac3d.f(163): error #6457: This derived type name has not been declared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DP,DPN
-----------^
(1783): catastrophic error: Too many errors, exiting
compilation aborted for declarations_telemac3d.f (code 1)
make: *** [declarations_telemac3d.o] Error 1
===== /user/leuven/304/vsc30459/TelemacV6p1/sources/telemac3d/tel3d_v6p1/sources : maktel parallel
========== artemis/arte_v6p1/sources :
===== Making : /user/leuven/304/vsc30459/TelemacV6p1/sources/artemis/arte_v6p1/s ources
=> Compilation de declarations_artemis.f :
declarations_artemis.f(32): error #7002: Error in opening the compiled module fi le. Check INCLUDE paths. [BIEF_DEF]
USE BIEF_DEF
----------^
declarations_artemis.f(108): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: PHIR
-----------^
declarations_artemis.f(111): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: PHII
-----------^
declarations_artemis.f(114): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: H
-----------^
declarations_artemis.f(117): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: K
-----------^
declarations_artemis.f(120): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: C
-----------^
declarations_artemis.f(123): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: CG
-----------^
declarations_artemis.f(126): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HHO
-----------^
declarations_artemis.f(129): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: PHAS
-----------^
declarations_artemis.f(132): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: U0
-----------^
declarations_artemis.f(135): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: V0
-----------^
declarations_artemis.f(138): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: MCOS
-----------^
declarations_artemis.f(141): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: MSIN
-----------^
declarations_artemis.f(144): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: INCI
-----------^
declarations_artemis.f(147): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: S
-----------^
declarations_artemis.f(150): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: ZF
-----------^
declarations_artemis.f(153): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: FW
-----------^
declarations_artemis.f(156): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HALE
-----------^
declarations_artemis.f(159): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: PALE
-----------^
declarations_artemis.f(162): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: RP
-----------^
declarations_artemis.f(165): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: TETAP
-----------^
declarations_artemis.f(168): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: ALFAP
-----------^
declarations_artemis.f(171): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: HB
-----------^
declarations_artemis.f(174): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: TETAB
-----------^
declarations_artemis.f(177): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: PHIRB
-----------^
declarations_artemis.f(180): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: PHIIB
-----------^
declarations_artemis.f(183): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: APHI1B
-----------^
declarations_artemis.f(186): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: BPHI1B
-----------^
declarations_artemis.f(189): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: CPHI1B
-----------^
declarations_artemis.f(192): error #6457: This derived type name has not been de clared. [BIEF_OBJ]
TYPE(BIEF_OBJ), TARGET :: DPHI1B
-----------^
(900): catastrophic error: Too many errors, exiting
compilation aborted for declarations_artemis.f (code 1)
make: *** [declarations_artemis.o] Error 1
===== /user/leuven/304/vsc30459/TelemacV6p1/sources/artemis/arte_v6p1/sources : maktel parallel
Repertoire 'estel2d/estel2d_v6p1/sources' inexistant
Repertoire 'estel2d/estel2d_v6p1/sources' inexistant ! (Ignore)
Repertoire 'estel3d/estel3d_v6p1/sources' inexistant
Repertoire 'estel3d/estel3d_v6p1/sources' inexistant ! (Ignore)
========== spartacus2d/spartacus2d_v6p1/sources :
===== Making : /user/leuven/304/vsc30459/TelemacV6p1/sources/spartacus2d/spartac us2d_v6p1/sources
make: *** No rule to make target `parallel'. Stop.
===== /user/leuven/304/vsc30459/TelemacV6p1/sources/spartacus2d/spartacus2d_v6p1 /sources : maktel parallel
End of make
vsc30459@login1:~/TelemacV6p1/sources> Please help me again. Thanks! |
The administrator has disabled public write access.
|
Moderators: borisb