[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ptp-dev] EPP Kepler RC3... (Win32)
|
I am testing Kepler on a win32 machine for IBM Platform MPI. I solved the same problem using Google.
The win32 machine is used as a client in my testing. A small amount of the operation are executed. If we need to do more test, please let me know. I can do it at the same time.
Best Regards,
Zhi Ming Wang 王志明
-------------------------------------------------------------
Software Engineer, IBM Platform-MPI
China Systems & Technology Laboratory, STG, IBM GCG
Phone:86-10-82450405
E-mail:wangzm@xxxxxxxxxx
Beth Tibbitts ---2013/06/12 11:55:20---Thanks Roland. I had trouble with it on an old machine and couldn't get ANY of the values to work,
From: Beth Tibbitts <tibbitts@xxxxxxxxxx>
To: Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>,
Date: 2013/06/12 11:55
Subject: Re: [ptp-dev] EPP Kepler RC3... (Win32)
Sent by: ptp-dev-bounces@xxxxxxxxxxx
Thanks Roland. I had trouble with it on an old machine and couldn't get ANY of the values to work, so chalked it up to the machine being very very old.
We've had troubles with those values on various machines.
Dave W, can you test it on the machine that didn't work for the other values for you?
Can anyone else test it on a win32 machine?
Good catch Roland.
I also need to add an item to the FAQ to remind us that's what that error message means.
...Beth
Beth Tibbitts
Eclipse Parallel Tools Platform http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address: IBM Corp., 745 West New Circle Road, Lexington, KY 40511
Roland Schulz ---06/11/2013 11:04:24 PM---Hi, the 32bit Windows EPP is broken. Eclipse doesn't start at all with
| ![]()
Roland Schulz <roland@xxxxxxx> |
| ![]()
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx> |
| ![]()
06/11/2013 11:04 PM |
| ![]()
Re: [ptp-dev] EPP Kepler RC3... |
| ![]()
ptp-dev-bounces@xxxxxxxxxxx |
Hi,
the 32bit Windows EPP is broken. Eclipse doesn't start at all with
"Failed to create the Java Virtual Machine". The eclipse.ini contains:
-Xms512m
-Xmx2048m
But that is not OK because a 32bit windows app only can have 2GB
total. Changing it to:
-Xms512m
-Xmx1536m
fixes it.
John just pointed out to me, that this is same problem as we had with
SR2. Given that no one has noticed that it seems that no one has done
any testing on Win 32bit.
Roland
On Thu, Jun 6, 2013 at 6:57 AM, Beth Tibbitts <beth@xxxxxxxxxx> wrote:
> Can some of you please give our parallel package a spin and report back?
> Testing from an Android phone in a campground does not work well.
>
> ---------- Forwarded message ----------
> From: "Markus Knauer" <mknauer@xxxxxxxxxxxxxxxxx>
> Date: Jun 6, 2013 6:23 AM
> Subject: [epp-dev] EPP Kepler RC3...
> To: "EPP Developer Mailing List" <epp-dev@xxxxxxxxxxx>
> Cc:
>
> Hi package maintainers,
>
> while the build is still running, I thought it makes sense for you to start
> early with your RC3-testing...
>
> Here's the link to the download URL:
>
>
> http://build.eclipse.org/technology/epp/epp_build/kepler/download/20130606-0936/
>
> p2 repositories used for this build:
>
>
> http://build.eclipse.org/technology/epp/epp_build/kepler/download/20130606-0936/repository/
> http://download.eclipse.org/releases/staging/
>
> Please test and send your votes soon enough for the release tomorrow /
> Friday.
>
> Thanks,
> Markus
>
> _______________________________________________
> epp-dev mailing list
> epp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/epp-dev
>
--
ORNL/UT Center for Molecular Biophysics cmb.ornl.gov
865-241-1537, ORNL PO BOX 2008 MS6309
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

