Advertisement
lamiastella

centos

Apr 9th, 2019
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. mona@goku:~$ ssh jalal@scc1.bu.edu
  2. Password:
  3. Password:
  4. Last login: Tue Apr 9 16:18:44 2019 from dhcp-wifi-8021x-155-41-90-183.bu.edu
  5. ********************************************************************************
  6. This machine is governed by the University policy on ethics.
  7. http://www.bu.edu/tech/about/policies/computing-ethics/
  8.  
  9. This machine is owned and administered by
  10. Boston University.
  11.  
  12. See the Research Computing web site for more information about our facilities.
  13. http://www.bu.edu/tech/support/research/
  14.  
  15. For Cluster specific documentation see:
  16. http://www.bu.edu/tech/support/research/computing-resources/scc/
  17.  
  18. Please send questions and report problems to "help@scc.bu.edu".
  19.  
  20. ********************************************************************************
  21.  
  22. [jalal@scc1 ~]$ qrsh -l gpus=1 -l gpu_c=6
  23. RSA host key for IP address '192.168.17.116' not in list of known hosts.
  24. Last login: Tue Apr 9 16:15:22 2019 from scc1p.scc.bu.edu
  25. ********************************************************************************
  26. This machine is governed by the University policy on ethics.
  27. http://www.bu.edu/tech/about/policies/computing-ethics/
  28.  
  29. This machine is owned and administered by
  30. Boston University.
  31.  
  32. See the Research Computing web site for more information about our facilities.
  33. http://www.bu.edu/tech/support/research/
  34.  
  35. For Cluster specific documentation see:
  36. http://www.bu.edu/tech/support/research/computing-resources/scc/
  37.  
  38. Please send questions and report problems to "help@scc.bu.edu".
  39.  
  40. ********************************************************************************
  41.  
  42. [jalal@scc-c12 ~]$ scc-centos7
  43. entering centos 7 singularity container..
  44. [jalal@scc-c12 ~]$ cd /projectnb/ivcgroup/
  45. [jalal@scc-c12 ivcgroup]$ cd jalal/
  46. [jalal@scc-c12 jalal]$ ls
  47. category_prediction.ipynb
  48. [jalal@scc-c12 jalal]$ module load pytorch
  49.  
  50.  
  51. -------------------------------------------------------------------------------
  52. ERROR: pytorch/1.0 requires several additional modules. Run the following
  53. commands to load all of the dependencies (including this module):
  54.  
  55. module load python3/3.6.5
  56. or
  57. module load python2/2.7.16
  58.  
  59. module load gcc/5.5.0
  60. module load cuda/9.2
  61. module load pytorch/1.0
  62. -------------------------------------------------------------------------------
  63.  
  64.  
  65. [jalal@scc-c12 jalal]$ module load python3/3.6.5
  66. [jalal@scc-c12 jalal]$ module load gcc/5.5.0
  67. [jalal@scc-c12 jalal]$ module load cuda/9.2
  68. [jalal@scc-c12 jalal]$ module load pytorch/1.0
  69. [jalal@scc-c12 jalal]$ jupyter notebook --no-browser module load gcc/5.5.0
  70. [C 16:26:57.501 NotebookApp] No such file or directory: /projectnb/ivcgroup/jalal/module
  71. [jalal@scc-c12 jalal]$ module load cuda/9.2
  72. [jalal@scc-c12 jalal]$ module load pytorch/1.0^C
  73. [jalal@scc-c12 jalal]$ jupyter notebook --no-browser
  74. [I 16:27:15.731 NotebookApp] Serving notebooks from local directory: /projectnb/ivcgroup/jalal
  75. [I 16:27:15.731 NotebookApp] The Jupyter Notebook is running at:
  76. [I 16:27:15.731 NotebookApp] http://localhost:8888/?token=be88b413fb877d1eb75131c052b7c21b61b28cb67bc6b92c
  77. [I 16:27:15.731 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
  78. [C 16:27:15.733 NotebookApp]
  79.  
  80. Copy/paste this URL into your browser when you connect for the first time,
  81. to login with a token:
  82. http://localhost:8888/?token=be88b413fb877d1eb75131c052b7c21b61b28cb67bc6b92c
  83.  
  84.  
  85. ----------------------
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. mona@goku:~$ ssh jalal@scc1.bu.edu -L 9003:scc-c12:8888
  94. Password:
  95. Last login: Tue Apr 9 16:24:08 2019 from dhcp-wifi-8021x-155-41-90-183.bu.edu
  96. ********************************************************************************
  97. This machine is governed by the University policy on ethics.
  98. http://www.bu.edu/tech/about/policies/computing-ethics/
  99.  
  100. This machine is owned and administered by
  101. Boston University.
  102.  
  103. See the Research Computing web site for more information about our facilities.
  104. http://www.bu.edu/tech/support/research/
  105.  
  106. For Cluster specific documentation see:
  107. http://www.bu.edu/tech/support/research/computing-resources/scc/
  108.  
  109. Please send questions and report problems to "help@scc.bu.edu".
  110.  
  111. ********************************************************************************
  112.  
  113. [jalal@scc1 ~]$ ls
  114. [jalal@scc1 ~]$ channel 3: open failed: connect failed: Connection refused
  115. channel 3: open failed: connect failed: Connection refused
  116. channel 3: open failed: connect failed: Connection refused
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement