Error on piston tutorial
- Michele Mocciola
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
18 years 1 month ago #1278
by Michele Mocciola
Error on piston tutorial was created by Michele Mocciola
I am trying to run the piston tutorial, but I have some trouble when I try to solve the model on code-aster.
Code-aster ends with this output:
Code_Aster run ended, diagnostic : _ABNORMAL_ABORT
I've attached the file with the output messages.
Help
<br><br>Post edited by: mickele, at: 2007/06/23 08:58
Code-aster ends with this output:
Code_Aster run ended, diagnostic : _ABNORMAL_ABORT
I've attached the file with the output messages.
Help
Attachment piston1.o11487.tar.gz not found
- Joël Cugnoni
-
- Offline
- Moderator
-
18 years 1 month ago #1279
by Joël Cugnoni
Joël Cugnoni - a.k.a admin
www.caelinux.com
Replied by Joël Cugnoni on topic Re:Error on piston tutorial
Hello,
I have read the message file, but could not figure out what caused the crash of Aster. Could you post the ASTK, COMM, mesh.MED file so that I could try to run the problem on my PC.
Could you also give me more details on your platform: did you run CAELinux from the LiveDVD, a native Linux install or VMWare? What's your system specs: processor, ram, free hdd space on your linux partition?
Good luck,
J.Cugnoni
www.caelinux.com
I have read the message file, but could not figure out what caused the crash of Aster. Could you post the ASTK, COMM, mesh.MED file so that I could try to run the problem on my PC.
Could you also give me more details on your platform: did you run CAELinux from the LiveDVD, a native Linux install or VMWare? What's your system specs: processor, ram, free hdd space on your linux partition?
Good luck,
J.Cugnoni
www.caelinux.com
Joël Cugnoni - a.k.a admin
www.caelinux.com
- mickele
- Visitor
-
18 years 1 month ago #1280
by mickele
Replied by mickele on topic Re:Error on piston tutorial
I have Calinux beta 3b, with code-aster-9.0 and salome-3.2.2.
I've used caelinux live from dvd and installed on the hard disk. However now I work with the one installed on my hard disk.
My PC is an Athlon 800 with 640 MB RAM and a Radeon 9200 SE.
In attachment you can find the files of my model (MED, astk ...) and the files I found in directory \"flasheur\" after the execution in code-aster.
I hope this can help you to solve my problem.
Thanks!<br><br>Post edited by: mickele, at: 2007/06/25 20:33
I've used caelinux live from dvd and installed on the hard disk. However now I work with the one installed on my hard disk.
My PC is an Athlon 800 with 640 MB RAM and a Radeon 9200 SE.
In attachment you can find the files of my model (MED, astk ...) and the files I found in directory \"flasheur\" after the execution in code-aster.
I hope this can help you to solve my problem.
Thanks!<br><br>Post edited by: mickele, at: 2007/06/25 20:33
- Michele Mocciola
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
18 years 1 month ago #1281
by Michele Mocciola
Replied by Michele Mocciola on topic Re:Error on piston tutorial
I've had problem with the CMS. However here are the files.
<br><br>Post edited by: mickele, at: 2007/06/25 20:25
Attachment error.tar.gz not found
- Joël Cugnoni
-
- Offline
- Moderator
-
18 years 1 month ago #1282
by Joël Cugnoni
Joël Cugnoni - a.k.a admin
www.caelinux.com
Replied by Joël Cugnoni on topic Re:Error on piston tutorial
Dear Mickele,
the simulation runs perfectly on my PC.
Looking at your hardware config data, I discovered a possible cause of crash of Aster. To optimize the performance, I have compiled Aster 9.0 with ATLAS library optimized for Pentium3 + SSE... which seems to be not compatible with your Athlon.
To solve this issue, you will need to recompile Aster with standard BLAS/LAPACK libs.
There is a simple procedure to do so:
1) copy the attached \"config.txt\" file in /opt/aster/STA9.0
2) in a shell:
[code:1]
cd /opt/aster/STA9.0
make clean
make
[/code:1]
3) wait... compilation can take quite a lot of time...
Let me know if this solves your problem. Anyway, in future releases I will probably forget the \"Atlas\" idea...
Regards,
J.Cugnoni
the simulation runs perfectly on my PC.
Looking at your hardware config data, I discovered a possible cause of crash of Aster. To optimize the performance, I have compiled Aster 9.0 with ATLAS library optimized for Pentium3 + SSE... which seems to be not compatible with your Athlon.
To solve this issue, you will need to recompile Aster with standard BLAS/LAPACK libs.
There is a simple procedure to do so:
1) copy the attached \"config.txt\" file in /opt/aster/STA9.0
2) in a shell:
[code:1]
cd /opt/aster/STA9.0
make clean
make
[/code:1]
3) wait... compilation can take quite a lot of time...
Let me know if this solves your problem. Anyway, in future releases I will probably forget the \"Atlas\" idea...
Regards,
J.Cugnoni
Attachment config.txt not found
Joël Cugnoni - a.k.a admin
www.caelinux.com
- Michele Mocciola
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 11
- Thank you received: 0
18 years 1 month ago #1283
by Michele Mocciola
Replied by Michele Mocciola on topic Re:Error on piston tutorial
I've solved the problem following your instructions.
Thanks!
Thanks!
Moderators: catux
Time to create page: 0.190 seconds