<div dir="ltr">Does ACE work with OpenMP 4.5 (or any version of OpenMP) . I noticed that "openmp = 1" can be used to invoke the appropriate link flags to link against OpenMP.<div><br></div><div>In particular, is it possible to use OpenMP threads in an ACE_Task object?<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 23, 2017 at 1:00 PM,  <span dir="ltr"><<a href="mailto:ace-users-request@list.isis.vanderbilt.edu" target="_blank">ace-users-request@list.isis.vanderbilt.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send ace-users mailing list submissions to<br>
        <a href="mailto:ace-users@list.isis.vanderbilt.edu">ace-users@list.isis.<wbr>vanderbilt.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://list.isis.vanderbilt.edu/cgi-bin/mailman/listinfo/ace-users" rel="noreferrer" target="_blank">http://list.isis.vanderbilt.<wbr>edu/cgi-bin/mailman/listinfo/<wbr>ace-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:ace-users-request@list.isis.vanderbilt.edu">ace-users-request@list.isis.<wbr>vanderbilt.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:ace-users-owner@list.isis.vanderbilt.edu">ace-users-owner@list.isis.<wbr>vanderbilt.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of ace-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Re: which library must I use ? (Douglas C. Schmidt)<br>
   2. Re: which library must I use ? (Adam Mitz)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Tue, 22 Aug 2017 13:50:57 -0500<br>
From: "Douglas C. Schmidt" <<a href="mailto:d.schmidt@vanderbilt.edu">d.schmidt@vanderbilt.edu</a>><br>
To: Benoit Rock <<a href="mailto:b.rock@free.fr">b.rock@free.fr</a>><br>
Cc: <a href="mailto:ace-users@list.isis.vanderbilt.edu">ace-users@list.isis.<wbr>vanderbilt.edu</a><br>
Subject: Re: [ace-users] which library must I use ?<br>
Message-ID: <<a href="mailto:11398.1503427857@dre.vanderbilt.edu">11398.1503427857@dre.<wbr>vanderbilt.edu</a>><br>
<br>
<br>
Hi Benoit,<br>
<br>
> I have a question about how find a library (ACE TAO) to link with when<br>
> a link error is detected ?<br>
><br>
> Why is'nt a guide to retrieve a library when an object's missing ?<br>
><br>
> Perhaps it's possible to indicate the library used in the "Namespace<br>
> Reference generated by Doxygen", something like JAVA documentation<br>
> does ?<br>
><br>
> For example I have trouble in linking. One of the message :<br>
><br>
> blabla ...undefined reference to `TAO_ServantBase::_find( .... blabla<br>
><br>
> So I think the problem is the missing TAO_ServantBase Object in the<br>
> libraries I use. But I can't find any documentation about the library<br>
> where is this object. So I'm unable to find the correct library to<br>
> include in my project.<br>
><br>
><br>
> For information, I compiled the ACE 6.4.4 TAO 2.4.4 for cygwin (32<br>
> bits) (updated) on Windows 7.<br>
<br>
Thanks very much for your email.  Please make sure to send all questions<br>
related to ACE to the appropriate mailing list or newsgroup, rather than<br>
to me directly since I travel frequently and often don't have ready<br>
access to email.  See<br>
<br>
<a href="http://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html" rel="noreferrer" target="_blank">http://www.dre.vanderbilt.edu/<wbr>~schmidt/ACE-mail.html</a><br>
<br>
for more info on how to access these resources.<br>
<br>
In addition, to ensure that we have proper version/platform/compiler<br>
information, please make sure you fill out the appropriate problem<br>
report form (PRF), which is in<br>
<br>
$ACE_ROOT/PROBLEM-REPORT-FORM<br>
$TAO_ROOT/PROBLEM-REPORT-FORM<br>
<br>
Make sure to include this information when asking any questions since<br>
otherwise we have to "guess" what version/platform/compiler/<wbr>options<br>
you've using, which is very error-prone and slows down our<br>
responsiveness.  If you don't use the PRF, therefore, it is less likely<br>
that someone from the core developer team will be able to answer your<br>
question.  Naturally, we encourage and appreciate other members of the<br>
ACE user community who can respond to questions that they have the<br>
answers to.<br>
<br>
If you need more "predictable" help on ACE please see<br>
<br>
<a href="http://www.dre.vanderbilt.edu/support.html" rel="noreferrer" target="_blank">http://www.dre.vanderbilt.edu/<wbr>support.html</a><br>
<br>
for a list of companies that will provide you with ACE commercial<br>
support.<br>
<br>
Thanks very much,<br>
<br>
        Doug<br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 22 Aug 2017 14:37:21 -0500<br>
From: Adam Mitz <<a href="mailto:mitza@objectcomputing.com">mitza@objectcomputing.com</a>><br>
To: <a href="mailto:ace-users@list.isis.vanderbilt.edu">ace-users@list.isis.<wbr>vanderbilt.edu</a><br>
Subject: Re: [ace-users] which library must I use ?<br>
Message-ID: <<a href="mailto:c6d9d337-54e2-41fa-812c-ff0b93e3f44f@objectcomputing.com">c6d9d337-54e2-41fa-812c-<wbr>ff0b93e3f44f@objectcomputing.<wbr>com</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Hi Benoit,<br>
<br>
On 8/22/2017 1:50 PM, Douglas C. Schmidt wrote:<br>
><br>
>> I have a question about how find a library (ACE TAO) to link with when<br>
>> a link error is detected ?<br>
>><br>
>> Why is'nt a guide to retrieve a library when an object's missing ?<br>
>><br>
>> Perhaps it's possible to indicate the library used in the "Namespace<br>
>> Reference generated by Doxygen", something like JAVA documentation<br>
>> does ?<br>
>><br>
>> For example I have trouble in linking. One of the message :<br>
>><br>
>> blabla ...undefined reference to `TAO_ServantBase::_find( .... blabla<br>
>><br>
>> So I think the problem is the missing TAO_ServantBase Object in the<br>
>> libraries I use. But I can't find any documentation about the library<br>
>> where is this object. So I'm unable to find the correct library to<br>
>> include in my project.<br>
>> For information, I compiled the ACE 6.4.4 TAO 2.4.4 for cygwin (32<br>
>> bits) (updated) on Windows 7.<br>
<br>
The following works on Linux and should also be OK on Cygwin since it<br>
provides many of the same tools.<br>
nm -AC $ACE_ROOT/lib/* | grep TAO_ServantBase::_find<br>
<br>
Thanks,<br>
Adam Mitz<br>
Principal Software Engineer<br>
Object Computing, Inc.<br>
<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
ace-users mailing list<br>
<a href="mailto:ace-users@list.isis.vanderbilt.edu">ace-users@list.isis.<wbr>vanderbilt.edu</a><br>
<a href="http://list.isis.vanderbilt.edu/cgi-bin/mailman/listinfo/ace-users" rel="noreferrer" target="_blank">http://list.isis.vanderbilt.<wbr>edu/cgi-bin/mailman/listinfo/<wbr>ace-users</a><br>
<br>
------------------------------<br>
<br>
End of ace-users Digest, Vol 130, Issue 3<br>
******************************<wbr>***********<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Sincerely<div>    John S. Robinson</div><div><br></div><div>Public Key: <span style="font-size:12.8px"><a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x4BE7DFCB4E477297" target="_blank">http://pgp.mit.edu/pks/lookup?op=get&search=0x4BE7DFCB4E477297</a></span></div><div><br></div><div><br></div></div></div></div></div>
</div></div></div>