Using the LCG installed stuff
source /cvmfs/sft.cern.ch/lcg/views/LCG_88/x86_64-slc6-gcc49-opt/setup.sh
I intall tensorflow into the local HOME folder.
pip install --user tensorflow
Unfortunately it doesn't run due to a GLIBC conflict
<style> | |
.line { fill: none; stroke: black; stroke-width: 0.5px; } | |
.force { fill: none; stroke: red; stroke-width: 0.5px; } | |
.circle { fill: none; stroke: black; stroke-width: 0.5px; } | |
</style> | |
<body> | |
<script src="http://d3js.org/d3.v3.min.js"></script> | |
<script> | |
var N = 50, v0 = 1, k = 100, h = 0.01; | |
var beads = d3.range(N).map(function(i){ |
BASEDIR=$PWD | |
sudo apt-get update | |
sudo apt-get install build-essential g++ git libssl-dev libbz2-dev libncurses5-dev libyaml-dev make | |
sudo apt-get install libpng++-dev libfreetype6-dev pkg-config | |
mkdir -p install | |
mkdir -p sources | |
export INSTALLDIR=$(readlink -f install) | |
export SOURCESDIR=$(readlink -f sources) |
http://www.bjs.gov/developer/ncvs/developers.cfm |
grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals | |
generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" | |
Model: | |
('library' name=ID )? | |
(imports += Import )* | |
(classes += ClassDef )*; | |
Import: | |
'import' model=[Model]; |
import java.security.InvalidKeyException; | |
import java.security.KeyPair; | |
import java.security.KeyPairGenerator; | |
import java.security.NoSuchAlgorithmException; | |
import java.security.MessageDigest; | |
import java.security.Signature; | |
import java.security.SignatureException; | |
public class TxMain { |
Using the LCG installed stuff
source /cvmfs/sft.cern.ch/lcg/views/LCG_88/x86_64-slc6-gcc49-opt/setup.sh
I intall tensorflow into the local HOME folder.
pip install --user tensorflow
Unfortunately it doesn't run due to a GLIBC conflict
You most probably is going to work on an LXPLUS cluster -- each time you log onto lxplus it usually gives you another machine to use. For example, here, I got onto lxplus069
at my first login and then lxplus026
after I relogged:
[user@home ~]$ ssh [email protected]
Welcome to lxplus069.cern.ch, SLC, 6.9
[user@lxplus069 ~]$ exit
Connection to lxplus.cern.ch closed.
[user@home ~]$ ssh [email protected]
Welcome to lxplus026.cern.ch, SLC, 6.9