Re:Simple assembly example
- rui simoes
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 48
- Thank you received: 0
15 years 1 month ago #4283
by rui simoes
Re:Simple assembly example was created by rui simoes
Hi All,
back to wwiki thread in subject.
as i was trying to do my own assembly, based on J.Cugnoni template.
i got "copy error" when solving with aster. the mess file in attachment.
can you take a look and tell me whats wrong?
according to Cugnoni, there should be 2 volumes in "Mesh Groups Volume".
seems logical to me.
according to wwiki, there's only one.
dont know if this is the problem. i cant understand the mess errors.
also i'm attaching the mess file from wwiki, since i get the same "copy error".
greetings,
back to wwiki thread in subject.
as i was trying to do my own assembly, based on J.Cugnoni template.
i got "copy error" when solving with aster. the mess file in attachment.
can you take a look and tell me whats wrong?
according to Cugnoni, there should be 2 volumes in "Mesh Groups Volume".
seems logical to me.
according to wwiki, there's only one.
dont know if this is the problem. i cant understand the mess errors.
also i'm attaching the mess file from wwiki, since i get the same "copy error".
greetings,
Attachment wwiki_Cas.gz not found
- rui simoes
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 48
- Thank you received: 0
15 years 1 month ago #4284
by rui simoes
Replied by rui simoes on topic Re:Simple assembly example
and mine:
Attachment Cas-3285a822134d9fc559872b605a56209a.gz not found
- Claus
-
- Offline
- Moderator
-
Less
More
- Posts: 670
- Thank you received: 34
15 years 1 month ago #4285
by Claus
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Replied by Claus on topic Re:Simple assembly example
wwiki's error is lack of CPU time - this can be increased in ASTK
Use google translate for the error messages:
[code:1] ARRET PAR MANQUE DE TEMPS CPU
Les commandes suivantes sont ignorees, on passe directement dans FIN
La base globale est sauvegardee
Temps consomme de la reserve CPU : 0.44 s [/code:1]
GT:
[code:1]STOP BY LACK OF TIME CPU
The following commands are ignored, it passes directly into END
The global base is Backed Up
Time consuming the reserve CPU: 0.44 s[/code:1]
Your error Im not so sure of, but it seems you try to combine (UNION) the group load with the group load which doesn't make sense. If theres two groups named load that should be combined, rename one of them for this to work.
Use google translate for the error messages:
[code:1] ARRET PAR MANQUE DE TEMPS CPU
Les commandes suivantes sont ignorees, on passe directement dans FIN
La base globale est sauvegardee
Temps consomme de la reserve CPU : 0.44 s [/code:1]
GT:
[code:1]STOP BY LACK OF TIME CPU
The following commands are ignored, it passes directly into END
The global base is Backed Up
Time consuming the reserve CPU: 0.44 s[/code:1]
Your error Im not so sure of, but it seems you try to combine (UNION) the group load with the group load which doesn't make sense. If theres two groups named load that should be combined, rename one of them for this to work.
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
- rui simoes
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 48
- Thank you received: 0
15 years 1 month ago #4287
by rui simoes
Replied by rui simoes on topic Re:Simple assembly example
thanks claus.
i'm trying right now...
increased the time from 120 to 1000
and memory from 128 to 400
IT WORKED.
there are other things:
1)
sametimes, although i have the "f_copy error", i have a "v" mark under Astar_Cas.
i belive that would mean, CA was able to solve but since it didnt create the postpro cant show/present in a grafical mode the results.
so i went to check the cas.resu, and in fact there are results. seems to be displacements and stress for nodes.
2)
whats the meaning of CPU time and Memory?
i know we can change it in astk. but don't understand why.
is it for CPU split??
cant i supply all the resources to CA?
thanks for your help.
rui
i'm trying right now...
increased the time from 120 to 1000
and memory from 128 to 400
IT WORKED.
there are other things:
1)
sametimes, although i have the "f_copy error", i have a "v" mark under Astar_Cas.
i belive that would mean, CA was able to solve but since it didnt create the postpro cant show/present in a grafical mode the results.
so i went to check the cas.resu, and in fact there are results. seems to be displacements and stress for nodes.
2)
whats the meaning of CPU time and Memory?
i know we can change it in astk. but don't understand why.
is it for CPU split??
cant i supply all the resources to CA?
thanks for your help.
rui
- rui simoes
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 48
- Thank you received: 0
15 years 1 month ago #4288
by rui simoes
Replied by rui simoes on topic Re:Simple assembly example
Claus,
changed the name, load to pressure.
it worked too!
thanks again!
rui
changed the name, load to pressure.
it worked too!
thanks again!
rui
- Claus
-
- Offline
- Moderator
-
Less
More
- Posts: 670
- Thank you received: 34
15 years 1 month ago #4292
by Claus
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Replied by Claus on topic Re:Simple assembly example
Glad to hear it worked.
For question #1 someone else has to reply, I don't know since I don't use Salomé-MECA that often to interface with Aster.
2) Code_Aster is, from the ground up, built to run on huge clusters with several users. In such an environment it's a good idea to be able to manage resources and e.g. limit users in claiming all the resources for themselves. Such environments are also sometimes rented out to outsiders that pay for X amount of CPU time, and they will pay out the nose if they exceed the time they paid for.
If a calculation exceeds the time approximated for it, it might also be an indicator that something is wrong and the calculation needs to be revisited.
On a personal computer things are a little different because you have all the time in the world, depending on patience of course.
Setting an upper limit for RAM usage is a great feature though; if you assign all you RAM and Aster uses it, your computer becomes unresponsive and does an OOM (Out of memory), with whatever that entails. I always set max RAM usage to 3GB because I have 4GB installed.
For question #1 someone else has to reply, I don't know since I don't use Salomé-MECA that often to interface with Aster.
2) Code_Aster is, from the ground up, built to run on huge clusters with several users. In such an environment it's a good idea to be able to manage resources and e.g. limit users in claiming all the resources for themselves. Such environments are also sometimes rented out to outsiders that pay for X amount of CPU time, and they will pay out the nose if they exceed the time they paid for.
If a calculation exceeds the time approximated for it, it might also be an indicator that something is wrong and the calculation needs to be revisited.
On a personal computer things are a little different because you have all the time in the world, depending on patience of course.
Setting an upper limit for RAM usage is a great feature though; if you assign all you RAM and Aster uses it, your computer becomes unresponsive and does an OOM (Out of memory), with whatever that entails. I always set max RAM usage to 3GB because I have 4GB installed.
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Moderators: catux
Time to create page: 0.151 seconds