Hi,<div><br></div><div> I am trying to compile ADOLC on a Ubuntu 64 bit OS. I configure with the command:</div><div><br></div><div>./configure --with-sparse --with-docexa --with-addexa --with-openmp-flag=-fopenmp --with-parexa</div>
<div><br></div><div>The configuration summary is :</div><div><div>-----------------------------------------------------------------------------</div><div>Configuration:</div><div><br></div><div> C compiler: gcc</div>
<div> C++ compiler: g++</div><div> Linker: /usr/bin/X11/ld -m elf_x86_64</div><div> Source code location: /home/amrit/Desktop/ADOL-C-2.1.5</div><div> Install path: /home/amrit/adolc_base</div>
<div><br></div><div> CFLAGS: -O2 -fopenmp</div><div> CXXFLAGS: -O2 -fopenmp</div><div><br></div><div> Use ADOL-C debug mode: no</div><div> Use ADOL-C hard debug mode: no</div>
<div> Use ADOL-C adouble zeroing mode: no</div><div> Access thread number via errno: no</div><div> Use ADOL-C safe extern mode: no</div><div><br></div><div> Build sparse drivers: yes</div><div><br>
</div><div> Build documented examples: yes</div><div> Build additional examples: yes</div><div><br></div><div> See ADOL-C/src/config.h for further configuration information.</div><div>-----------------------------------------------------------------------------</div>
</div><div><br></div><div><br></div><div>When I run make, I get the following error:</div><div><div>sparsedrivers.cpp: In function 'int set_HP(short int, int, unsigned int**)':</div><div>sparsedrivers.cpp:556: error: 'ADOLC_threadNumber' was not declared in this scope</div>
<div>make[4]: *** [sparsedrivers.lo] Error 1</div><div>make[4]: Leaving directory `/home/amrit/Desktop/ADOL-C-2.1.5/ADOL-C/src/sparse'</div><div>make[3]: *** [all-recursive] Error 1</div><div>make[3]: Leaving directory `/home/amrit/Desktop/ADOL-C-2.1.5/ADOL-C/src'</div>
<div>make[2]: *** [all] Error 2</div><div>make[2]: Leaving directory `/home/amrit/Desktop/ADOL-C-2.1.5/ADOL-C/src'</div><div>make[1]: *** [all-recursive] Error 1</div><div>make[1]: Leaving directory `/home/amrit/Desktop/ADOL-C-2.1.5/ADOL-C'</div>
<div>make: *** [all-recursive] Error 1</div></div><div><br></div><div>I cant locate the variable. Any ideas what I am doing wrong ?</div><div><br></div><div>Thanks,</div><div><br></div><div>Rishi</div><div><br></div>