This thread is locked.Only browsing is available.
Top Page > Browsing
Compilation error
Date: 2006/03/25 03:57
Name: Jeason

Hi,

I tried to compile OpenMX 3.0 by PGI C compiler 6.0 and ACML 3.1.0.

But It seems something wrong in linking the libs:

/usr/pgi/linux86-64/6.0/libso/libpgf90rtl.a(ftncharsup.o)(.text+0x4b3): In function `ftn_str_malloc':
: undefined reference to `__hpf_exit'
/nfs/fs/users/hchang30/opt/acml300/pgi64/lib/libacml.so: undefined reference to `__c_mset1'
/nfs/fs/users/hchang30/opt/acml300/pgi64/lib/libacml.so: undefined reference to `__c_mcopy4_bwd'
/nfs/fs/users/hchang30/opt/acml300/pgi64/lib/libacml.so: undefined reference to `__c_mcopy8_bwd'
/nfs/fs/users/hchang30/opt/acml300/pgi64/lib/libacml.so: undefined reference to `ftn_str_cpy1'


Could you give me some suggestions?

Thanks a lot
メンテ
Page: [1]

Re: Compilation error ( No.1 )
Date: 2006/03/25 06:10
Name: T.Ozaki

Hi,

Please try the gnu-64bit version, and do not forget to link libg2c.a
with care to the order of linking.

Regards,

TO
メンテ
Re: Compilation error ( No.2 )
Date: 2006/04/19 05:12
Name: Rich Sudlow  <rich@nd.edu>

Hi I get the following error when running the tests from goto

pgf77 -O2 -fPIC -tp k8-64 -i8 -c -o sblat2.o sblat2.f
pgf77 -O2 -fPIC -tp k8-64 -i8 -o sblat2 sblat2.o ../libgoto_opteronp-r1.02.a -L/usr/local/pgi/linux86-64/6.1/lib -lpgc -lpgf90rtl -lpthread
/usr/local/pgi/linux86-64/6.1/lib/libpgf90rtl.a(ftncharsup.o)(.text+0x524): In function `ftn_str_malloc':
: undefined reference to `__hpf_exit'
make: *** [sblat2] Error 2

Could you please give me a way to fix this please?

Thanks
メンテ
Re: Compilation error ( No.3 )
Date: 2006/04/21 21:49
Name: T.Ozaki

Hi,

Although you are using 'GOTO BLAS', I may think that the use of ACML
may solve the problem.

Regards,

TO
メンテ

Page: [1]