bpsh and memory leak - wien - solution
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.
Florent Calvayrac Florent.Calvayrac at univ-lemans.frFri Oct 4 02:58:20 PDT 2002
- Previous message: bpsh and memory leak - wien - solution
- Next message: bpsh and memory leak - wien
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Donald Becker wrote:
>
> As the ramdisk fills, it grows.
sorry to contradict you here, but the following C program
----------
#include<stdio.h>
main()
{
FILE *f;
f=fopen("/tmp/full","w");
for(;;) fprintf(f,"hh");
}
-----------------
when ran with a
bpsh 0 ./a.out
just fills the ramdisk until bpsh 0 df gives 0% free...then nothing more happens,
the node 0 does not swap !
>
> Hmmm, what is the behavior with
> bpsh -n ...
memory explodes as well.
I guess the program is writing to /dev/null, not reading from it.
> > by files and scripts, normally rsh/nfs is needed and not mpi).
>
> Thanks for posting the solution. On the driver mailing lists there are
> often questions but no follow-ups when things work.
Indeed I am an evil communist partisan of open source and reciprocity.
--
Florent Calvayrac |
Laboratoire de Physique de l'Etat Condense |
UMR-CNRS 6087 | http://www.univ-lemans.fr/~fcalvay
Universite du Maine-Faculte des Sciences |
72085 Le Mans Cedex 9
- Previous message: bpsh and memory leak - wien - solution
- Next message: bpsh and memory leak - wien
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
