Differences between revisions 14 and 15
Revision 14 as of 2021-10-06 22:06:41
Size: 1313
Comment:
Revision 15 as of 2021-10-06 22:08:01
Size: 1354
Comment:
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
wget http://www.lsc-group.phys.uwm.edu/lscdatagrid/doc/ldg-client.sh -O /tmp/ldg-client.sh && sudo bash /tmp/ldg-client.sh $ wget http://www.lsc-group.phys.uwm.edu/lscdatagrid/doc/ldg-client.sh -O /tmp/ldg-client.sh && sudo bash /tmp/ldg-client.sh
Line 29: Line 29:
  * ligo-proxy-init, from the LDG Client package
Line 32: Line 31:
ligo-proxy-init -i shibbi.pki.itc.u-tokyo.ac.jp albert.einstein $ ligo-proxy-init -i shibbi.pki.itc.u-tokyo.ac.jp albert.einstein
Line 34: Line 33:

  * To test the certification,

   {{{
$ gracedb ping
$ grid-proxy-info
   }}}

Task Manager

Installation

  • Yuzurihara prepared the virtual environment o4_dqr_proto on k1det1.

  • DQR tasks are supported by python 3.8
  • This procedure will require the authentication of git.ligo.org.

    • conda create --name o4_dqr_proto python=3.8 -y
      conda activate o4_dqr_proto -y
      conda install M2Crypto -y
      pip install git+https://git.ligo.org/o4-dqr/o4-dqr-configuration.git
      pip install git+https://github.com/gwdetchar/gwdetchar.git
      pip install git+https://git.ligo.org/detchar/dqrtasks.git
      conda install ciecplib -y
  • install ligo-proxy-init, from the LDG Client package

    • $ wget http://www.lsc-group.phys.uwm.edu/lscdatagrid/doc/ldg-client.sh -O /tmp/ldg-client.sh && sudo bash /tmp/ldg-client.sh
  • X.509 certification
    • For the additional permission to access GraceDB, we need to ask LIGO+Virgo colleague.
    • There are two options for KAGRA account. Here Yuzurihara used ligo-proxy-init.

      $ ligo-proxy-init -i shibbi.pki.itc.u-tokyo.ac.jp albert.einstein   
    • To test the certification,
      • $ gracedb ping
        $ grid-proxy-info

KAGRA/Subgroups/DET/DQR/TaskManager (last edited 2022-12-21 15:09:51 by HirotakaYuzurihara)