Thanks Michael,<div><br></div><div>This is after I modified the script and recompiled it. </div><div><div><br></div><div> -lgoto2 -L/home/fbafti/CODE/scalapack_installer_dir/lib/  -lscalapack -L/home/fbafti/CODE/fftw3/lib/ -lfftw3 -L/share/apps/math_libs/libint/lib/ -lderiv -lint -lstdc++ -lpthread</div><div>/home/fbafti/CODE/cp2k-2.4.0/makefiles/../lib/Linux-x86-64-gfortran/popt/libcp2k_dbcsr_lib.a(dbcsr_mm_stack.o): In function `__dbcsr_mm_stack_MOD_process_mm_stack_cpu':</div><div>dbcsr_mm_stack.F:(.text+0x2ceb): undefined reference to `smm_dnn_'</div><div>dbcsr_mm_stack.F:(.text+0x2d2c): undefined reference to `smm_dnn_'</div><div>dbcsr_mm_stack.F:(.text+0x2d65): undefined reference to `smm_dnn_'</div><div>dbcsr_mm_stack.F:(.text+0x2d97): undefined reference to `smm_dnn_'</div><div>collect2: error: ld returned 1 exit status</div><div>make[1]: *** [/home/fbafti/CODE/cp2k-2.4.0/makefiles/../exe/Linux-x86-64-gfortran/cp2k.popt] Error 1</div><div>make[1]: Leaving directory `/home/fbafti/CODE/cp2k-2.4.0/obj/Linux-x86-64-gfortran/popt'</div><div>make: *** [build] Error 2</div><div><br></div><div>The same as before!</div><div>What do you think?</div><div><br></div><div>Fahimeh</div><div><br></div><br>On Tuesday, July 30, 2013 12:38:00 PM UTC-4, Michael wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi,
<br>
<br>On Tue, Jul 30, 2013 at 09:26:20AM -0700, Fahimeh Baftizadeh wrote:
<br>> I have installed gcc, GotoBLAS, scalapack, Libint, openmpi and all other 
<br>> requirements. 
<br>> This is the arch file which I have modified according to my libraries path:
<br>
<br>[...]
<br>
<br>> LIBS     = -L/home/fbafti/CODE/GotoBLAS2/<wbr>libgoto2.so 
<br>
<br>I don't think this will work, the -L switch is to add directories to be
<br>searched for libraries usually.  
<br>
<br>So maybe try "-L/home/fbafti/CODE/<wbr>GotoBLAS2/ -lgoto2" or something.
<br>
<br>
<br>Michael
<br></blockquote></div>