28 Aug 2023 |
CRTified | The relevant config for slurmctld and slurmdbd is this here (and there's a mariadb with ensureDatabase /ensureUsers ):
slurm = {
server.enable = true;
dbdserver = {
enable = true;
extraConfig = ''
PidFile=/run/slurmdbd.pid
StorageHost=localhost
'';
};
extraConfig = ''
AccountingStorageHost=${config.clusterRole.slurmServer}-link
AccountingStorageType=accounting_storage/slurmdbd
'';
};
| 19:28:39 |
CRTified | * The relevant config for slurmctld and slurmdbd is this here (and there's a mariadb with ensureDatabase /ensureUsers ):
services.slurm = {
server.enable = true;
dbdserver = {
enable = true;
extraConfig = ''
PidFile=/run/slurmdbd.pid
StorageHost=localhost
'';
};
extraConfig = ''
AccountingStorageHost=${config.clusterRole.slurmServer}-link
AccountingStorageType=accounting_storage/slurmdbd
'';
};
| 19:28:51 |
CRTified | * The relevant config for slurmctld and slurmdbd is this here (and there's a mariadb with ensureDatabase /ensureUsers ):
services.slurm = {
server.enable = true;
dbdserver = {
enable = true;
extraConfig = ''
PidFile=/run/slurmdbd.pid
StorageHost=localhost
'';
};
extraConfig = ''
AccountingStorageHost=server04-link
AccountingStorageType=accounting_storage/slurmdbd
'';
};
| 19:29:26 |
CRTified | oh wait, it's possible that slurm is not that common in data science and this is the wrong channel, or? | 19:29:55 |
CRTified | (Oh wow, sleep 10 in the preStart is sufficient to make it work...) | 20:18:00 |
CRTified | sleep 1 suffices and is not that painful, so I'll keep that in it | 20:30:40 |
30 Aug 2023 |
| maupind joined the room. | 15:16:50 |
maupind | Does anyone here have good experience developing shiny apps? | 15:17:22 |
31 Aug 2023 |
Bruno Rodrigues | I've built some, but am no expert | 15:31:04 |