Skip to main content

Questions tagged [parallel-processing]

Running multiple commands (or even computers) in parallel for more efficiency.

0 votes
0 answers
60 views

I'm experimenting with Docker images having 20-70 GiB in a single layer (yes, the software/compiler is so fat). To improve the download and decompression efficiency of Docker, I'm splitting this fat ...
Paebbels's user avatar
  • 189
0 votes
1 answer
209 views

This is from an old exam in my computer technology course: True or False? Hardware multithreading results in concurrency and not in parallellism. According to the answer key, the answer is "...
albin's user avatar
  • 13
1 vote
1 answer
1k views

Hello I'm writing a bash script where I have to restore around 8+ big sets of ip with ipset-restore command. Actually my shell script basically has a list like ipset-restore < list1.txt ipset-...
user3450548's user avatar
0 votes
1 answer
194 views

I was wondering what differences are between ""multiprocessor" and "parallel processors", in general? I saw them in Stallings' Computer Organization and Architecture (see the ...
Tim's user avatar
  • 17.9k
1 vote
1 answer
2k views

I am trying to run the PowerShell script, which I have, on multiple computers simultaneously. Currently, I'm using PowerShell version 5. I want to know is it possible to run it without background ...
mohan 's user avatar
  • 21
1 vote
1 answer
395 views

As I understand the problem there are problems that can be heavily parallelized, e.g. rendering, video decoding. Since CPUs are not excelling in such tasks GPU were created. They use different ...
TonyDecvA180XN's user avatar
3 votes
2 answers
1k views

I run Whisper on an Intel-Mac with an Intel Core i7-CPU (Whisper doesn't seem to support AMD Radeon GPUs at the moment, hence I use CPU). When I run Whisper on this computer when it otherwise mostly ...
d-b's user avatar
  • 966
1 vote
0 answers
224 views

I have the following script. It will run without a problem when it is not in parallel. But when I add -Parallel it throws all kinds of errors. The primary error seems to relate to Cannot index into a ...
Brian's user avatar
  • 1,115
1 vote
1 answer
351 views

With parellel-ssh -i -h hosts.ini "uptime" I can get the uptime from all hosts in hosts.ini. But they appear in order of the batches and first answers. I would like to have the result ...
Jeno's user avatar
  • 457
0 votes
1 answer
93 views

I received an very old program in my company that need to be refactored. The code is a bunch of SQL instructions that are orchestred by a program written as shell commands with the objective of doing ...
Pedro Coutinho's user avatar
1 vote
0 answers
475 views

I am a scientist working in a high performance computing project(the computational programming aspect) and I have no idea of networking or networking hardware required to answer my question. A ...
user avatar
1 vote
1 answer
271 views

After installation of Ubuntu 20.04 everything was working well. However, after installing and using some applications (Matlab and Matlab/Dynare) Ubuntu seems to limit my cpu usage. I use openMP and a ...
Roberto's user avatar
  • 21
1 vote
1 answer
3k views

So I'm a little confused about the multicore CPUs - the impression I was initially under and what I thought I heard before was that some programs can't be run across multiple cores - those in which ...
RandomUser123's user avatar
0 votes
1 answer
2k views

If i run a script that processes a path recursively using parallel processing to execute a command on the whole tree if items, am I guaranteed that the commands I use will be executed on all items in ...
maja's user avatar
  • 329
0 votes
1 answer
838 views

When run in -Parallel, the following script does not pass the $basePath variable declared before the start of the parallel block. Instead, it is a null value. This is not a problem when the script is ...
Brian's user avatar
  • 1,115

15 30 50 per page
1
2 3 4 5
8