[ace-users] ACE and OpenMP 4.5 ??

John Robinson jsrobin at gmail.com
Wed Aug 23 18:02:01 CDT 2017


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.

In particular, is it possible to use OpenMP threads in an ACE_Task object?

On Wed, Aug 23, 2017 at 1:00 PM, <ace-users-request at list.isis.vanderbilt.edu
> wrote:

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



-- 
Sincerely
    John S. Robinson

Public Key: http://pgp.mit.edu/pks/lookup?op=get&search=0x4BE7DFCB4E477297
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.isis.vanderbilt.edu/pipermail/ace-users/attachments/20170823/70ede9af/attachment.html>


More information about the ace-users mailing list