Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2021-09-27 22:33:42
Size: 404
Comment:
Revision 9 as of 2021-10-06 21:52:35
Size: 648
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Task Manager =
Line 3: Line 5:
 * command line == 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}}}.
Line 12: Line 17:
conda install ciecplib -y

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

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