-
Notifications
You must be signed in to change notification settings - Fork 0
/
hosts.yaml
117 lines (108 loc) · 2.29 KB
/
hosts.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
pando:
user: p.templier
host: pando.isae.fr
cpus_per_node: 24
platform: slurm
wandb: online
gpu: True
save_path: "/scratch/disc/p.templier/slurm_logs"
init: |
module purge
module load python/3.7
module load libosmesa/17.2.3
module load cuda/11.6
cd /home/disc/p.templier/parallelpy
source pyenv/bin/activate
echo $(which python)
cd
pando_ssh:
user: p.templier
host: "pando.isae.fr"
cpus_per_node: 24
platform: slurm
wandb: online
gpu: True
save_path: "/scratch/disc/p.templier/slurm_logs"
init: |
module purge
module load python/3.7
module load libosmesa/17.2.3
cd /home/disc/p.templier/parallelpy
source pyenv/bin/activate
echo $(which python)
cd
# export OMP_NUM_THREADS=1
# module purge
# module load python/3.7
# module load gcc/8.2.0
# module load openmpi/4.0.0-gcc8.2
# module load mpi4py/3.0.1-openmpi4.0.0-gcc8.2-python3.7
# module load libosmesa/17.2.3
# cd /home/disc/p.templier/parallelpy
# source pyenv/bin/activate
# echo $(which python)
# cd
calmip:
user: templier
host: olympe.calmip.univ-toulouse.fr
cpus_per_node: 36
platform: slurm
wandb: offline
gpu: True
save_path: "/tmpdir/templier/slurm_logs"
init: |
export OMP_NUM_THREADS=1
module purge
module load intel/18.2
module load misc-libs/libOSMesa
module load intelmpi/18.2
module load python/3.6.8
source activate /tmpdir/templier/envs/torchenv
cd
calmip2:
user: p21049tp
host: olympe.calmip.univ-toulouse.fr
cpus_per_node: 36
platform: slurm
wandb: offline
gpu: True
save_path: "/tmpdir/p21049tp/slurm_logs"
init: |
export OMP_NUM_THREADS=1
module purge
module load intel/18.2
module load misc-libs/libOSMesa
module load intelmpi/18.2
module load python/3.6.8
source activate /tmpdir/p21049tp/envs/myenv
cd
localhost:
user: p.templier
host: localhost
cpus_per_node: 8
platform: linux
gpu: False
ninox:
user: sureli
host: 10.70.3.216
cpus_per_node: 16
platform: linux
gpu: True
raspi:
user: pi
host: groinkbot.hopto.org
cpus_per_node: 4
platform: linux
gpu: False
sureli1:
user: sureli
host: 10.70.3.216
cpus_per_node: 20
platform: linux
gpu: True
sureli2:
user: sureli
host: 10.70.3.216
cpus_per_node: 20
platform: linux
gpu: True