Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
322 views

I have following specification: AMD 32 core processors NVIDIA GPU Tesla V100 16 GB gpu. To debug/test: I have used: only 1 GPU. My dataset is: Imagenet-1k 2012 Batch size: 32 using following details: ...
Ray's user avatar
  • 1
0 votes
1 answer
532 views

I have a generic script resource (vbs). This script needs the cluster application ip address. ATM the IP is configured in the script. But I would like to get it from the cluster (maybe from the ...
stackedyellowangel's user avatar
1 vote
0 answers
25 views

Trying to configure wildfly 27 in domain and in clustered environment. 2 RHEL Servers and installed wildfly on both. (No HTTPD nothing) Done required settings on Primary & Secondary Created a ...
fatherazrael's user avatar
  • 6,027
0 votes
1 answer
3k views

I would like to use the remote development capabilities of VS Code in the context of an LSF compute cluster (but I think the same question would be relevant on e.g. a Slurm cluster). In particular, I ...
Adam L. Taylor's user avatar
1 vote
1 answer
2k views

I have a dataframe with 2 columns. The first column has the name of a meteorological station and the other column has a corresponding index. Can i do a K-Means cluster analysis in order to group the ...
nick's user avatar
  • 39
1 vote
0 answers
69 views

Is there any way to monitor specific variables generated inside a generic application monitored by a failover cluster in windows server ? I would like to avoid an internal application failure not ...
s4n-dev's user avatar
  • 13
0 votes
0 answers
91 views

I recently set-up 5 debian-based computers with the purpose of running a series of tests to determine the effect of additional nodes on the amount of processing time. I am wondering how I should set ...
Nate Winslow's user avatar
1 vote
1 answer
602 views

I am currently trying to work through a Databricks course and am getting the following error stating that "Your administrator has only allowed sql and python commands on this cluster. This ...
Dat Boi's user avatar
  • 27
0 votes
1 answer
539 views

I'm tried to create a GKE standard cluster. I'm continuously facing creation failed after it reaches 83% cluster creation. It failed in Health check stage. Is there any solution to solve this problem? ...
dnt -kamal's user avatar
1 vote
0 answers
401 views

We recently setup a Slurm Cluster with 2 Nodes(1 headnode+compute node and 1 compute nodes) for some HPC CFD simulations.Right now i am trying to run some python script which is used for feature ...
akhil kumar's user avatar
  • 1,626
1 vote
0 answers
224 views

I keep getting the error Insufficient 'DISKS_TOTAL_GB' quota when I try create a compute engine cluster on google cloud console. It is strange because I have no disks that are active. All the disks ...
Nick's user avatar
  • 11
1 vote
1 answer
193 views

I have a slurm cluster of 8 separate rhel9 server nodes to serve as master, compute, and database nodes. The master and compute nodes are up and talking, but I have not activated the database node yet....
paul runner's user avatar
0 votes
2 answers
1k views

I have a for loop running in databricks and the first iterations run fast, then it gets slower and then it doesn't proceeds at all. While I know that is common in for loops if data size is increasing ...
Eugenio.Gastelum96's user avatar
1 vote
1 answer
940 views

I'm currently using a Python script that requires MPI to operate. This script runs on a SLURM system. In order to run my Python script, I define the number of nodes to use and launch the following ...
yvrob's user avatar
  • 105
2 votes
1 answer
95 views

I would like to perform spatial clustering on a sf object and attach the fold IDs to my original dataframe, in a new column. Here's what my input looks like (an sf object with points) # A tibble: 6 × ...
Nova's user avatar
  • 5,980
0 votes
1 answer
145 views

I have a system design question that I'm looking for some guidance on. I have two different systems that need to have a basic level of communication. This is abstracted via message queues. For ...
user1597121's user avatar
2 votes
2 answers
1k views

I have an hpc slurm on ubuntu and I want to install docker or docker rootles. But I can't find anything on official sites, so how could I install docker on a slurm cluster and run containers or if you ...
Sergiu Neagoe's user avatar
1 vote
1 answer
91 views

I'm currently attempting to perform a randomization test following several regressions. However, I'm encountering difficulties in incorporating cluster-robust standard errors into my randomization ...
user1290547's user avatar
0 votes
1 answer
148 views

I am using neo4j-admin import command to import data into a neo4j causal cluster with neo4j enterprise 4.4.7 installed on 9 Ubuntu VMs configured as CORE instances. Cluster is functional and works. ...
Esanu Codrin Stefan's user avatar
0 votes
1 answer
464 views

I am trying to make a heatmap composing of several different "clusters" of gene types. For example, 5 genes are related to protein folding, 5 genes are related to ECM composition, etc. I ...
Maria Faleeva's user avatar
0 votes
1 answer
268 views

I run a climate model on cluster. The necessary moudels have been loaded, icluding: module load netcdf/c/4.6.1-intel-2013.1 module load netcdf/fortran/4.4.4-intel-2013.1 module load cdo/1.9.1 The ...
M Wang's user avatar
  • 1
0 votes
0 answers
318 views

im trying to configure a cluster with master and 2 workers on ec2 machines. I followed the guide on kubernetes and it gave final result of NAME STATUS ROLES AGE VERSION ...
aviv levari's user avatar
1 vote
1 answer
539 views

Suppose that on a cluster with slurm the job with ID 12345 is currently running. I want to submit another job that will start after this job finishes. I tried sbatch -d after:12345 job.script, but I ...
stardt's user avatar
  • 1,229
0 votes
0 answers
429 views

I have just setup a new 3 node cluster with s2d using a storage pool of 6 drives per node but when I reboot any of the nodes, one or more of the attached drives become detached from the pool and ...
David Crawford's user avatar
0 votes
1 answer
286 views

My project consists of making a Galera cluster with MySQL on ubuntu 20.04. The problem has been generated when joining the nodes (I have 3) to mysql: the main node does not give me any problem but ...
Rubén Cortés Barba's user avatar