[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ptp-dev] Synchronized project remote build is broken - Managed Build project
|
Ok... so... we're back to how does it get used if there is no remote toolchain for Fortran?
===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto
John Eblen ---12/09/2011 12:48:10 PM---Yes, synchronized projects have their own command launcher: org.eclipse.ptp.rdt.sync.core.remotemake
![]()
From: | ![]()
John Eblen <jeblen@xxxxxxx> |
![]()
To: | ![]()
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx> |
![]()
Date: | ![]()
12/09/2011 12:48 PM |
![]()
Subject: | ![]()
Re: [ptp-dev] Synchronized project remote build is broken - Managed Build project |
![]()
Sent by: | ![]()
ptp-dev-bounces@xxxxxxxxxxx |
Yes, synchronized projects have their own command launcher:
org.eclipse.ptp.rdt.sync.core.remotemake.SyncCommandLauncher
John
On Fri, Dec 9, 2011 at 12:32 PM, Chris Recoskie <recoskie@xxxxxxxxxx> wrote:
I'm not talking about indexing. I'm talking about building. Unless the sync project folks did something special or differently, you can't build a managed build project remotely without supplying a new ICommandLauncher that knows how to launch things remotely, and by default any toolchain that doesn't specify its own command launcher will launch everything locally. So if there is no remote Fortran toolchain, explain to me how this ever would have worked???
===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto
Beth Tibbitts ---12/09/2011 11:32:34 AM---Yes it works fine (in 5.0.4 anyway, unless I'm doing something wrong in my newer build)
Yes it works fine (in 5.0.4 anyway, unless I'm doing something wrong in my newer build)
New Fortran project, Executable XLF toolchain (It says Mac OS X but that's a misnomer)
add single source file with two lines "hello.f90" at project root
print *, "Hello"
end project
New>Other... Remote>Convert to sync project
Project>Build Configurations >Set active > Remote
Build
There are no remote toolchains for Fortran. But if i'm not using remote indexing etc. I don't need them.
The sync project does all the indexing locally.
...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
Chris Recoskie ---12/09/2011 10:25:00 AM---I'm a bit confused... I don't think there's a Remote Fortran toolchain is there? You can't do remot
I'm a bit confused... I don't think there's a Remote Fortran toolchain is there? You can't do remote builds with managed build without a remote toolchain, as without a remote command launcher, the build will try to launch commands locally.
Sounds like user error...
===========================
Chris Recoskie
Team Lead, IBM CDT and RDT
IBM Toronto
John Eblen ---12/09/2011 10:21:01 AM---Hi Beth There were no changes to synchronized projects in that time period. The
Hi Beth
There were no changes to synchronized projects in that time period. The only change that
seems related is "Bug 365665 - multiple problems with remote managed build projects".
I haven't been able to reproduce the error yet. What project type, toolchain, etc. did you use to create the
Fortran project?
Thanks
John
On Thu, Dec 8, 2011 at 6:09 PM, Beth Tibbitts <tibbitts@xxxxxxxxxx> wrote:
We did a build of 5.0.4+ today
There are a lot of changes since the last one, which was the 5.0.4 final build on Nov 12.
See http://wiki.eclipse.org/PTP/builds for links to download it - we are still working out how to make these available from the hudson builds.
This is build #96 from https://hudson.eclipse.org/hudson/job/ptp-release
When I create a Fortran Managed Build project and convert it to a synchronized project, change the active build config to Remote, and try to build,
it tries to do something on my local machine. Console output below:
====5.0.4+ build (incorrect)
**** Build of configuration Remote for project fortranXLF_1208b ****
make all
**** Build Finished ****
/bin/sh: line 0: cd: /Applications/ecl/epp-parallel-indigo-SR1-5.0.4+test/eclipse/Eclipse.app/Contents/MacOS/test1208-505build/fortranXLF_1208b/Remote: No such file or directory
Instead of what it did in 5.0.4 which was to build remotely:
====5.0.4 build (correct):
**** Build of configuration Remote for project fortranXLF_1208a ****
make all
Building file: ../hello.f90
Invoking: IBM XLF Fortran Compiler
xlf95 -qsuffix=f=f90 -O0 -g -c -o "hello.o" "../hello.f90"
....
Finished building target: fortranXLF_1208a
**** Build Finished ****
...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
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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

