Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Pb with xilib during compilation

Pb with xilib during compilation 9 years 10 months ago #15432

  • MARON Philippe
  • MARON Philippe's Avatar
Hello,
I have a windows7 computer with intel compiler
I am trying to manually install V7p0r0 on my computer with python
For parallel version, I choose MPI.
after typing compileTELEMAC.py,the compilation failed with the following message :


- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\prepro.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\anamar.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\cormar.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\sor3d.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\anacos.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\lecdoi.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\lecdon.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\condiw.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\wac.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\point_tomawac.ob

- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\nomvar_tomawac.o
j
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\tomawac_constant
.obj
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\lecdon_tomawac.o
j
- created C:\opentelemac\V7p0r0\builds\wintelmpi\lib\tomawac\homere_tomawac.o
j
ilib: executing 'lib'
ilib: error #10037: could not find 'lib'
ilib: error spawn_errno_default: spawn('C:\PROGRA~2\Intel\Compiler\11.1\065\bin
intel64\xilink.exe') failed, errno=0
.. The following command failed for the reason above
ilib.exe /nologo /out:C:\opentelemac\V7p0r0\builds\wintelmpi\lib\utils\special\
omere_tomawac.lib declarations_special.obj plante.obj check_allocate.obj extens
obj

:\opentelemac\V7p0r0\scripts\python27>


Do you have some explainations, suggestions ?
Many thanks in advance
Philippe
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15434

  • julesleguern
  • julesleguern's Avatar
Hello,

I'm not sure but you can check if you put the right path to the mpi librairy in your .cfg file. Could you post your config file here to see it?
Another thing that you can do is to launch manually xilib.exe before to compile.

Hope this helps.

Jules
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15441

  • MARON Philippe
  • MARON Philippe's Avatar
Hello Jules

You'll find joined my .cfg file
I also use the compiled Metis library proposed here
www.opentelemac.org/index.php/kunena/2-w...-64bit-windows#15217 .
Regards
Attachments:
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15442

  • julesleguern
  • julesleguern's Avatar
Hello Philippe,

Sorry but your .cfg file is not online. Did you try to launch manually xilib.exe and compile again?

Regards.

Jules
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15443

  • julesleguern
  • julesleguern's Avatar
Sorry Philippe, I find your .cfg file.

You have to indicate the configuration that you choose to compile telemac and delete the other:
configs : wintelmpi
Then, in modules you have to put "clean system" if it's your first compilation.

Then, the wintelmpi part, delete the indication of comment "#" in the line libs_all and indicate the right path to the fmpich2.lib file. Do the same thing for the line incs_parallel.

I think it will work better.

This is my cfg file.

Hope this helps.

Jules

File Attachment:

File Name: systel_parallel_v7p0.cfg
File Size: 2 KB
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15445

  • MARON Philippe
  • MARON Philippe's Avatar
Dear Jules,
Thank you very much for your configuration file.
now my problem is the following.
In you file you have those two lines

libs_partel : C:\opentelemac\metis\libmetisWindows64.lib
libs_all : C:\opentelemac\mpi\lib\fmpich2.lib


but I don't have those two files .lib.

I actually try to install METIS with my VISUAL STUDIO 9 2008, but I didn't succeed in.
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15446

  • julesleguern
  • julesleguern's Avatar
Hello,

The line libs_partel have to indicate the path of the metis library file that you took on the forum (libmetis64b_5.1.0.a). You can also use my metis library file.

If you are on Windows 7 64 bits you can use it. You don't have to install Metis.

Did you install MPICH2? If yes, you just have to put the directory of the file fmpich2.lib.

Otherwise, I have a .msi file to install it. Or it's available here :

www.mpich.org/

I can't post it on the forum. Send me your email adress and I will send you this 2 files (libmetis and mpich.msi) if you want.

Regards.

Jules
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15447

  • MARON Philippe
  • MARON Philippe's Avatar
Jules
I begin this installation last year And I don't remenber if I installed MPICH or OpenMPI :S . What is sure is that I have a mpi directory and if I type 'mpiexec' in a DOS command windows, the command is recognized, but in this directory, I don't have 'fmpich2.lib' file.( So I think it's OpenMPI !)
I accept with pleasure your files in order to try to finish this installation.
You can send it at This email address is being protected from spambots. You need JavaScript enabled to view it.
MAny thanks
Philippe
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15449

  • MARON Philippe
  • MARON Philippe's Avatar
Dear Jules,
I began again all the installation, verified each step, and used the two library files you send me. I launched the compilation by python 'compileTELEMAC.py' but the installation stopped again with the same error message ! :(

... The following command failed for the reason above
xilib.exe /nologo /out:C:\opentelemac\v7p0\builds\wintelmpi\lib\utils\special\ho
mere_tomawac.lib declarations_special.obj plante.obj check_allocate.obj extens.obj
C:\opentelemac\v7p0\scripts\python27>


I looked in the directory and subdirectory of 'C:\opentelemac\' and didn't find any library file named 'homere_tomawac.lib'
I wondered if it's the reason of the problem and why ?
Regards
Philippe
The administrator has disabled public write access.

Pb with xilib during compilation 9 years 10 months ago #15450

  • julesleguern
  • julesleguern's Avatar
Philippe,

Have you put the right path of the cfg file and python scripts in variables environment?

Have you try to launch xilib.exe manually before compile (C:\...\Intel\Compiler\11.1\...\bin\intel64)?

I think Telemac don't succeed to make this library but I don't know why.

I'm a user of Telemac since few month so I can't help you anymore. Sorry. Wait a reply of a moderator.

Best regards.

Jules
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Moderators: borisb

The open TELEMAC-MASCARET template for Joomla!2.5, the HTML 4 version.