forked from ohinder/OnePhase.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dep.txt
36 lines (28 loc) · 1.02 KB
/
dep.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
kinit ohinder@stanford.edu
ssh ohinder@sherlock.stanford.edu
sdev
ml load CUTEst/linux-cutest
ml load julia/precompiled/0.5.0
ml load hdf5
julia main.jl
# sync to sherlock
rsync -a --stats /Users/Oliver/Google\ Drive/Stanford/Research/one-phase-2.0/benchmark/ ohinder@sherlock.stanford.edu:one-phase-2.0/benchmark/
rsync -a --stats /Users/Oliver/Google\ Drive/Stanford/Research/one-phase-2.0/src/ ohinder@sherlock.stanford.edu:/one-phase-2.0/
# download results
#rsync -a --stats ohinder@sherlock.stanford.edu:one-phase-2.0/results/ /Users/Oliver/Documents/IPM-results
rsync -a --stats ohinder@sherlock.stanford.edu:one-phase-2.0/benchmark/results/ /Users/Oliver/Documents/IPM-results
sbatch ipopt.sbatch
sbatch one_phase.sbatch
sbatch run_netlib.sbatch
squeue -u $USER
#cd one-phase-2.0
#julia
sbatch install_ipopt.sbatch
ln -s /Users/Oliver/Documents/IPM-results/ results
Pkg.add("Ipopt")
Pkg.add("JuMP")
Pkg.add("JLD")
Pkg.add("CUTEst")
Pkg.add("Calculus")
Pkg.clone("https://github.com/ohinder/advanced_timer.jl.git")
#Pkg.add("...")