Welcome, Guest
Username: Password: Remember me

TOPIC: The TELEMAC V8P4 automatic installer is now available for download

The TELEMAC V8P4 automatic installer is now available for download 11 months 2 weeks ago #42709

  • borisb
  • borisb's Avatar
  • OFFLINE
  • Admin
  • Posts: 124
  • Thank you received: 59
After a long wait, a brand new TELEMAC automatic installer is now available for download! You can obtain it on this site, in the Download section of the top banner, or by going directly to this page: www.opentelemac.org/index.php/binaries.

The automatic installer provides a complete installation of the TELEMAC system version V8P4, including all its dependencies and prerequisites: MED, MUMPS, GOTM, AED2, METIS, MS-MPI, Mingw and Python 3.10. TELEMAC is thus self-contained, requiring no other software or libraries.

The installation also creates a shortcut in the Start menu entitled "TELEMAC command prompt", which launches a TELEMAC-ready shell. An identical shortcut can also be created on the desktop if required during the installation process. The installer will also ask you to create a working directory in which to put your TELEMAC files, and, optionally if you wish to place a copy of all TELEMAC examples and notebooks in this folder, so that you can use and tweak them to your own needs. If so, an additional shortcut is created in the Start menu to launch TELEMAC Jupyter notebooks.

If you have any questions, or if something goes wrong during the installation process, don't hesitate to mention it here.

Edit: the installer was repackaged and reuploaded on 31/05/2023 around 12:00, to fix an issue with mpi4py. You should only download it again if you intend to use TelApy.

Edit 2 (13/09/2023): TELEMAC must not be installed in a path containing white spaces, as this prevents the software from working properly. This includes the default installation mode in "C:\Program Files", which should be avoided. We will try to fix this issue in the next official release.
The administrator has disabled public write access.
The following user(s) said Thank You: c.coulet, sebourban, pham, sanaz, Binguo, pierre.peeters, Htun Pyae Sone, liray, nicogodet, tomsail and this user have 5 others thankyou

The TELEMAC V8P4 automatic installer is now available for download 11 months 1 week ago #42772

  • pham
  • pham's Avatar
  • OFFLINE
  • Administrator
  • Posts: 1464
  • Thank you received: 563
Very good job Boris,

I think we will receive less installation issues on this forum.

To Windows users, do not hesitate to give your feedback if the installer needs improvements.

Chi-Tuan
The administrator has disabled public write access.

The TELEMAC V8P4 automatic installer is now available for download 11 months 6 days ago #42774

  • rjj
  • rjj's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 2
Hello, I installed V8P4 using an automatic installation program, which went smoothly. However, I encountered the following two errors when compiling or trying to run examples. Do you have any good solutions?
Sorry to bother you, looking forward to your reply. Thank you!


1_2023-06-08.png


2_2023-06-08.png
The administrator has disabled public write access.
The following user(s) said Thank You: xuewei

The TELEMAC V8P4 automatic installer is now available for download 11 months 6 days ago #42775

  • borisb
  • borisb's Avatar
  • OFFLINE
  • Admin
  • Posts: 124
  • Thank you received: 59
Hi,

The automatic installer provides precompiled binaries, like any standard software setup on Windows, so you don't need to compile TELEMAC and in fact, you should not. To prevent this, I will remove the compile_telemac.py script in future versions of the installer.

Regarding your other issue, I think this you need to authorize MPI processes in your firewall.
The administrator has disabled public write access.

The TELEMAC V8P4 automatic installer is now available for download 11 months 4 days ago #42790

Hello, I encountered a T2DGEO errors when trying to run examples. Do you have any good solutions?
Thank you!
... partitioning base files (geo, conlim, sections, zones and weirs)
+> C:\Program Files\TELEMAC\V8P4\builds\gnu.static\bin\partel.exe < partel_T2DGEO.par >> partel_T2DGEO.log
'C:\Program' is not recognized as an internal or external command operable program or batch file.
Traceback (most recent call last):
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\telemac2d.py", line 7, in <module>
main('telemac2d')
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\runcode.py", line 288, in main
run_study(cas_file, code_name, options)
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\run_cas.py", line 169, in run_study
run_local_cas(my_study, options)
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\run_cas.py", line 31, in run_local_cas
my_study.partionning(options.use_link)
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\study.py", line 429, in partionning
run_partition(parcmd, self.cas, g_geo, g_fmt_geo, g_conlim,
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\run.py", line 51, in run_partition
run_partel(partel, geom, fmtgeom, conlim, ncsize, False,
File "C:\Program Files\TELEMAC\V8P4\scripts\python3\execution\run.py", line 133, in run_partel
raise TelemacException(
utils.exceptions.TelemacException: Could not split your file T2DGEO with the error as follows:

... The following command failed for the reason in the listing
C:\Program Files\TELEMAC\V8P4\builds\gnu.static\bin\partel.exe < partel_T2DGEO.par >> partel_T2DGEO.log
Attachments:
The administrator has disabled public write access.

The TELEMAC V8P4 automatic installer is now available for download 11 months 1 day ago #42806

  • manojkg
  • manojkg's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 2
New TELEMAC user here.

I had almost 6 failed attempts at installing the V8P4 tools. The error was as shown in the screenshot pointing to configparser.

A google search identified that being linked to absence of python module configparser. And fix this using pip for python.

But this does not solve the problem.

My background
  1. Multiple versions of python present

There might be better ways to fix this problem. But once I removed all the different versions of python, and did a clean install of V8P4, it worked like a charm.

No other modifications needed. I hope this helps other in similar situation. Thanks
Attachments:
The administrator has disabled public write access.
The following user(s) said Thank You: Huaman

The TELEMAC V8P4 automatic installer is now available for download 11 months 8 hours ago #42815

  • Huaman
  • Huaman's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
It works with: pip install configparser

Thanks
The administrator has disabled public write access.

The TELEMAC V8P4 automatic installer is now available for download 10 months 3 weeks ago #42828

  • rjj
  • rjj's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
  • Thank you received: 2
Yes, you're correct. I was able to successfully install TelemacV8P4 on another computer that didn't have Python installed.
The administrator has disabled public write access.
The following user(s) said Thank You: Marleine

The TELEMAC V8P4 automatic installer is now available for download 10 months 2 weeks ago #42851

Hi everyone,

I faced a problem after I install the v8p4. My VS will automatically open and an error window occured like the attached picture. Please tell me what happened. Thank you

Regards
LIN
error_2023-06-30.png
The administrator has disabled public write access.

The TELEMAC V8P4 automatic installer is now available for download 10 months 1 week ago #42854

Hi everyone,

About my previous issue, I just sovled by delecting all the previous python in my PC. However, I faced some new problem in my telemac. Please see the attached error screenshot. Thank you.

Regards
LIN

error_2023-07-03.png
The administrator has disabled public write access.
Moderators: borisb

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