Author Topic: Problem running FEAP 7.5 in Linux  (Read 6942 times)

ngucong

  • Jr. Member
  • **
  • Posts: 10
Problem running FEAP 7.5 in Linux
« on: January 18, 2013, 07:28:03 AM »
Dear everyone,

After installing FEAP in Linux follow the structure in "imanual.pdf" I meet this kind of problem. I try to run FEAP for a example but I meet this kind of problem:
---
forrtl: severe (71): integer divide by zero
Image              PC                Routine            Line        Source             
feap               0000000000709C03  Unknown               Unknown  Unknown
feap               0000000000689318  Unknown               Unknown  Unknown
feap               000000000065F334  Unknown               Unknown  Unknown
feap               000000000051DC14  Unknown               Unknown  Unknown
feap               00000000004070AB  Unknown               Unknown  Unknown
feap               0000000000404CBF  Unknown               Unknown  Unknown
feap               000000000040498C  Unknown               Unknown  Unknown
libc.so.6          00007FA7E6105EAD  Unknown               Unknown  Unknown
feap               0000000000404869  Unknown               Unknown  Unknown
----

May anyone here met this problem before?

Thank  alot.

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Problem running FEAP 7.5 in Linux
« Reply #1 on: January 20, 2013, 11:04:33 AM »
This type of error typically occurs when you have linked object files that were generated by different (and incompatible) compilers.
Simliar issues can arise when using Intel compilers if you forget to properly set the environment variables.