<div dir="ltr">Hi,<div><br></div><div>I have this arch file that used to work:</div><div><br></div><div><div>HWTOPO   = yes</div><div>CC       = cc</div><div>CPP      =</div><div>FC       = ftn</div><div>LD       = ftn</div><div>AR       = ar -r</div><div>CPPFLAGS =</div><div>DFLAGS   = -D__GFORTRAN -D__FFTSG -D__FFTW3 -D__parallel -D__SCALAPACK -D__BLACS -D__HWLOC</div><div>FCFLAGS  =  -dynamic -O3 -march=bdver1 -ffree-form -ftree-vectorize $(DFLAGS) -ffree-line-length-512 -I/scratch/todi/pousa/hwloc/include</div><div>CFLAGS   = $(FCFLAGS) -I/scratch/pousa/hwloc/include</div><div>LDFLAGS  = $(FCFLAGS)</div><div>LIBS     = timings_mp.o /scratch/hwloc/lib/libhwloc.a -lnuma \</div><div>        -lstdc++</div><div><br></div><div>OBJECTS_ARCHITECTURE = machine_gfortran.o</div></div><div><br></div><div>Could you please try this one?  If it does not work too, please, let me know. I will try to compile cp2k with hwloc later today.</div><div><br></div><div>Best regards,</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 6, 2014 at 11:48 AM, Vedran Miletić <span dir="ltr"><<a href="mailto:riv...@gmail.com" target="_blank">riv...@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello Christiane,<br><br>thank you for your response. I tried this approach, but unfortunately I get the same error. Do you have any other idea I can try?<br><br>Regards,<br>Vedran<br><br>Dana srijeda, 5. studenoga 2014. 08:03:03 UTC+1, korisnik Christiane Pousa Ribeiro napisao je:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><div dir="ltr">Dear Vedran,<div><br></div><div>Could you please add the line bellow to your arch file and give a try?</div><div><br></div><div>HWTOPO   = yes<br></div><div><br></div><div>You should include too the -I/usr/include/hwloc.</div><div><br></div><div>Best regards, </div><div><br></div><div><br></div></div></span><div><br><div class="gmail_quote"><div><div class="h5">On Tue, Nov 4, 2014 at 10:34 PM, Vedran Miletić <span dir="ltr"><<a>riv...@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr">Hello,<br><br>I'm trying to compile CP2K with hwloc support enabled. I'm using Debian testing with gfortran 4.9. My arch file is:<br><br>CC       = mpicc<br>CPP      =<br>FC       = mpif90<br>LD       = gfortran<br>AR       = ar -r<br><br>DFLAGS   = -D__GFORTRAN -D__parallel -D__HWLOC -D__FFTSG -D__FFTW3 -D__LIBINT -D__LIBXC2 -D__BLACS -D__SCALAPACK -D__ELPA<br>CPPFLAGS = -C -traditional $(DFLAGS)<br>FCFLAGS  = -g -Wall -O3 -ffast-math -funroll-loops -ftree-vectorize -ffree-form -ffree-line-length-none $(DFLAGS) -I/usr/include/elpa/modules<br>LDFLAGS  = $(FCFLAGS) <br>LIBS     = -llapack -lblas -lfftw3 -lint -lderiv -lxc -lhwloc -lmpi -lmpif90 -lmpif77 -lblacsCinit-openmpi -lblacs-openmpi -lscalapack-openmpi -lelpa<br><br>Upon compiling, I get:<br><br>     cardId = ma_get_netDev(my_info%core, my_info%mp_info%myproc)<br>              1<br>Error: Function 'ma_get_netdev' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>1041.8:<br><br>   IF ( ma_get_nnetDev(node) .GT. 0 ) THEN<br>        1<br>Error: Function 'ma_get_nnetdev' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>1044.12:<br><br>     node = ma_get_node_netDev()<br>            1<br>Error: Function 'ma_get_node_netdev' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>937.39:<br><br>  my_info%threads_info(id+1)%id_<u></u>real = ma_get_thread_id()<br>                              <u></u>         1<br>Error: Function 'ma_get_thread_id' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>744.14:<br><br>    my_node = ma_get_core_node(my_core)<br>              1<br>Error: Function 'ma_get_core_node' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>693.41:<br><br>    my_info%threads_info(id+1)%id_<u></u>real = ma_get_thread_id()<br>                              <u></u>           1<br>Error: Function 'ma_get_thread_id' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>628.41:<br><br>    my_info%threads_info(id+1)%id_<u></u>real = ma_get_thread_id()<br>                              <u></u>           1<br>Error: Function 'ma_get_thread_id' at (1) has no IMPLICIT type<br>mpif90 -c -g -Wall -O3 -ffast-math -funroll-loops -ftree-vectorize -ffree-form -ffree-line-length-none -D__GFORTRAN -D__parallel -D__HWLOC -D__FFTSG -D__FFTW3 -D__LIBINT -D__LIBXC2 -D__BLACS -D__SCALAPACK -D__ELPA -I/usr/lib/openmpi/include/<u></u>openmpi/opal/mca/hwloc/ -I/usr/include/elpa/modules -D__COMPILE_ARCH="\"Linux-x86-<u></u>64-debian-gfortran\"" -D__COMPILE_DATE="\"Uto Stu  4 22:28:09 CET 2014\"" -D__COMPILE_HOST="\"akston\"" -D__COMPILE_REVISION="\"git:<u></u>eb7b195\"" -D__SHORT_FILE__="\"cp_files.<u></u>F\"" /home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/common/cp_files.F <br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>528.38:<br><br>    my_info%threads_info(id+1)%<u></u>node = ma_get_core_node(core)<br>                              <u></u>        1<br>Error: Function 'ma_get_core_node' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>530.41:<br><br>    my_info%threads_info(id+1)%id_<u></u>real = ma_get_thread_id()<br>                              <u></u>           1<br>Error: Function 'ma_get_thread_id' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>454.41:<br><br>    my_info%threads_info(id+1)%id_<u></u>real = ma_get_thread_id()<br>                              <u></u>           1<br>Error: Function 'ma_get_thread_id' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>376.41:<br><br>    my_info%threads_info(id+1)%id_<u></u>real = ma_get_thread_id()<br>                              <u></u>           1<br>Error: Function 'ma_get_thread_id' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>316.39:<br><br>  my_info%threads_info(id+1)%id_<u></u>real = ma_get_thread_id()<br>                              <u></u>         1<br>Error: Function 'ma_get_thread_id' at (1) has no IMPLICIT type<br>/home/vedranm/workspace/cp2k.<u></u>git/cp2k/src/ma/ma_affinity.F:<u></u>321.33:<br><br>  my_info%threads_info(1)%node = ma_get_core_node(core)<br>                              <u></u>   1<br>Error: Function 'ma_get_core_node' at (1) has no IMPLICIT type<br><br>I tried adding -I/usr/include/hwloc and -I/usr/lib/openmpi/include/<u></u>openmpi/opal/mca/hwloc but it made no change. Any ideas?<br><br>Regards,<br>Vedran Miletić<span><font color="#888888"><br></font></span></div></div></div><span><font color="#888888"><div><div class="h5">

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br></div></div>
To unsubscribe from this group and stop receiving emails from it, send an email to <a>cp2k+uns...@googlegroups.<u></u>com</a>.<br>
To post to this group, send email to <a>cp...@googlegroups.com</a>.<span class=""><br>
Visit this group at <a href="http://groups.google.com/group/cp2k" target="_blank">http://groups.google.com/<u></u>group/cp2k</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/<u></u>optout</a>.<br>
</span></font></span></blockquote></div><span class=""><br><br clear="all"><div><br></div>-- <br><div>[]'s<br>Christiane Pousa Ribeiro<br> <br>"Judge a man by his questions, rather than by his answers" </div>
</span></div>
</blockquote></div><div class="HOEnZb"><div class="h5">

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "cp2k" group.<br>
To unsubscribe from this group and stop receiving emails from it, send an email to <a href="mailto:cp2k+uns...@googlegroups.com" target="_blank">cp2k+uns...@googlegroups.com</a>.<br>
To post to this group, send email to <a href="mailto:cp...@googlegroups.com" target="_blank">cp...@googlegroups.com</a>.<br>
Visit this group at <a href="http://groups.google.com/group/cp2k" target="_blank">http://groups.google.com/group/cp2k</a>.<br>
For more options, visit <a href="https://groups.google.com/d/optout" target="_blank">https://groups.google.com/d/optout</a>.<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">[]'s<br>Christiane Pousa Ribeiro<br> <br>"Judge a man by his questions, rather than by his answers" </div>
</div>