Hi,
I'm trying to install telemac with
intel visual fortran compiler v11 on a W7, 64 bits machine with the python script.
First, i should say that the
instalation WORKS with the g95 fortran compiler. But, as i want to later install the parallel option, i switch to intel fortran.
For now, i'm just trying to install the
scalar version with ifort.
The beginning of the compilation works fine when the python scripts uses "ifort.exe" to create the .obj objects from the .f files.
When it comes to the execution of xilib.exe, i have a error, similar to the one in these posts :
post1
post2
So the error is for the line :
xilib.exe /nologo /out:c:\TELEMAC2\v6p1\telemac2d\tel2d_v6p1\wintels\telemac2dv6p1.lib .......[lots of .obj]
And the error message is :
xilib: executing ' lib'
xilib: error #10037: could not find ' lib'
xilib: error spwan_errno_default : spawn('c:\intel\composerXE-2011\bin\intel64\xilink.exe'> failed, errno=0
Thanks for any help.
My config file looks like this :
# _____ _______________________________
# ____/ TELEMAC Project Definitions /______________________________/
#
[Configurations]
configs: wintels
# _____ ______________________________________
# ____/ windows intel scalar /_____________________________________/
[wintels]
#
root: C:\TELEMAC2\v6p1
version: v6p1
language: 2
modules: update system
options:
#
cmd_obj: ifort.exe /c /Ot /iface:cref /iface:nomixed_str_len_arg /nologo /names:uppercase /convert:big_endian /extend_source:132 <mods> <incs> <f95name>
cmd_lib: xilib.exe /nologo /out:<libname> <objs>
cmd_exe: xilink.exe /nologo /subsystem:console /stack:536870912 /out:<exename> <objs> <libs>
#
mods_all: /include:<config>
#
val_dir: validation
val_exe:
#
sfx_zip: .zip
sfx_lib: .lib
sfx_obj: .obj
sfx_mod: .mod
sfx_exe: .exe
and my path :
C:\Intel\ComposerXE-2011\redist\intel64\mkl;C:\Intel\ComposerXE-2011\redist\ia32\mkl;%IFORT_COMPILER12%redist\intel64\mpirt;%IFORT_COMPILER12%redist\intel64\compiler;%IFORT_COMPILER12%redist\ia32\mpirt;%IFORT_COMPILER12%redist\ia32\compiler;%IFORT_COMPILER12%compiler\lib;c:\Python27;C:\Intel\ComposerXE-2011\bin\intel64;;
C:\TELEMAC2\V6P1\bin;C:\TELEMAC2\V6P1\pytel