Size: 424
Comment:
|
Size: 1444
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | 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 14: | Line 17: |
conda install ciecplib -y | |
Line 15: | Line 19: |
* We need to prepare the authentification to access GraceDB. * For that additional permission, we need to ask LIGO+Virgo colleague. * Now we are asking the KAGRA DetChar common account on gw-astronomy. We will ask to add the permission to GraceDB on that common account. * After the account has the permission to access GraceDB, we need to prepare X.509 certification in local environment. * [[https://computing.docs.ligo.org/guide/authentication/#kagra|There are two options for KAGRA account]] * ecp-get-cert, from the ciecplib Python package {{{ ecp-get-cert --identity-provider KAGRA --username albert.einstein --verbose }}} * ligo-proxy-init, from the LDG Client package {{{ ligo-proxy-init -i shibbi.pki.itc.u-tokyo.ac.jp albert.einstein }}} |
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
- We need to prepare the authentification to access GraceDB.
- For that additional permission, we need to ask LIGO+Virgo colleague.
Now we are asking the KAGRA DetChar common account on gw-astronomy. We will ask to add the permission to GraceDB on that common account.
- After the account has the permission to access GraceDB, we need to prepare X.509 certification in local environment.
- ecp-get-cert, from the ciecplib Python package
ecp-get-cert --identity-provider KAGRA --username albert.einstein --verbose
- ligo-proxy-init, from the LDG Client package
ligo-proxy-init -i shibbi.pki.itc.u-tokyo.ac.jp albert.einstein