标签:view extern csharp compile work example without ons cells
mkdir py3.6.3
module load pytorch/python3.6/0.2.0_3
virtualenv --system-site-packages py3.6.3
source py3.6.3/bin/activate
pip install opencv-python Pillow pywavelets scikit-learn
module load pytorch/python3.6/0.2.0_3 source /home/wang/pyenv/py3.6.3/bin/activate
ssh -Y prince.hpc.nyu.edu
ssh hpcgwtunnel
ssh prince -Y
singularity exec /beegfs/work/public/singularity/wireshark-2.6.3.simg wireshark
singularity exec /beegfs/work/public/singularity/wireshark-2.6.3.simg wireshark
https://uisapp2.iu.edu/confluence-prd/pages/viewpage.action?pageId=280461906
Right click on the XQuartz icon in the dock and select Applications > Terminal. This should bring up a new xterm terminal windows.
https://wikis.nyu.edu/display/ADRC/Enable+X11+Forwarding+on+Mac+OS+X
If you own a recent Mac computer and you realize that you can‘t start any GUI app from the cluster, even when you used the -X option with ssh; then you may have to enable X11 Forwarding on MacOS.
By default, X11 forwarding is not enabled on Mac Leopard, and from Mountain Lion on, Apple decided not to ship X11 with the OS. If that latter is your case, then first you will have to install XQuartz from here: http://xquartz.macosforge.org.
Once you have it installed, you should be able to connect to prince with X11.
ssh -X <NetID>
@prince.hpc
.nyu.edu
标签:view extern csharp compile work example without ons cells
原文地址:https://www.cnblogs.com/quinn-yann/p/9698810.html