Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Parallel package for Kepler M7 available

Yes functionality may have taken a temporary step backwards, but most of our project infrastructure changed in order to make synchronized projects not specific to
C/C++/Fortran projects only - a feature that other eclipse projects were interested in, as Greg and others discussed at EclipseCon in March.
All the flurry of commits and broken builds over the past week (and TA DA! good ones recently) should have warned you :)

Otherwise it would have been another year before we got this ability to eventually have, say a synchronized Java project or other type of project.

This too shall pass. I'm sure we'll be up and running with things in good working order soon, as our developers are working hard to patch the current problems.  
Yes it's a little close to RC1, but no pain, no gain.

Aren't optimistic people like me annoying?  :-)


...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


Inactive hide details for "Alameda, Jay" ---05/09/2013 05:44:45 PM---Beth, The functionality has definitely taken a step backwa"Alameda, Jay" ---05/09/2013 05:44:45 PM---Beth, The functionality has definitely taken a step backwards – I cannot manage the environment, but


    From:

"Alameda, Jay" <alameda@xxxxxxxxxxxx>

    To:

Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>

    Date:

05/09/2013 05:44 PM

    Subject:

Re: [ptp-dev] Parallel package for Kepler M7 available

    Sent by:

ptp-dev-bounces@xxxxxxxxxxx




Beth,
The functionality has definitely taken a step backwards – I cannot manage the environment, but it appears that even touching that tab then breaks my environment – on trestles, it appeared to trash the environment thus precluding a build (and then of course run):
 
16:33:32 **** Build of configuration Default_with_Linux_GCC for project shallow-trestles-43-m7-09may2013 ****
make all
Unloading compiler-dependent module openmpi/1.4.3
Unloading compiler-dependent module tau/2.21.3
Need to load an mpi module first
 
**** Environment configuration script temporarily stored in /tmp/ptpscript_Y20096 ****
module purge >/dev/null 2>&1
make all
--------------------------------------------------------------------------
Note: mpicc appears to invoke
The Open MPI wrapper compiler was unable to find the specified compiler
pgcc in your PATH.
 
Note that this compiler was either specified at configure time or in
one of several possible environment variables.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
The Open MPI wrapper compiler was unable to find the specified compiler
pgcc in your PATH.
 
Note that this compiler was either specified at configure time or in
one of several possible environment variables.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
The Open MPI wrapper compiler was unable to find the specified compiler
pgcc in your PATH.
 
Note that this compiler was either specified at configure time or in
one of several possible environment variables.
--------------------------------------------------------------------------
--------------------------------------------------------------------------
The Open MPI wrapper compiler was unable to find the specified compiler
pgcc in your PATH.
 
Note that this compiler was either specified at configure time or in
one of several possible environment variables.
--------------------------------------------------------------------------
Makefile:18: *** The compiler  does not appear to be GCC or ICC.  Please fix the Makefile.  Stop.
> Shell Completed (exit code = 0)
 
16:33:36 Build Finished (took 4s.446ms)
 
Unticking the environment management box seemed to fix the problem, thankfully – and my build completed successfully –
It seems that I was able to run a job on trestles then, but the ability to look at stdout and stderr has vanished.
 
 
From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Beth Tibbitts
Sent:
 Thursday, May 09, 2013 4:15 PM
To:
 Parallel Tools Platform general developers
Subject:
 Re: [ptp-dev] Parallel package for Kepler M7 available
 

Jay,
Please open a bug with these details
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PTP

But can you confirm that workbench opens, and you can create a sync project, launch and run on at least remote target system from Windows client?



...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


Inactive hide details for "Alameda, Jay" ---05/09/2013 04:10:21 PM---I see similar issues, as Chris does - windows 7 64 bit - j"Alameda, Jay" ---05/09/2013 04:10:21 PM---I see similar issues, as Chris does - windows 7 64 bit - java 1.7.0_17 - Additional details - can't

    From:

"Alameda, Jay" <
alameda@xxxxxxxxxxxx>
    To:

Parallel Tools Platform general developers <
ptp-dev@xxxxxxxxxxx>
    Cc:

"Jay Alameda \(
jalameda@xxxxxxxxxxxxxxxxx\)" <jalameda@xxxxxxxxxxxxxxxxx>
    Date:

05/09/2013 04:10 PM
    Subject:

