Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
138 views

Is this practical on a small supercomputer?

I'm investigating WEP and as part of that, I'm toying with the RC4 algorithm. I'm trying to decide if an inverse table is feasible to write (although large... I don't have the space and I don't intend ...
3
votes
2answers
354 views

Is the PVM (parallel virtual machine) library widely used in HPC?

Has everyone migrated to MPI (message passing interface) or is PVM still widely used in supercomputers and HPC?
3
votes
6answers
289 views

Will the accessibility of supercomputers change software engineering?

After reading this Computer World article, I've found some supercomputers that I readily available for less than $10000US. To me, that's a huge shock. However, I'm curious as to how this will impact ...
2
votes
0answers
37 views

a cloud (super) computing service [closed]

I have an assignment to reproduce some computational experiment. Writing the code (c++, single threaded) that reproduces the experiment itself is not really hard. However the experiment I chose ...
2
votes
2answers
587 views

Raspberry Pi cluster, neuron networks and brain simulation

Since the RBPI (Raspberry Pi) has very low power consumption and very low production price, it means one could build a very big cluster with those. I'm not sure, but a cluster of 100000 RBPI would ...
2
votes
4answers
234 views

Orbital equations, and power required to run them

Due to a discussion on the SO IRC today, I'm curious about orbital mechanics, and The equations needed to solve orbital problems The computing power required to solve complex problems The question ...
1
vote
0answers
85 views

Apply for supercomputing time [closed]

For testing and running some very intensive C++ number crunching applications, we need to apply for supercomputing time. I would like to get feedback and opinions from you; which calls do you follow, ...
1
vote
2answers
446 views

What is the different between a Cluster and MPP supercomputer architecture

What is the different between a Cluster and MPP supercomputer architecture? Thanks in advance!
1
vote
2answers
61 views

Basic guidelines for high-performance benchmarking

I am going to benchmark several implementations of a numerical simulation software on a high-performance computer, mainly with regard to time - but other resources like memory usage, inter-process ...
0
votes
1answer
77 views

C vs Fortran for BLAS 2

I have an application in which I need to carry out a lot of Norms, Dot Products and most importantly, Matrix Vector multiplications. matrix and vectors are huge. Matrix dimension is tending to be a ...
0
votes
0answers
22 views

Automatically reconfigure test for different cache/memory sizes

I'm currently working on building a testing suite that will include the STREAM memory benchmark.. The documentation says that one of the parameters should be adjusted depending on the machine that the ...
0
votes
0answers
38 views

What proportion of HPC problems are bandwidth/network limited? [closed]

In terms of High Performance Computing or parallel processing, what proportion of problems are network limited as opposed to processor limited? EDIT: Obviously there is no exact figure to this but ...
-3
votes
1answer
47 views

Is supercomputer also powerful for serial computation? [closed]

As supercomputer have many CPUs, parallel computing is their native strength, but for single thread serial computation, how will it be? Still uncomparabally fast than normal PC? thank you!