Differences between revisions 7 and 8
Revision 7 as of 2021-10-06 20:46:37
Size: 581
Comment:
Revision 8 as of 2021-10-06 21:47:58
Size: 621
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * This will install dqrtasks from git.ligo.org (requires authentication).  * This procedure will require the authentication of {{{git.ligo.org}}}.
Line 8: Line 8:
 * DQR tasks are supported by python 3.8

Task Manager

Installation

  • This procedure will require the authentication of git.ligo.org.

  • Yuzurihara prepared the virtual environment o4_dqr_proto on k1det1.

  • DQR tasks are supported by python 3.8
    • 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

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