Re: [ptp-dev] Parallel package for Kepler M7 available
    Sent by:

ptp-dev-bounces@xxxxxxxxxxx





I see similar issues, as Chris does – windows 7 64 bit – java 1.7.0_17 –
Additional details – can’t seem to choose anything but “finish” in the convert wizard, also, right clicking on the project and choosing convert comes up empty.  The code does get synchronized over, but only one build configuration (default) exists for the confused project that results as part of running the wizard.
I’ll paste the stack trace, which seems to be the same or very similar:

eclipse.buildId=4.3.0.I20130502-0800
java.version=1.7.0_17
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.parallel.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.parallel.product

Error
Thu May 09 14:40:32 CDT 2013
Unhandled event loop exception

java.lang.IllegalArgumentException: Path for project must have only one segment.
               at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
               at org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:184)
               at org.eclipse.ptp.internal.rdt.sync.cdt.ui.wizards.SyncMainConversionWizardPage.validatePage(SyncMainConversionWizardPage.java:280)
               at org.eclipse.ptp.internal.rdt.sync.cdt.ui.wizards.SyncMainConversionWizardPage.getMessage(SyncMainConversionWizardPage.java:349)
               at org.eclipse.jface.wizard.WizardDialog.updateMessage(WizardDialog.java:1381)
               at org.eclipse.jface.wizard.WizardDialog.updateTitleBar(WizardDialog.java:1490)
               at org.eclipse.jface.wizard.WizardDialog.update(WizardDialog.java:1331)
               at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1264)
               at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1238)
               at org.eclipse.jface.wizard.WizardDialog$8.run(WizardDialog.java:1227)
               at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
               at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1225)
               at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:915)
               at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:428)
               at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628)
               at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
               at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
               at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
               at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
               at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
               at org.eclipse.jface.window.Window.runEventLoop(Window.java:826)
               at org.eclipse.jface.window.Window.open(Window.java:802)
               at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:259)
               at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:279)
               at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
               at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:85)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
               at java.lang.reflect.Method.invoke(Unknown Source)
               at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
               at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231)
               at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212)
               at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
               at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:165)
               at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
               at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
               at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
               at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:420)
               at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
               at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
               at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
               at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
               at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
               at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
               at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
               at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
               at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1109)
               at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
               at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:993)
               at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
               at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
               at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
               at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
               at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
               at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
               at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
               at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
               at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
               at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
               at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
               at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
               at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
               at java.lang.reflect.Method.invoke(Unknown Source)
               at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
               at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
               at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
               at org.eclipse.equinox.launcher.Main.main(Main.java:1426)


From:
 ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Christopher Navarro
Sent:
 Thursday, May 09, 2013 1:36 PM
To:
 ptp-dev@xxxxxxxxxxx
Subject:
 Re: [ptp-dev] Parallel package for Kepler M7 available

Actually, just checked the log file and I've got some error messages. See attached.

Chris

On 05/09/2013 01:29 PM, Christopher Navarro wrote:
    On linux, I can't seem to convert a C/C++ project to a remote synchronized project because it won't let me select a project type in the wizard page. I went the route of checking Shallow out as a C/C++ project, then File > New > Other >Remote > Convert C/C++ or Fortran Project to a Synchronized Project. I can however go straight to a synchronized project (e.g. checkout as > New Project Wizard > Remote > Synchronized C/C++ project).

    Chris

    On 05/09/2013 01:24 PM, Beth Tibbitts wrote:
      Early versions of the Kepler M7 Parallel Package are available at
       
      http://build.eclipse.org/technology/epp/epp_build/kepler/download/20130509-1108/
      I have done a quick smoke test on Mac 64 with creating a sync project on remote Linux and it looks (fingers crossed) OK so far...

      Other testing results would be very, very welcome.


      ...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

      ----- Forwarded by Beth Tibbitts/Watson/IBM on 05/09/2013 02:20 PM -----
    From: 

Markus Knauer
<mknauer@xxxxxxxxxxxxxxxxx>
    To: 

EPP Developer Mailing List
<epp-dev@xxxxxxxxxxx>
    Date: 

05/09/2013 01:36 PM
    Subject: 

Re: [epp-dev] Kepler M7 EPP packages
    Sent by: 

epp-dev-bounces@xxxxxxxxxxx
 _______________________________________________
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


GIF image

GIF image

GIF image

GIF image


Back to the top