Difference between revisions of "Testsuite Machines"
Line 1: | Line 1: | ||
This page contains notes and instructions for people running the ET testsuites on various different machines. If you have experience running testsuites on a machine which is not listed here, please consider adding some information which might help others (or yourself!) in future. | This page contains notes and instructions for people running the ET testsuites on various different machines. If you have experience running testsuites on a machine which is not listed here, please consider adding some information which might help others (or yourself!) in future. | ||
− | = | + | =General= |
− | =Datura= | + | To check out the ET: |
+ | |||
+ | mkdir etrelease | ||
+ | cd etrelease | ||
+ | curl -O https://github.com/gridaphobe/CRL/raw/master/GetComponents | ||
+ | chmod a+x GetComponents | ||
+ | ./GetComponents --root=. -a https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th | ||
+ | |||
+ | |||
+ | |||
+ | =Machines= | ||
+ | |||
+ | ==Kraken== | ||
+ | |||
+ | Edit simfactory/mdb.pm | ||
+ | |||
+ | - myproxy-logon -p 7514 -s myproxy.teragrid.org -T -l @USER@ -o @SOURCEDIR@/.globus/proxy-teragrid | ||
+ | + myproxy-logon -p 7514 -s myproxy.teragrid.org -T -l <username> -o @SOURCEDIR@/.globus/proxy-teragrid | ||
+ | |||
+ | where <username> is your user name on Kraken. This is related to [https://trac.einsteintoolkit.org/ticket/381 Ticket #381] | ||
+ | |||
+ | |||
+ | ==Datura== |
Revision as of 20:01, 5 April 2011
This page contains notes and instructions for people running the ET testsuites on various different machines. If you have experience running testsuites on a machine which is not listed here, please consider adding some information which might help others (or yourself!) in future.
Contents
General
To check out the ET:
mkdir etrelease cd etrelease curl -O https://github.com/gridaphobe/CRL/raw/master/GetComponents chmod a+x GetComponents ./GetComponents --root=. -a https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th
Machines
Kraken
Edit simfactory/mdb.pm
- myproxy-logon -p 7514 -s myproxy.teragrid.org -T -l @USER@ -o @SOURCEDIR@/.globus/proxy-teragrid + myproxy-logon -p 7514 -s myproxy.teragrid.org -T -l <username> -o @SOURCEDIR@/.globus/proxy-teragrid
where <username> is your user name on Kraken. This is related to Ticket #381