Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PTP/tutorials/SC12/setup"

< PTP‎ | tutorials‎ | SC12
(New page: =Setup for PTP SC12 remote targets for tutorial= Client: use new almost-6.0.3 builds For each system we need to document a) toolchain recommended and/or documented b) include files - loc...)
 
Line 1: Line 1:
=Setup for PTP SC12 remote targets for tutorial=
+
= Setup for PTP SC12 remote targets for tutorial =
  
Client: use new almost-6.0.3 builds
+
Client: use new almost-6.0.3 builds  
 +
<ol type="a" start="1">
 +
<li>one</li>
 +
<li>two</li>
 +
</ol>
 +
For each system we need to document a) toolchain recommended and/or documented b) include files - location for setup using UNC notation //connection-name/path/to/include/files c) resource manager(s) to use d) anything else we need to know to use system
  
For each system we need to document
+
===SDSC Trestles===
a) toolchain recommended and/or documented
+
I am using a shell via MyProxy/GSI Auth in the NCSA plugin (per instructions in ptp-07-ncsa.ppt)  
b) include files - location for setup using UNC notation //connection-name/path/to/include/files
+
#toolchain - i have tried LinuxGCC and Remote LinuxGCC. Either will build ok. Remote LinuxGCC puts a bunch of (non-unc) paths in 'Paths and symbols' but hyperlink nav still doesn't work </li>
c) resource manager(s) to use
+
#include files - guess: i see /usr/include/stdio.h and since 'which mpicc' returns /home/diag/opt/openmpi which lead me to /home/diag/opt/openmpi/1.4.3/gnu/include</li>
d) anything else we need to know to use system
+
::which means i would need to set two paths in "Paths and Symbols" of  
 
+
::                //trestles/usr/include/stdio.h  --and-- //trestles/home/diag.opt/openmpi/1.4.3/gnu/include
1. SDSC Trestles - I am using a shell via MyProxy/GSI Auth in the NCSA plugin (per instructions in ptp-07-ncsa.ppt)
+
::    but hyperlink nav in editor still doesn't work
  a)toolchain - i have tried LinuxGCC and Remote LinuxGCC. Either will build ok. Remote LinuxGCC puts a bunch of (non-unc) paths in 'Paths and symbols' but hyperlink nav still doesn't work
+
#Resource manager -
  b)include files - guess: i see /usr/include/stdio.h and since 'which mpicc' returns /home/diag/opt/openmpi which lead me to /home/diag/opt/openmpi/1.4.3/gnu/include
+
#*Run - edu.sdsc.trestles.torque.batch - new contributed resource manager in the latest PTP builds
              which means i would need to set two paths in "Paths and Symbols" of  
+
#*Debug -  
                  //trestles/usr/include/stdio.h  --and-- //trestles/home/diag.opt/openmpi/1.4.3/gnu/include
+
      but hyperlink nav in editor still doesn't work
+
===SDSC Gordon===
  c) Resource manager -  
+
# toolchain
              Run - edu.sdsc.trestles.torque.batch - new contributed resource manager in the latest PTP builds
+
# include files
              Debug -  
+
# Resource manager
 
+
#* Run -
  other) do i need any modules or profile/bashrc setup other than what i have? I want to look like a tutorial id.
+
#* Debug -
 
+
    SDSC Gordon
+
===VirtualBox torque by Dennis===
          a)
+
[https://www.cct.lsu.edu/~dcastl2/ptp/vbox.txt Download and setup info] (Summary: Download VirtualBox, download torque-vm.zip, install VirtualBox and the torque VM, launch it and login with userid ptp and password ptp)
          b)
+
# toolchain - i have tried Linux GCC. builds ok.
          c)
+
# include files - haven't tried
 
+
# Res Managers
2. VirtualBox torque by Dennis
+
#* Run -  torque-generic-batch, queue: batch; num of nodes: 1; MPI command: mpirun; MPI num of tasks: 5
  a)toolchain - i have tried Linux GCC. builds ok.
+
#* Debug -
  b) include files - haven't tried
+
   
  c) Res Managers
+
===supercomputer the roving laptop by Galen===
        Run -  torque-generic-batch, queue: batch; num of nodes: 1; MPI command: mpirun; MPI num of tasks: 5
+
# toolchain
        Debug -
+
# include files
       
+
# Resource manager -  
3. rover the supercomputer by Galen - i haven't tried yet
+
#* Run -   
  a) toolchain
+
#* Debug -
  b) include files
+
  c) Resource manager -  
+
              Run -   
+
              Debug -
+

Revision as of 14:52, 5 November 2012

Setup for PTP SC12 remote targets for tutorial

Client: use new almost-6.0.3 builds

  1. one
  2. two

For each system we need to document a) toolchain recommended and/or documented b) include files - location for setup using UNC notation //connection-name/path/to/include/files c) resource manager(s) to use d) anything else we need to know to use system

SDSC Trestles

I am using a shell via MyProxy/GSI Auth in the NCSA plugin (per instructions in ptp-07-ncsa.ppt)

  1. toolchain - i have tried LinuxGCC and Remote LinuxGCC. Either will build ok. Remote LinuxGCC puts a bunch of (non-unc) paths in 'Paths and symbols' but hyperlink nav still doesn't work </li>
  2. include files - guess: i see /usr/include/stdio.h and since 'which mpicc' returns /home/diag/opt/openmpi which lead me to /home/diag/opt/openmpi/1.4.3/gnu/include</li>
which means i would need to set two paths in "Paths and Symbols" of
//trestles/usr/include/stdio.h --and-- //trestles/home/diag.opt/openmpi/1.4.3/gnu/include
but hyperlink nav in editor still doesn't work
  1. Resource manager -
    • Run - edu.sdsc.trestles.torque.batch - new contributed resource manager in the latest PTP builds
    • Debug -

SDSC Gordon

  1. toolchain
  2. include files
  3. Resource manager
    • Run -
    • Debug -

VirtualBox torque by Dennis

Download and setup info (Summary: Download VirtualBox, download torque-vm.zip, install VirtualBox and the torque VM, launch it and login with userid ptp and password ptp)

  1. toolchain - i have tried Linux GCC. builds ok.
  2. include files - haven't tried
  3. Res Managers
    • Run - torque-generic-batch, queue: batch; num of nodes: 1; MPI command: mpirun; MPI num of tasks: 5
    • Debug -

supercomputer the roving laptop by Galen

  1. toolchain
  2. include files
  3. Resource manager -
    • Run -
    • Debug -

Back to the top