I am trying to use openmp with espresso-4.2.1 with 64-bit ubuntu 10.04 (gcc et al. 4.4.3), running on an 8 core single processor (i7 930).<br><br>4.2.1 runs the test and examples when compiled without modifying "configure". <br>
After configuring with --enable-openmp, make crashes in pw.x, with a large number of "undefined reference to", e.g.;<br>    omp_get_num_threads<br>    opm_get_thread_number<br>    GOMP_parallel_start<br>    GOMP_parallel_end <br>
among many others.<br><br>It looks like there are issues with several functions in libpw.a, ../Modules/libqemod.a, and ../flib/flib.a.<br><br>I am new to openmp, but I think I have installed the required libraries (even 32 bit), and used LIBDIRS with configure. <br>
I successfully ran openmp demos using simple programs.<br><br>Any suggestions as to where I might be going astray will be appreciated.<br><br>Thanks,<br>Tim<br clear="all"><br>-- <br>Dr. Timothy S. Cale<br>Center for Solid State Science<br>
Arizona State University<br><a href="mailto:tscale@asu.edu" target="_blank">tscale@asu.edu</a><br>480-381-2228<br><br><br>