Saturne 1.3.2 - Please HELP!!!
- AndreaF
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 0
16 years 5 months ago #2362
by AndreaF
Saturne 1.3.2 - Please HELP!!! was created by AndreaF
Hi to all.
I'm trying to setting up a simple simulation in Code Saturne.
A siple, extremely simple DUCT.
Modeled and meshed in Salome with Netgen. I created the FACE Group.
Code Saturne read it as a MED file correctly.
I obtain always the same error (I've tried on various distro)
Pile d'appels :
1: 0x809b85c <cs_exit+0x20> (cs13.exe)
2: 0x809bc29 <csexit_+0x13> (cs13.exe)
3: 0x8082df7 <rasize_+0x187> (cs13.exe)
4: 0x80fe3d4 <memclg_+0xa8> (cs13.exe)
5: 0x8093a4e <caltri_+0x7da> (cs13.exe)
6: 0x805ba45 <main+0x4d5> (cs13.exe)
7: 0xb749a450 <__libc_start_main+0xe0> (libc.so.6)
8: 0x805b511 ? (?)
Fin de la pile
what does it mean?
Thanx
Andrea
I'm trying to setting up a simple simulation in Code Saturne.
A siple, extremely simple DUCT.
Modeled and meshed in Salome with Netgen. I created the FACE Group.
Code Saturne read it as a MED file correctly.
I obtain always the same error (I've tried on various distro)
Pile d'appels :
1: 0x809b85c <cs_exit+0x20> (cs13.exe)
2: 0x809bc29 <csexit_+0x13> (cs13.exe)
3: 0x8082df7 <rasize_+0x187> (cs13.exe)
4: 0x80fe3d4 <memclg_+0xa8> (cs13.exe)
5: 0x8093a4e <caltri_+0x7da> (cs13.exe)
6: 0x805ba45 <main+0x4d5> (cs13.exe)
7: 0xb749a450 <__libc_start_main+0xe0> (libc.so.6)
8: 0x805b511 ? (?)
Fin de la pile
what does it mean?
Thanx
Andrea
- David Monfort
- Offline
- Senior Member
-
Less
More
- Posts: 77
- Thank you received: 0
16 years 5 months ago #2363
by David Monfort
Replied by David Monfort on topic Re:Saturne 1.3.2 - Please HELP!!!
Hi Andrea.
This error must be due to the fact that you didn't ask for enough (Fortran) memory in the script (a more precise message can be found at the end of the listing file).
You have to set up two variables (LONGIA for the integers array and LONGRA for the reals one) in the script lance. A coarse approximation can be found in the lance.help file, something like 45 times the number of cells for the integers array and 220 times the number of cells for the reals array. You can have a look at the end of the listing file for more information on how much memory you need (or used).
David
This error must be due to the fact that you didn't ask for enough (Fortran) memory in the script (a more precise message can be found at the end of the listing file).
You have to set up two variables (LONGIA for the integers array and LONGRA for the reals one) in the script lance. A coarse approximation can be found in the lance.help file, something like 45 times the number of cells for the integers array and 220 times the number of cells for the reals array. You can have a look at the end of the listing file for more information on how much memory you need (or used).
David
Moderators: catux
Time to create page: 0.129 seconds