FEAP User Forum
FEAP => Installation => Topic started by: ace21 on November 04, 2016, 10:00:02 AM
-
Dear FEAP users
I had to reinstall feap ver 8.2 on a new machine since my previous machine became faulty, I used the same source files from my previous machine which compiled and ran perfectly on it
The problem is that on my new machine , the executable is made but when I run simple example (Ex1 from example manual) , it gives the error " Cannot access block at zero offset"
I figure this is some memory problem since this error is printed in cmem.c file
It would be great if I can get some suggestions to resolve this problem
Thanks
-
did your old computer use integer4 includes -- you need to use integer8 ones in the new build probably.
-
thanks a lot Prof Taylor that solved the problem, however I also commented the otimization flags in makefile.in, they were also causing the "block offset" and "segmentation fault" errors