Skip to main content
Advice
2 votes
6 replies
121 views

Does anyone know if there is, in c++, any way to determine at runtime the cpu characteristics of the machine that compiled the code? For example, in gcc (which I'm using) the preprocessor variable ...
user3195869's user avatar
0 votes
0 answers
25 views

I am trying to integrate socket.io with Node's HTTP alongside Node's Cluster Module. Consider the reproducible example: index.js: let cluster = require('cluster') let fs = require('fs') let http = ...
Issac Howard's user avatar
0 votes
0 answers
50 views

I am currently using Snakemake version 9.6.3 on a cluster managed by an SLURM scheduler. In previous workflows, I relied on version 6, which supported the --cluster, --cluster-status, and --parsable ...
jeje's user avatar
  • 11
0 votes
0 answers
47 views

I am currently running a slurm job file on an array that I manually set the size of, e.g. sbatch --array=1-6 myjob.array the size of the array is determined when setting up the code to run. E.g. if I ...
Sam's user avatar
  • 1,522
0 votes
0 answers
199 views

I am trying to run Red Hat CodeReady Containers (CRC) with OpenShift 4.19.8 on an Ubuntu VM (running on VMware). No matter what I do, crc status always shows: crc status output (https://i.sstatic.net/...
cyrine maamer's user avatar
0 votes
1 answer
64 views

new to GCP, I am trying to submit a job inside Dataproc with a .py file & attached also pythonproject.zip file (it is a project) but I am getting the below error ModuleNotFoundError: No module ...
SofiaNiki's user avatar
0 votes
0 answers
115 views

I am testing some code to check if a named server is part of an Azure cluster. I currently have a simple console application where the user enters the name of the server to check and the code then ...
Nigel Tunnicliffe's user avatar
0 votes
1 answer
80 views

I have a cluster of compute nodes, each node with many CPUs. I want them to execute commands located in a file, one command per line. The drive where the command file is located is mounted on all ...
Botond's user avatar
  • 2,842
2 votes
1 answer
71 views

I have created the following pandas dataframe, which is an example of 26 stock prices (Open, High, Low, Close): import pandas as pd import numpy as np ds = { 'Date' : ['15/06/2025','16/06/2025','17/...
Giampaolo Levorato's user avatar
1 vote
0 answers
108 views

I have a c++ code that uses Eigen for linear algebra calculations. The code runs on a cluster where there is a module with Intel MKL. I am completely ignorant of how to do it but I wanted to try to ...
Ratman's user avatar
  • 111
0 votes
0 answers
13 views

I migrated my vm from one node to another over the cluster using the migrate function, without having a downtime. Theses vm where set to auto boot. Is this setting is kept trough the migration on a ...
btc4cash's user avatar
  • 325
1 vote
0 answers
45 views

Despite the Default Compute Engine Service Account having the necessary roles and being explicitly specified in my cluster creation command, I am still encountering the "Failed to validate ...
Lê Văn Đức's user avatar
0 votes
1 answer
112 views

I am getting this error while deploying in GKE : Error from server: Get "https://10.x.x.x:10200/containerLogs/server-center/server-center-dev-86f67jkilo-rwrnm/server-center-dev": No agent ...
SecureTech's user avatar
0 votes
1 answer
70 views

I want to run a pipeline on a cluster where the name of the jobs are of the form : smk-{config["simulation"]}-{rule}-{wildcards}. Can I just do : snakemake --profile slurm --configfile ...
Kiffikiffe's user avatar
-1 votes
1 answer
73 views

I am trying to run a benchmark on some family of algorithms. I have multiple algorithms, each of them with one hyperparameter, and I want to test them with multiple data sizes. Each run takes ~60 ...
David Davó's user avatar

15 30 50 per page
1
2 3 4 5
367