Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-user] synchronized projects ** progress indication for remote compile

Hi,

I am just working on a MPI+Fortran code (about 20000 lines of code) using 
eclipse synchronized projects. As a matter of fact, this code takes ages to 
compile (not an eclipse fault, of course).

My observation is that there appears to be no progress indication for a remote 
compilation. It looks like eclipse hangs. I have to open a bash outside 
eclipse, ssh to the remote host and repeatedly call 'ps -ef | grep 
<my_userid>' to see that it compiles. Calling "ps" several times, I can check 
that the source file that is being compiled changes from one "ps" invocation to 
the next.

Even more, there is no indication that eclipse has launched the compilation at 
all. The status message in the lower right corner says "Launching ..." or 
"Reindexing ... repository", but never something like "Compiling remotely".

I am aware that a graphical progress bar is hardly possible because no one 
knows how long the compilation will take. But it would help, if the make 
output is shown as soon as it is printed (rather than at the end of the 
compile).

Would that be possible ?
-- 

Mit freundlichen Grüßen / Kind regards

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone: +49-351 86269826
Mobile: +49-171-765 5871
E-Mail: christoph.pospiech@xxxxxxxxxx
-------------------------------------------------------------------------------------------------------------------------------------------
IBM Deutschland GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Martina Koederitz (Vorsitzende), Reinhard Reschke, Dieter 
Scholz, Gregor Pillen, Joachim Heel, Christian Noll
Sitz der Gesellschaft: Ehningen / Registergericht: Amtsgericht Stuttgart, HRB 
14562 / WEEE-Reg.-Nr. DE 99369940 



Back to the top