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

TOPIC: problem with running the command compileTELEMAC.py

problem with running the command compileTELEMAC.py 4 years 10 months ago #33683

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
This is linked to the configuration you use...
You probably don't use win7gforsdbg for this compilation
You could add the line in the general group
Christophe
The administrator has disabled public write access.

problem with running the command compileTELEMAC.py 4 years 10 months ago #33688

  • TIRTHA
  • TIRTHA's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
Then what is the solution? could you specify what is meant by general group here
The administrator has disabled public write access.

problem with running the command compileTELEMAC.py 4 years 10 months ago #33689

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
You probably try to use a config file from a previous installation of Telemac which is not fully compatible with this one.
Add the line in each group will probably do the job...
Or add it in the beginning of the config file where a general group should be located
Christophe
The administrator has disabled public write access.

problem with running the command compileTELEMAC.py 4 years 10 months ago #33690

  • TIRTHA
  • TIRTHA's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
Ok, I understand the general group...but what do you mean by config file from a previous installation of Telemac...Should I download the config file for v7p0?
The administrator has disabled public write access.

problem with running the command compileTELEMAC.py 4 years 10 months ago #33691

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
No
In each version there is some config file given as example. And normally, those config file are correct so they should have this line already include.
But some people sometimes prefer to copy their config file tuned for a previous version and just change the version number. In such case, the changes done in the config file are not seen and we face this kind of problem

Regards
Christophe
The administrator has disabled public write access.

problem with running the command compileTELEMAC.py 4 years 10 months ago #33692

  • TIRTHA
  • TIRTHA's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
I downloaded the config file systel_v7p2.cfg from this link wiki.opentelemac.org/doku.php?id=instruc...tomatic_installation
Can you kindly provide me with the link from where I can download the alternative config file...

Thanks
The administrator has disabled public write access.

problem with running the command compileTELEMAC.py 4 years 10 months ago #33693

  • c.coulet
  • c.coulet's Avatar
  • OFFLINE
  • Moderator
  • Posts: 3632
  • Thank you received: 1010
If you downloaded the config file in the given link, you don't have to modify it as the line is already in...
so you don't have any reason to receive the error message you show us at the beginning.
There is probably another problem elsewhere.
Sorry about that

Regards
Christophe
The administrator has disabled public write access.

problem with running the command compileTELEMAC.py 4 years 10 months ago #33696

  • amanj2013
  • amanj2013's Avatar
  • OFFLINE
  • Expert Boarder
  • Posts: 211
  • Thank you received: 24
Hi,

try this config I am uploading here and it works for v7p2, make sure at line root: you appointed to same directory where your source code is and no space in your parent foler.

# _____ _______________________________
# ____/ TELEMAC Project Definitions /______________________________/
#
[Configurations]
configs: win7gfors wing64mpi
#configs: wing64mpi win7gforsdbg win7gforpdbg win7telsdbg win7telpdbg
# _____ ________________________________________
# ____/ windows 7 generals /_______________________________________/
[general]
#
root: C:\opentelemac-mascaret\v7p2r0
version: v7p2r0
language: 2
modules: Clean system
options:
#
sfx_zip: .zip
sfx_lib: .lib
sfx_mod: .mod
sfx_exe: .exe
#
val_root: <root>\examples
val_rank: all
cmd_obj_c: gcc -c <srcName> -o <objName>
# also possible val_rank: <3 >7 6
#

# _____ _________________________________
# ____/ windows 7 gfortran scalar /________________________________/
[win7gfors]
#
cmd_obj: gfortran -c -O3 -cpp -ffixed-line-length-132 -fconvert=big-endian -frecord-marker=4 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: gfortran -fconvert=big-endian -frecord-marker=4 -v -o <exename> <objs> -Xlinker --start-group <libs>
#
mods_all: -I <config>
#
sfx_obj: .o
#
# _____ ____________________________________
# ____/ Windows gfortran parallel /___________________________________/
[wing64mpi]
#
#options: parallel mpi
#
mpi_cmdexec: C:\opentelemac-mascaret\mpich2\bin\mpiexec.exe -wdir <wdir> -n <ncsize> <exename>
mpi_hosts:
#
cmd_obj_c: gcc -c <srcName> -o <objName>
cmd_obj: gfortran -c -cpp -O2 -fconvert=big-endian -DHAVE_MPI -frecord-marker=4 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: gfortran -fconvert=big-endian -frecord-marker=4 -v -lm -o <exename> <objs> <libs>
#
mods_all: -I <config>
#
incs_all: -I C:\opentelemac-mascaret\mpich2\include
#incs_special: -I C:\opentelemac-mascaret\mpich2\include
#libs_partel: C:\opentelemac-mascaret\metis\lib\libmetis.a
libs_all: C:\opentelemac-mascaret\mpich2\lib\libfmpich2g.a C:\opentelemac-mascaret\metis\lib\libmetis.a
#
sfx_obj: .o
#
Attachments:
The administrator has disabled public write access.
The following user(s) said Thank You: TIRTHA

problem with running the command compileTELEMAC.py 4 years 10 months ago #33699

  • TIRTHA
  • TIRTHA's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 15
Unfortunately, I am encountering the same problem.. :( :( :(
Untitled_2019-06-05-4.png
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.