Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] RDT remote build: (Still) Can't see results in console

Well, now that you mention it, maybe I'm wrong.
I was just used to seeing more output from e.g. a local managed build that from the 'hello world' makefile.
You're right, it's showing me the same as i see when i build on the command line on abe.
The hello world app just says
gcc -g -o hello hello.c
with no response or output at all.

So as Roseanne Rosannadanna would say, "NEVER MIND." Or was it Emily Litella. I miss Gilda Radner. :)

...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform http://eclipse.org/ptp
IBM STG Communications Protocols and Tools
Mailing Address: IBM Corp., Coldstream Research Campus, 745 West New Circle Road, Lexington, KY 40511

Inactive hide details for "Jay Alameda" ---10/27/2010 11:07:00 AM---OK, I’ll have to confess I’ve never seen what you are thi"Jay Alameda" ---10/27/2010 11:07:00 AM---OK, I’ll have to confess I’ve never seen what you are thinking. What should we be seeing?


From:

"Jay Alameda" <jalameda@xxxxxxxxxxxxx>

To:

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

Date:

10/27/2010 11:07 AM

Subject:

Re: [ptp-dev] RDT remote build: (Still) Can't see results in console

Sent by:

ptp-dev-bounces@xxxxxxxxxxx




OK, I’ll have to confess I’ve never seen what you are thinking.  What should we be seeing?
I ran make manually on abe – and all I see is:

[jalameda@honest1 ~/shallow]$ make  -f Makefile.mk
mpicc -g   -c -o calc.o calc.c
mpicc -g   -c -o copy.o copy.c
mpicc -g   -c -o diag.o diag.c
mpicc -g   -c -o init.o init.c
mpicc -g   -c -o main.o main.c
mpicc -g   -c -o time.o time.c
mpicc -g   -c -o tstep.o tstep.c
mpicc -g   -c -o worker.o worker.c
mpicc -g   -c -o dump.o dump.c
mpicc -g -o shallow calc.o copy.o diag.o init.o main.o time.o tstep.o worker.o dump.o -lm
/usr/local/intel/11.1.072/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail
[jalameda@honest1 ~/shallow]$

Jay


From: ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Beth Tibbitts
Sent:
Wednesday, October 27, 2010 10:01 AM
To:
Parallel Tools Platform general developers
Subject:
Re: [ptp-dev] RDT remote build: (Still) Can't see results in console

Yes, I see that, I just don't see any RESPONSES from the system.


...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform
http://eclipse.org/ptp
IBM STG Communications Protocols and Tools
Mailing Address: IBM Corp., Coldstream Research Campus, 745 West New Circle Road, Lexington, KY 40511

Inactive hide details for "Jay Alameda" ---10/27/2010 10:56:26 AM---Beth,"Jay Alameda" ---10/27/2010 10:56:26 AM---Beth,


From:

"Jay Alameda" <jalameda@xxxxxxxxxxxxx>

To:

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

Date:

10/27/2010 10:56 AM

Subject:

Re: [ptp-dev] RDT remote build: (Still) Can't see results in console

Sent by:

ptp-dev-bounces@xxxxxxxxxxx





Beth,


This is what shows up in the 2
nd step of “project, clean” for shallow –in the console, this is with yesterday’s 4.0.4 build –

mpicc -g -c -o calc.o calc.c
mpicc -g -c -o copy.o copy.c
mpicc -g -c -o diag.o diag.c
mpicc -g -c -o init.o init.c
mpicc -g -c -o main.o main.c
mpicc -g -c -o time.o time.c
mpicc -g -c -o tstep.o tstep.c
mpicc -g -c -o worker.o worker.c
mpicc -g -c -o dump.o dump.c
mpicc -g -o shallow calc.o copy.o diag.o init.o main.o time.o tstep.o worker.o dump.o -lm
/usr/local/intel/11.1.072/lib/intel64/libimf.so: warning: warning: feupdateenv is not implemented and will always fail


Jay



From:
ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Jay Alameda
Sent:
Wednesday, October 27, 2010 9:46 AM
To:
'Parallel Tools Platform general developers'
Subject:
Re: [ptp-dev] RDT remote build: (Still) Can't see results in console

Beth,


By output – do you mean the output of say running make?
I’ve seen that pretty consistently, in 4.0.3 and also 4.0.4 that was rebuilt yesterday –
I can double check…


Jay



From:
ptp-dev-bounces@xxxxxxxxxxx [mailto:ptp-dev-bounces@xxxxxxxxxxx] On Behalf Of Beth Tibbitts
Sent:
Wednesday, October 27, 2010 9:43 AM
To:
ptp-dev@xxxxxxxxxxx
Subject:
[ptp-dev] RDT remote build: (Still) Can't see results in console

I thought a bug was fixed in RDT such that the remote build results, which didn't show in the console in 4.0.3, came back.
(I think it was that "a few" lines were truncated, and that's just enough for all of the hello world or other sample exercises to not show up at all)
But yesterday's build still has this problem.
I don't see an open bug that sounds like this with 'console' in the title.
Does anybody know?


...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform
http://eclipse.org/ptp
IBM STG Communications Protocols and Tools
Mailing Address: IBM Corp., Coldstream Research Campus, 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

GIF image

GIF image

JPEG image

JPEG image


Back to the top