<F>_ABNORMAL_ABORT exit code = 139
- Torben
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 1
15 years 5 months ago #3625
by Torben
<F>_ABNORMAL_ABORT exit code = 139 was created by Torben
Hello all.
Using the SALOME-MECA-2009.1-GPL pack I am experimenting with a model using beam elements and DKT shell elements. While building the model and the Aster command file I started with a relative coarse DKT mesh. Following a succesful analysis I decided to rebuild the DKT mesh to be finer. Then the analysis refuses to complete and the only information in the result file is "<F>_ABNORMAL_ABORT exit code = 139" - Besides DKT fineness nothing was changed.
I then rebuilt at a slightly coarser DKT mesh and everything was fine again. I have tested assigning more than the standard 128MB but the result remains the error. Since the initial test was OK, I gather that the base model and the command file is also OK.
Can anybody help me understand what I am doing wrong and happens, please?
P.S. The attached file is a Archive.tar.gz - i.e. a gzipped tar archive. Some part of the system have removed the .tar part of the file name.<br /><br />Post edited by: Torben, at: 2009/11/15 14:11
Using the SALOME-MECA-2009.1-GPL pack I am experimenting with a model using beam elements and DKT shell elements. While building the model and the Aster command file I started with a relative coarse DKT mesh. Following a succesful analysis I decided to rebuild the DKT mesh to be finer. Then the analysis refuses to complete and the only information in the result file is "<F>_ABNORMAL_ABORT exit code = 139" - Besides DKT fineness nothing was changed.
I then rebuilt at a slightly coarser DKT mesh and everything was fine again. I have tested assigning more than the standard 128MB but the result remains the error. Since the initial test was OK, I gather that the base model and the command file is also OK.
Can anybody help me understand what I am doing wrong and happens, please?
Attachment Archive.gz not found
P.S. The attached file is a Archive.tar.gz - i.e. a gzipped tar archive. Some part of the system have removed the .tar part of the file name.<br /><br />Post edited by: Torben, at: 2009/11/15 14:11
- Torben
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 1
15 years 5 months ago #3626
by Torben
Replied by Torben on topic Re:<F>_ABNORMAL_ABORT exit code = 139
To see the command file etc do as follows:
1. download Archive.gz
2. gunzip Archive.gz
3. mv Archive Archive.tgz
4. Open Archive.tgz with e.g. Ark or Winzip
Sorry for the mess. Seem like the forum software automatically gzip'ed the file.<br /><br />Post edited by: Torben, at: 2009/11/15 14:38
1. download Archive.gz
2. gunzip Archive.gz
3. mv Archive Archive.tgz
4. Open Archive.tgz with e.g. Ark or Winzip
Sorry for the mess. Seem like the forum software automatically gzip'ed the file.<br /><br />Post edited by: Torben, at: 2009/11/15 14:38
- Claus
-
- Offline
- Moderator
-
Less
More
- Posts: 670
- Thank you received: 34
15 years 5 months ago #3627
by Claus
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
Replied by Claus on topic Re:<F>_ABNORMAL_ABORT exit code = 139
What happens if you remove 'MODELE' from IMPR_RESU?
/C
/C
Code_Aster release : STA11.4 on OpenSUSE 12.3 64 bits - EDF/Intel version
- Torben
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 91
- Thank you received: 1
15 years 5 months ago #3628
by Torben
Replied by Torben on topic Re:<F>_ABNORMAL_ABORT exit code = 139
Hi, and thanks. I still get the error code. One concern I have is if I have combined incompatible elements in the mesh, but as displacements seem to be OK, I suppose this is not the case. So suspicion is in these commands:
MECA_STATIQUE(MODELE=CmpMod,CHAM_MATER=CmpMat,CARA_ELEM=CmpChr,EXCIT=_F(CHARGE=CmpBnd,),);
or
IMPR_RESU(MODELE=CmpMod,FORMAT='MED',UNITE=80,
RESU=_F(MAILLAGE=CmpMsh,
RESULTAT=CmpSolu,
INFO_MAILLAGE='OUI',
TOUT_CHAM='OUI',
TOUT_CMP='OUI',
TOUT='OUI',),);
BTW - The error also appears when the analysis is executed from astk rather than from SALOMÉ.
MECA_STATIQUE(MODELE=CmpMod,CHAM_MATER=CmpMat,CARA_ELEM=CmpChr,EXCIT=_F(CHARGE=CmpBnd,),);
or
IMPR_RESU(MODELE=CmpMod,FORMAT='MED',UNITE=80,
RESU=_F(MAILLAGE=CmpMsh,
RESULTAT=CmpSolu,
INFO_MAILLAGE='OUI',
TOUT_CHAM='OUI',
TOUT_CMP='OUI',
TOUT='OUI',),);
BTW - The error also appears when the analysis is executed from astk rather than from SALOMÉ.
- Luigi
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
15 years 5 months ago #3633
by Luigi
Replied by Luigi on topic Re:<F>_ABNORMAL_ABORT exit code = 139
Hi Torben,
I also have the same problem, as you noted in another (similar) topic.
I experienced the problem is due to hdf format.
So, try with:
FIN(FORMAT_HDF='NON',
PERFORMANCE='OUI',
INFO_RESU='OUI',);
IMPR_RESU/FORMAT='MED' for me works ok.
Let me know, ciao.
luigi
I also have the same problem, as you noted in another (similar) topic.
I experienced the problem is due to hdf format.
So, try with:
FIN(FORMAT_HDF='NON',
PERFORMANCE='OUI',
INFO_RESU='OUI',);
IMPR_RESU/FORMAT='MED' for me works ok.
Let me know, ciao.
luigi
Moderators: catux
Time to create page: 0.127 seconds