Welcome, Guest
Username: Password: Remember me

TOPIC: Unable to output results telemac v8p0r3 windows10

Unable to output results telemac v8p0r3 windows10 3 years 10 months ago #37576

  • cerazor1
  • cerazor1's Avatar
I have installed v8p0r3 on my windows 10 system. I did this manually, compiling everything using the solutions on the forums. I ran a case study that I have and telemac runs until the end of the simulation, but when it tries to generate the output files it goes into an error that Im guessing is based on the compilation, but not really sure. Any guidance will be kindly appreciated. Find attached the configuration file as well as the shell file. The error after running the case is the following:

END OF TIME LOOP

CALL OF P_EXIT IN ITS VOID VERSION

*************************************
Note: The following floating-point exceptions are signalling: IEEE_UNDERFLOW_FLAG IEEE_DENORMAL
* END OF MEMORY ORGANIZATION: *
STOP 0
*************************************

CORRECT END OF RUN

ELAPSE TIME :
14 MINUTES
11 SECONDS
Traceback (most recent call last):
File "c:\opentelemac-mascaret\v8p0r3\scripts\python3\telemac2d.py", line 7, in <module>
main('telemac2d')
File "c:\opentelemac-mascaret\v8p0r3\scripts\python3\runcode.py", line 275, in main
run_study(cas_file, code_name, options)
File "c:\opentelemac-mascaret\v8p0r3\scripts\python3\execution\run_cas.py", line 140, in run_study
run_local_cas(my_study, options)
File "c:\opentelemac-mascaret\v8p0r3\scripts\python3\execution\run_cas.py", line 65, in run_local_cas
my_study.run(options)
File "c:\opentelemac-mascaret\v8p0r3\scripts\python3\execution\study.py", line 555, in run
self.run_local()
File "c:\opentelemac-mascaret\v8p0r3\scripts\python3\execution\study.py", line 389, in run_local
run_code(self.run_cmd, self.sortie_file)
File "c:\opentelemac-mascaret\v8p0r3\scripts\python3\execution\run.py", line 180, in run_code
raise TelemacException('Fail to run\n'+exe)
utils.exceptions.TelemacException: Fail to run
D:\telemac2d\New\steering_sec_dyke.cas_2021-01-08-16h47min47s\out_telemac2d.exe
Attachments:
The administrator has disabled public write access.

Unable to output results telemac v8p0r3 windows10 3 years 10 months ago #37577

  • cerazor1
  • cerazor1's Avatar
This is the shell file

# This file is a template for a Linux environment file
# running "source pysource.template.sh" will position all
# the necessary environment variables for telemac
# To adapt to your installation replace word <word> by their local value
###
### TELEMAC settings
###
# Path to telemac root dir
export HOMETEL=C:/opentelemac-mascaret/v8p0r3
# Adding python scripts to PATH
export PATH=$HOMETEL/scripts/python3:.:$PATH
# Configuration file
export SYSTELCFG=$HOMETEL/configs/btu_v8p0r3.cfg
# Name of the configuration to use
export USETELCFG=win7gfors
# Path to this file
export SOURCEFILE=$HOMETEL/configs/pysource.win.sh
### Python
# To force python to flush its output
export PYTHONUNBUFFERED='true'
### API
export PYTHONPATH=$HOMETEL/scripts/python3:$PYTHONPATH
export LD_LIBRARY_PATH=$HOMETEL/builds/$USETELCFG/wrap_api/lib:$LD_LIBRARY_PATH
export PYTHONPATH=$HOMETEL/builds/$USETELCFG/wrap_api/lib:$PYTHONPATH
###
### COMPILERS
###
# Here are a few examples for external libraries
#export SYSTEL=/data/projets/projets.002/systel.002

### MPI
#export MPIHOME=$SYSTEL/LIBRARY/mpi/ifort.10.1.008
#export PATH=$MPIHOME/bin:$PATH
#export LD_LIBRARY_PATH=$MPIHOME/lib:$LD_LIBRARY_PATH
###
### EXTERNAL LIBRARIES
###
### HDF5
export HDF5HOME=$SYSTEL/LIBRARY/hdf5-1.8.14/arch/C9
export LD_LIBRARY_PATH=$HDF5HOME/lib:$LD_LIBRARY_PATH
#export LD_RUN_PATH=$HDF5HOME/lib:$MEDHOME/lib:$LD_RUN_PATH
### MED
export MEDHOME=$SYSTEL/LIBRARY/med-3.2.0/arch/C9
export LD_LIBRARY_PATH=$MEDHOME/lib:$LD_LIBRARY_PATH
export PATH=$MEDHOME/bin:$PATH
### MUMPS
#export MUMPSHOME=$SYSTEL/LIBRARY/mumps/gnu
#export SCALAPACKHOME=$SYSTEL/LIBRARY/scalapack/gnu
#export BLACSHOME=$SYSTEL/LIBRARY/blacs/gnu
### METIS
export METISHOME=$SYSTEL/LIBRARY/metis-5.1.0/arch/C9
#export LD_LIBRARY_PATH=$METISHOME/lib:$LD_LIBRARY_PATH
The administrator has disabled public write access.
Moderators: pham

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