Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

linux smp 2.2.17 hangs

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

llorenc scilrp at clust.uib.es
Fri Nov 3 08:01:25 PST 2000


Hello. I'm new here. I have a problem with a dual processor motherboard
(Supermicro PIIIDR3) running linux smp 2.2.17. When I run two for loops,
(one in each processor) after a while my computer hangs. Can anyone help
me please?

Here are the code:
main()
{
unsigned int;
for(i=0;i<100000000;i++)
    ;
}

At the pronpt shell:
> gcc loop.c -o loop
>time ./loop & time ./loop





More information about the Beowulf mailing list