[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[ptp-commits] [Git@Eclipse] Main repository for the Parallel Tools Platform (PTP) project branch master updated. PTP_5_0_7-798-gc2483a2
|
- From: genie@xxxxxxxxxxx (Beth Tibbitts)
- Date: Tue, 26 Jun 2012 17:50:07 -0400 (EDT)
- Delivered-to: ptp-commits@eclipse.org
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main repository for the Parallel Tools Platform (PTP) project".
The branch, master has been updated
via c2483a288b1a9bd460c7d10834b306478917e83f (commit)
via f1ff5f00e13890b0239a04593a1474e92f92564f (commit)
via b9bc02d00b4eb482c7c909135d265b90ace511c0 (commit)
via 5fb9ccd86c509ccd8a35c17d06a8bc7fdb4a2289 (commit)
via 2661eb7f4cd04de9f0803cfed7a85fd2b81fe145 (commit)
from f8cc7c3b6480440f2f8c429f024599b3ebbf3cf8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c2483a288b1a9bd460c7d10834b306478917e83f
Author: Beth Tibbitts <tibbitts@xxxxxxxxxx>
Date: Tue Jun 26 17:49:49 2012 -0400
OpenMPI info and some generic connection info in remote tools
commit f1ff5f00e13890b0239a04593a1474e92f92564f
Author: Beth Tibbitts <tibbitts@xxxxxxxxxx>
Date: Tue Jun 26 17:48:40 2012 -0400
fix style sheet location
commit b9bc02d00b4eb482c7c909135d265b90ace511c0
Merge: 5fb9ccd f8cc7c3
Author: Beth Tibbitts <tibbitts@xxxxxxxxxx>
Date: Tue Jun 26 16:37:32 2012 -0400
Merge branch 'master' of ssh://btibbitts@xxxxxxxxxxxxxxx/gitroot/ptp/org.eclipse.ptp.git
commit 5fb9ccd86c509ccd8a35c17d06a8bc7fdb4a2289
Author: Beth Tibbitts <tibbitts@xxxxxxxxxx>
Date: Tue Jun 26 16:37:11 2012 -0400
a place to put generic connection info for remote tools, so we can write
it once and point to it from other places
commit 2661eb7f4cd04de9f0803cfed7a85fd2b81fe145
Author: Beth Tibbitts <tibbitts@xxxxxxxxxx>
Date: Tue Jun 26 16:36:10 2012 -0400
refer to how to edit a connection
-----------------------------------------------------------------------
Summary of changes:
.../html/images/openmpi-conn.png | Bin 0 -> 191138 bytes
.../html/images/openmpi-nodes.png | Bin 0 -> 239746 bytes
.../html/images/openmpi-rm.png | Bin 0 -> 227520 bytes
.../html/images/rt_connection_new.png | Bin 0 -> 135744 bytes
.../html/images/rt_editConnection.png | Bin 0 -> 138579 bytes
.../html/images/rt_newConnect.png | Bin 0 -> 68621 bytes
.../html/images/rt_remoteEnv_edit.png | Bin 0 -> 91279 bytes
.../html/images/rt_remoteEnvironments.png | Bin 0 -> 95929 bytes
.../html/images/rt_stopConnection.png | Bin 0 -> 82877 bytes
.../html/images/rt_tunnel.png | Bin 0 -> 146863 bytes
.../org.eclipse.ptp.doc.user/html/remoteTools.html | 97 ++++++++++++++++++++
.../html/rms/gridengine.html | 2 +-
.../org.eclipse.ptp.doc.user/html/rms/openMPI.html | 36 +++++++-
core/org.eclipse.ptp.doc.user/html/sync.html | 4 +-
14 files changed, 136 insertions(+), 3 deletions(-)
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/openmpi-conn.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/openmpi-nodes.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/openmpi-rm.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/rt_connection_new.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/rt_editConnection.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/rt_newConnect.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/rt_remoteEnv_edit.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/rt_remoteEnvironments.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/rt_stopConnection.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/images/rt_tunnel.png
create mode 100644 core/org.eclipse.ptp.doc.user/html/remoteTools.html
hooks/post-receive
--
Main repository for the Parallel Tools Platform (PTP) project