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

TOPIC: Try to run a simulation,but failed

Try to run a simulation,but failed 5 years 3 weeks ago #34842

  • Cyangou
  • Cyangou's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 73
  • Thank you received: 2
I installed telemacv7v3 and it was compiled. I just tried running an example t2d_bumpflu.cas. Put the result was not good,

I thought that I have not yet fully installed telemac, but I don't know where the problem is.

I attached the Error code below:

Error: Cannot change attributes of USE-associated symbol lng at (1)
runCAS: failed to compile
|processExecutable: could not compile your FORTRAN (runcode=1).
|
|... The following command failed for the reason above (or below)
|gfortran -cpp -c -O2 -fopenmp -fconvert=big-endian -frecord-marker=4 -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\utils\special -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\utils\parallel -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\utils\hermes -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\utils\damocles -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\utils\bief -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\nestor -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\utils\ad -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\sisyphe -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\tomawac -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\rice2d -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\stbtel -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\waqtel -I C:\opentelemac-mascaret\v7p3\builds\win7gfors\lib\telemac2d t2d_bumpflu.f

thanks a lot for your helping,
best wishes
The administrator has disabled public write access.

Try to run a simulation,but failed 5 years 3 weeks ago #34843

  • cyamin
  • cyamin's Avatar
  • OFFLINE
  • openTELEMAC Guru
  • Posts: 997
  • Thank you received: 234
Hello,
We need the full output listing. Append
>output.txt 2>&1
to your execution command to redirect stdout and stderr to a file and post it in the forum.
Costas
The administrator has disabled public write access.

Try to run a simulation,but failed 5 years 3 weeks ago #34844

  • Cyangou
  • Cyangou's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 73
  • Thank you received: 2
hello,
the output.txt is

Loading Options and Configurations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

usage: (--help for help)
=> telemac2d.py [options] casfile(s)
telemac2d.py: error: too few arguments

thanks
The administrator has disabled public write access.

Try to run a simulation,but failed 5 years 3 weeks ago #34845

  • cyamin
  • cyamin's Avatar
  • OFFLINE
  • openTELEMAC Guru
  • Posts: 997
  • Thank you received: 234
You need to add it to the end of the command. For example:
telemac2d.py t2d_bumpflu.cas >output.txt 2>&1
The administrator has disabled public write access.
The following user(s) said Thank You: Cyangou

Try to run a simulation,but failed 5 years 3 weeks ago #34846

  • Cyangou
  • Cyangou's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 73
  • Thank you received: 2
sorry for that
and this is the output file
Attachments:
The administrator has disabled public write access.

Try to run a simulation,but failed 5 years 3 weeks ago #34848

  • Cyangou
  • Cyangou's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 73
  • Thank you received: 2
Hello,

is that output.txt file right? could you please take a look where was the problem in my telemac installation?

and i tried to run the example Baxter of manual telemac 2d, also came the output.txt file.
could you please check that was a same problem in my telemac v7p3?

sorry for the mistake before, iam totally a new guy in telemac.i have no idea how to fix it.\

thanks a lot for your helping!
Attachments:
The administrator has disabled public write access.

Try to run a simulation,but failed 5 years 3 weeks ago #34849

  • cyamin
  • cyamin's Avatar
  • OFFLINE
  • openTELEMAC Guru
  • Posts: 997
  • Thank you received: 234
Hello,
Bump example errors seem strange. Have you tried another example from the telemac2d folder? Or even from another module, e.g. TOMAWAC.
The files from baxter tutorial could be meant for a version different than v7p3 that you have installed, so the error could originate from there.
As a general remark, I would recommend to run the latest telemac version, which is v8p0r3. I hope there exists an automatic installer for it. If you plan to really get into telemac, you should download the sources from the svn repository and build it on your own.
Costas
The administrator has disabled public write access.

Try to run a simulation,but failed 5 years 3 weeks ago #34853

  • Cyangou
  • Cyangou's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 73
  • Thank you received: 2
Hello, Costas and Chi-Tuan

thanks for your recommendetion. Yes i turely planed to get into telemac for my project.

1.i already installed v8p0r2, but i think that Not able to get to the configuration file systel_v8p0.cfg. so do you know how to get that?

2.for the part of download the sources from the svn repository and build it on my own. Specifically, where could i get those source of learning to build my own?

thanks to your helping!
Attachments:
The administrator has disabled public write access.

Try to run a simulation,but failed 5 years 3 weeks ago #34854

  • PMV
  • PMV's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 149
  • Thank you received: 42
Hi,

Use the last filename in that list:
+> systel_v8p0r2.cfg

Patrick
The administrator has disabled public write access.

Try to run a simulation,but failed 5 years 3 weeks ago #34852

  • pham
  • pham's Avatar
  • OFFLINE
  • Administrator
  • Posts: 1559
  • Thank you received: 602
Hello,

Costas is totally right.
All COMMON/INFO/LNG,LU statements have been deleted since V7P2 and your example (from V7P1 or before) is not coherent with the version you have installed (V7P3).

Follow what Costas wrote and it should better work.

Chi-Tuan
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.