Pb to compile EXCITING with g95 and 64 bit architecture flag
Forum » Forum / Support Questions » Pb to compile EXCITING with g95 and 64 bit architecture flag
Started by: Thomas Chanier (guest)
On: 1274904137|%e %b %Y, %H:%M %Z|agohover
Number of posts: 3
rss icon RSS: New posts
Pb to compile EXCITING with g95 and 64 bit architecture flag
Thomas Chanier (guest) 1274904137|%e %b %Y, %H:%M %Z|agohover

Dear colleagues,

I have some problems to install EXCITING with g95 -m64 (it compiles in 32 bit architecture but I need the 64 arch to overcome the memory allocation limitation for fortran 32 bits on Mac). Here is the compiler lines in make.inc :
F90=/home/chanier/G95/g95-install/bin/i386-apple-darwin8.11.1-g95
F77=$(F90)
F90_OPTS = -O3 -m64
F77_OPTS = -O3 -freal-loops -m64
CPP_ON_OPT = -cpp -DXS -DISO -DTETRA

I have the following error message when I run make :

F90=/home/chanier/G95/g95-install/bin/i386-apple-darwin8.11.1-g95
F77=$(F90)
F90_OPTS = -O3 -m64
F77_OPTS = -O3 -freal-loops -m64
CPP_ON_OPT = -cpp -DXS -DISO -DTETRA

Do you have any idea to overcome the problem? Thank you for your help.

Thomas

Reply  |  Options
Unfold Pb to compile EXCITING with g95 and 64 bit architecture flag by Thomas Chanier (guest), 1274904137|%e %b %Y, %H:%M %Z|agohover
Re: Pb to compile EXCITING with g95 and 64 bit architecture flag
chmbergchmberg 1274942264|%e %b %Y, %H:%M %Z|agohover

I'm afraid you didn't paste the error message :-)

Reply  |  Options
Re: Pb to compile EXCITING with g95 and 64 bit architecture flag
Thomas Chanier (guest) 1274986220|%e %b %Y, %H:%M %Z|agohover

Hello,

Yes sorry about that, I was in galaxy far far away.

/home/chanier/G95/g95-install/bin/i386-apple-darwin8.11.1-g95 -O3 -m64 -cpp -DXS -DISO -DTETRA -m64 -I./finclude -c ../../src/libbzint/tetra_internal.f90
../../src/libbzint/tetra_internal.f90:0: sorry, unimplemented: 64-bit mode not compiled in
make[3]: * [tetra_internal.o] Error 1
make[2]: *
[libbzint.a] Error 2
make[1]: * [all] Error 2
make: *
[serial] Error 2

Do you have an idea to solve this problem?

Thank you for your help,

Thomas

Reply  |  Options
Unfold Re: Pb to compile EXCITING with g95 and 64 bit architecture flag by Thomas Chanier (guest), 1274986220|%e %b %Y, %H:%M %Z|agohover
New Post
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License