Home » Archived » Test and Performance Tools Platform (TPTP) » RAC on Linux AMD64
RAC on Linux AMD64 [message #11755] |
Mon, 28 March 2005 00:46  |
Eclipse User |
|
|
|
Hi, is there a chance that an Agent Controller compiled for Linux
AMD64/64-bit will be provided?
If not, or if it will take long until one is released for a stable
release of Hyades, how do I build my own agent? I couldn't find
instructions nor the source code for the agent in the Hyades source
package.
Greetings,
--
Javier Kohen <jkohen@users.sourceforge.net>
ICQ: blashyrkh #2361802
Jabber: jkohen@jabber.org
|
|
| |
Re: RAC on Linux AMD64 [message #12450 is a reply to message #11864] |
Mon, 28 March 2005 15:05   |
Eclipse User |
|
|
|
Hi Andy,
El lun, 28-03-2005 a las 10:20 -0800, Andy Kaylor escribió:
> Javier,
>
> We're planning to port the Agent Controller to 64-bit OS's, including 64-bit
> Linux within the next year. I think the current plan is for it to be part
> of the 4.1 release, which is targeted for September 2005. You should also
> be aware that we are in the process of redesigning the Agent Controller and
> it is the new version that we intend to port to 64-bit OS's.
>
> If you want to undertake a port of the current Agent Controller yourself,
> you can find the source code in the Eclipse CVS repository (dev.eclipse.org)
> under tptp/platform/org.eclipse.tptp.platform.agentcontroller/src- native. I
> believe the primary obstacle to the port is that the code for shared memory
> data transfer has been highly optimized for specific platforms.
Thanks for your answer. I got to a point where almost everything
compiles cleanly with gcc-4.0 (even with -Wall), but I'm amiss about the
CommonBaseEvent.h file. Do you know where I can get the source for that
module from? I only found the binaries (and the include file) at the
Hyades download web, but no mention to the source.
By the way, does anybody know what the following warning message means?
I don't think it has anything to do with AMD64, but maybe it's caused
with the stricter gcc-4.0:
framework/RAServerConfig/RAServerConfigBinding2.cpp:116: warning: cannot
pass objects of non-POD type ‛class StrX’ through ‛....’; call will abort
at runtime
Thanks,
--
Javier Kohen <jkohen@users.sourceforge.net>
ICQ: blashyrkh #2361802
Jabber: jkohen@jabber.org
|
|
| | | | |
Re: RAC on Linux AMD64 [message #33406 is a reply to message #12590] |
Fri, 30 September 2005 09:42   |
Eclipse User |
|
|
|
Did you finally make this work?
If so, would you share it?
I find it totally disapoinig from the tptp team to not have an amd64
version of the agent controller, but there is a zseries version. more
over: the reason is that 'it is too optimized'... well, IMHO, it should
WORK first, and then be optimized, but anyway, even an unofficial
version should be available on the site, such a bad habit to couple java
with native code that heavily depends on the platform
Javier Kohen wrote:
> El mar, 29-03-2005 a las 13:33 -0800, Andy Kaylor escribió:
>
>>JVMPI_EVENT_OBJ_ALLOC is defined in "jvmpi.h" which is part of the Java SDK.
>
>
> Not IBM's (at least IBM JDK 1.4.2sr1a on AMD64-64). I also have Sun's
> 1.5.0-02, which defines the constant, so I'll compile against that one
> instead.
>
> Thanks for the tip,
|
|
|
Re: RAC on Linux AMD64 [message #33579 is a reply to message #33406] |
Tue, 04 October 2005 11:53   |
Eclipse User |
|
|
|
Miguel,
There is a version of the new agent controller that has been ported to Linux
EM64T... running redhat enterprise linux... this work should be on the
official
tptp website very soon.
Getting this to work on AMD64 would probably just mean recompling... since
EM64T
is so similiar.
As far as AMD64 I know there have been discussions to make this happen
in the RAC but I am not sure about the timeline.
Kevin
"Miguel Griffa" <mgriffa@technisys.net> wrote in message
news:dhjfe5$b8k$1@news.eclipse.org...
> Did you finally make this work?
> If so, would you share it?
> I find it totally disapoinig from the tptp team to not have an amd64
> version of the agent controller, but there is a zseries version. more
> over: the reason is that 'it is too optimized'... well, IMHO, it should
> WORK first, and then be optimized, but anyway, even an unofficial
> version should be available on the site, such a bad habit to couple java
> with native code that heavily depends on the platform
>
>
> Javier Kohen wrote:
>> El mar, 29-03-2005 a las 13:33 -0800, Andy Kaylor escribi
|
|
|
Re: RAC on Linux AMD64 [message #34833 is a reply to message #33406] |
Tue, 11 October 2005 07:07   |
Eclipse User |
|
|
|
Miguel,
The AC platform coverage provided currently primarly reflects the interests
of project contributors. We always welcome additional contributions to
expand platform coverage and otherwise enhance TPTP.
Please let us know if you would like to contribute to the porting of the AC
to new platforms not currently supported.
--tyler
"Miguel Griffa" <mgriffa@technisys.net> wrote in message
news:dhjfe5$b8k$1@news.eclipse.org...
> Did you finally make this work?
> If so, would you share it?
> I find it totally disapoinig from the tptp team to not have an amd64
> version of the agent controller, but there is a zseries version. more
> over: the reason is that 'it is too optimized'... well, IMHO, it should
> WORK first, and then be optimized, but anyway, even an unofficial
> version should be available on the site, such a bad habit to couple java
> with native code that heavily depends on the platform
>
>
> Javier Kohen wrote:
> > El mar, 29-03-2005 a las 13:33 -0800, Andy Kaylor escribi
|
|
|
Re: RAC on Linux AMD64 [message #36983 is a reply to message #34833] |
Sat, 22 October 2005 16:44  |
Eclipse User |
|
|
|
Hi,
I was just about doing that: download sources and try to get them to
work on amd64. I'm downloading cdt now and browsing the tptp to get the
AC sources.
Is there any advice for the task? I'd like to know how much can I relay
on tests for the changes I do
I'll certainly submit patch for amd64 if I can get it working, I really
need this, the only problem is to have time to work on it.
Tyler Thessin wrote:
> Miguel,
>
> The AC platform coverage provided currently primarly reflects the interests
> of project contributors. We always welcome additional contributions to
> expand platform coverage and otherwise enhance TPTP.
>
> Please let us know if you would like to contribute to the porting of the AC
> to new platforms not currently supported.
>
> --tyler
>
> "Miguel Griffa" <mgriffa@technisys.net> wrote in message
> news:dhjfe5$b8k$1@news.eclipse.org...
>
>>Did you finally make this work?
>>If so, would you share it?
>>I find it totally disapoinig from the tptp team to not have an amd64
>>version of the agent controller, but there is a zseries version. more
>>over: the reason is that 'it is too optimized'... well, IMHO, it should
>>WORK first, and then be optimized, but anyway, even an unofficial
>>version should be available on the site, such a bad habit to couple java
>> with native code that heavily depends on the platform
>>
>>
>>Javier Kohen wrote:
>>
>>>El mar, 29-03-2005 a las 13:33 -0800, Andy Kaylor escribió:
>>>
>>>
>>>>JVMPI_EVENT_OBJ_ALLOC is defined in "jvmpi.h" which is part of the Java
>
> SDK.
>
>>>
>>>Not IBM's (at least IBM JDK 1.4.2sr1a on AMD64-64). I also have Sun's
>>>1.5.0-02, which defines the constant, so I'll compile against that one
>>>instead.
>>>
>>>Thanks for the tip,
>
>
>
|
|
|
Goto Forum:
Current Time: Wed Apr 16 09:13:07 EDT 2025
Powered by FUDForum. Page generated in 0.04606 seconds
|