From T3_KR_KNU
Jump to: navigation, search
(HTCondor Python API)
(HTCondor Python API)
Line 28: Line 28:
 
=== HTCondor Python API ===
 
=== HTCondor Python API ===
  
* 아래 문서를 읽을때 문서중에 있는 [launch binder]클릭하면 해당 예제를 실습해볼수 있습니다.
+
* HTCondor Python API를 이용하면 jupyter 환경에서 htcondor 사용할수 있습니다.
 
* [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/index.html HTCondor Python Bindings Tutorials]
 
* [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/index.html HTCondor Python Bindings Tutorials]
 
* [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/Submitting-and-Managing-Jobs.html Submitting and Managing Jobs]
 
* [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/Submitting-and-Managing-Jobs.html Submitting and Managing Jobs]
 
* [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/Advanced-Job-Submission-And-Management.html Advanced Job Submission and Management]
 
* [https://htcondor.readthedocs.io/en/latest/apis/python-bindings/tutorials/Advanced-Job-Submission-And-Management.html Advanced Job Submission and Management]
 +
* 위의 문서를 읽을때 문서중에 있는 [launch binder]를 클릭하면 해당 예제를 실습해볼수 있습니다.
  
 
=== PyROOT ===
 
=== PyROOT ===

Revision as of 04:23, 16 March 2022

1 JupyterHub

1.1 소개

  • jupyterhub는 jupyter notebook을 다중 사용가 사용할수 있도록 만들어진 환경입니다.
  • 아래 주소를 이용하여 경북대 Tier3 jupyterhub에 접속할 수 있습니다.
  • https://cms.knu.ac.kr:8000

1.2 커널

1.2.1 기본 제공 커널

1.2.1.1 Python 2.7
  • htcondor (htcondor python api)
  • pyroot
1.2.1.2 Python 3.6 (PyROOT)
  • pyroot
1.2.1.3 Python 3.7 (TF_CPU)
  • tensorflow

1.2.2 사용자 커널 추가하기

1.3 HTCondor Python API

1.4 PyROOT

1.5 tensorflow

  • tensorflow gpu의 사용을 위해서는 htcondor를 이용하여 gpu 서버를 사용할 수 있습니다.