[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Establishing Fast Eth Beowulf Cluster for Using PETSc on that
- To: petsc-users@xxxxxxxxxxx, petsc-maint@xxxxxxxxxxx, knepley@xxxxxxxxx, bsmith@xxxxxxxxxxx, jeff.science@xxxxxxxxx
- Subject: Establishing Fast Eth Beowulf Cluster for Using PETSc on that
- From: "amjad ali" <amjad11@xxxxxxxxx>
- Date: Fri, 23 Nov 2007 18:10:55 +0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=x3a/YMdoCUwQ/77QaLASih1Li8dxlPyEQu/vw3ai78A=; b=OeVTJMrS/AB0JfwE8IDsyDhwUqE/td4XZd2ipk/zBCuQ/JjnQdDcD10ZinK3u2ty/BHU4zURgVa11Lb69293nz1yTXPCggL9trOWGxgwgJfkTEnpX9ajI5YWQf96N2OU0L6gq2tBSBlEB7iA3k272EZPgZwzWyl8r5BryvDPvrE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=rof9WA46OfdF2ujWZM+DisJqgaZAxz0Syn21/SRrIbZCCd0ZjNj7vhNuUx++28IpLLyZ345tmCa6SwzJmFLKj0QotLcoqFUQZ+z0jPwN9PvuPOLcwoqiCb/6paFJlpLwCPGM1LaLiXsLh9pg+GMznJNrr63F/CgxbXAVjKJr9jE=
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
Hello everybody at PETSc-maint and PETSc-users,
Being new in cluster world what I have learnt to establish a simple PC
cluster is to do
1)setup network (making master node as NFS server, compute nodes as NFS clients)
2)setup login system (RSH/SSH)
3)setup parallel environment (MPI).
Now I want to setup a new Beowulf Cluster of few PCs to run PETSc
program on that. please tell me steps of how to build it. I do not
want to install MPICH2 separately on the cluster (just want to
install/use as a part of PETSc).
I have successfully tested PETSc parallel programs on my PC
(definately with your kind guidence).
Regards,
Amjad Ali.