Please, could you help me someone? I am still stuck with this last weeks error, tho i tried to get different versions of libraries and mpi and all links in ARCH seem to be fine, also no complaints in the output as far as I could notice, except the one that executable wasnt created (so there must be something wrong). The dflags and addresses i provided in arch should be in the right order and correct, i used atlas instead of blas+lapack (I listed all the libs in the lib directory)<br><br>In order to determine what's wrong I tried to compile serial version only with blas and lapack library but I got whole lot of stuff like that<br><br>TL_lauumU.c:(.text+0x124): undefined reference to `cblas_ztrmm'<br>/home/mathausj/atl_jm/lib/liblapack.a(ATL_clauumCL.o): In function `ATL_clauumCL':<br>ATL_lauumL.c:(.text+0xe1): undefined reference to `cblas_cherk'<br>ATL_lauumL.c:(.text+0x123): undefined reference to `cblas_ctrmm'<br>/home/mathausj/atl_jm/lib/liblapack.a(ATL_clauumCU.o): In function `ATL_clauumCU':<br>ATL_lauumU.c:(.text+0xe1): undefined reference to `cblas_cherk'<br>ATL_lauumU.c:(.text+0x123): undefined reference to `cblas_ctrmm'<br>/home/mathausj/atl_jm/lib/liblapack.a(ATL_clauumRL.o): In function `ATL_clauumRL':<br>ATL_lauumL.c:(.text+0xe1): undefined reference to `cblas_cherk'<br>ATL_lauumL.c:(.text+0x123): undefined reference to `cblas_ctrmm'<br>/home/mathausj/atl_jm/lib/liblapack.a(ATL_clauumRU.o): In function `ATL_clauumRU':<br>ATL_lauumU.c:(.text+0xe1): undefined reference to `cblas_cherk'<br>ATL_lauumU.c:(.text+0x123): undefined reference to `cblas_ctrmm'<br>/home/mathausj/atl_jm/lib/liblapack.a(dorm2l.o): In function `dorm2l_':<br>dorm2l.f:(.text+0x89): undefined reference to `lsame_'<br>dorm2l.f:(.text+0xab): undefined reference to `lsame_'<br>dorm2l.f:(.text+0xec): undefined reference to `lsame_'<br>dorm2l.f:(.text+0x124): undefined reference to `lsame_'<br>dorm2l.f:(.text+0x1e3): undefined reference to `xerbla_'<br><br><br><br>Please, I will be really grateful for anything, because I really don't have a clue what to do and it's been like that since last week. I am really sorry to bother you but I have no experience with this sort of work and neither does my superviser or anyone around at the department but i desperatly need paralellized software because gaussian is not able to perform the calculations i need for my thesis.<br><br><br>On Thursday, January 17, 2013 4:00:02 PM UTC+1, Jana wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi,<br><br>Ok, thanks. I have ended up eith an error again though<br>ifort: error #10236: File not found:  '/home/mathausj/cp2k-2.3/<wbr>makefiles/../exe/Linux-x86-64-<wbr>intel/cp2k.popt'<br><br><br>On Thursday, January 17, 2013 3:42:50 PM UTC+1, Urban wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi,
<br>
<br>You should edit your ARCH file to either explicitly include the paths to
<br>these libraries (i.e., -l/path/to/lib/libatlas.a) or set the variable to
<br>that path (whatever that variable is in the ARCH file you are using).
<br>
<br>Best regards,
<br>Urban.
<br>
<br>On Thu, 2013-01-17 at 06:24 -0800, Jana wrote:
<br>>  Hi,
<br>> I am trying to install parallel cp2k but I am having troubles with the
<br>> libraries needed
<br>> 
<br>> According to the install instructions getting atlas with lapack and
<br>> scalapac should be enough to compile cp2k.
<br>> So I have installed it but I got the atlas libraries
<br>> 
<br>> libatlas.a
<br>> libcblas.a
<br>> libf77blas.a
<br>> libf77refblas.a
<br>> liblapack.a
<br>> libptf77blas.a
<br>> libptlapack.a
<br>> libstalas.so
<br>> libtatlas.so
<br>> libstatlas.a
<br>> 
<br>> 
<br>> but Linux-x86-64-intel.popt apparently requires another libs
<br>> 
<br>> ifort: error #10236: File not found:  '/libblacs_init.a'
<br>> ifort: error #10236: File not found:  '/libblacs.a'
<br>> ifort: error #10236: File not found:  '/libacml.a'
<br>> ifort: error #10236: File not found:  '/libacml_mv.a'
<br>> ifort: error #10236: File not found:  '/libfftw3.a'
<br>> 
<br>> I am confused now, 
<br>> please could anybody help me?
<br>> 
<br>> Sorry for a stupid question I have virtually no experience in this
<br>> field...
<br>> 
<br>> 
<br>> 
<br>> 
<br>> 
<br>> -- 
<br>> You received this message because you are subscribed to the Google
<br>> Groups "cp2k" group.
<br>> To view this discussion on the web visit
<br>> <a href="https://groups.google.com/d/msg/cp2k/-/gHHGGLXjsKsJ" target="_blank">https://groups.google.com/d/<wbr>msg/cp2k/-/gHHGGLXjsKsJ</a>.
<br>> To post to this group, send email to <a>cp...@googlegroups.com</a>.
<br>> To unsubscribe from this group, send email to cp2k
<br>> +<a>unsu...@googlegroups.com</a>.
<br>> For more options, visit this group at
<br>> <a href="http://groups.google.com/group/cp2k?hl=en" target="_blank">http://groups.google.com/<wbr>group/cp2k?hl=en</a>.
<br>
<br>
<br></blockquote></blockquote>