[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem in Using PETSc examples
- To: petsc-users@xxxxxxxxxxx
- Subject: Re: Problem in Using PETSc examples
- From: "Jeff Hammond" <jeff.science@xxxxxxxxx>
- Date: Sun, 16 Sep 2007 09:29:39 -0700
- 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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=BjFcylyac4hNyIiNXbzdcJX+wxkuYJYWPp1kGJojrWk=; b=K6q5S4jFZ5jYmni1CBMMZzSIRLlvjke12jLojwtNkbAx2HlaKaG4VtJrCZcbzYDwD3MXcYVETqIBEB9uZzy6odB5dyFSLwHH2zw3EHJv1NAgiWnrfhIJkDABY/b7CRyuG+8VK/F39kBda+86WigrKZNBPuMfCLDPA7P9vIuP8rY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NKhTajnqe0FsLUdtdaEVTvpSo/Td2DaqJw8gOWU0cjtuEH2xF2/3D/2mb7E06jHZMQjl02F++oCliVr/pBKrX+s217S84A/iIovDJqbC692WnXdgHc0eV7Fm8zezeWEjQZb8ua074vxddxr/tQyq4WyihzA7TKXS5E8D2Ee3Mbw=
- In-reply-to: <428810f20709160407u18c4e88ek7ba3f00b40362e5d@mail.gmail.com>
- References: <428810f20709092257s46f491f9q37079d4d5b0c43@mail.gmail.com> <428810f20709110032y379676d9rf19fca5917a4da84@mail.gmail.com> <a9f269830709110547t4f7e0d1auba43c70923f26a5e@mail.gmail.com> <428810f20709130319y490877c4y8f10ebe2928a13a5@mail.gmail.com> <a9f269830709130503w77a1fbd9m5301fdaed127166@mail.gmail.com> <428810f20709131057t4f4470a3m1fbde83aeec4800d@mail.gmail.com> <a9f269830709131102hd9c0daes8554516d9637a4c@mail.gmail.com> <428810f20709131112w617224a5u17dfe582977ac05f@mail.gmail.com> <a9f269830709131257y1cb33e45t9f8a763d7a562f30@mail.gmail.com> <428810f20709160407u18c4e88ek7ba3f00b40362e5d@mail.gmail.com>
- Reply-to: petsc-users@xxxxxxxxxxx
- Sender: owner-petsc-users@xxxxxxxxxxx
Try this instead:
> mpiexec ./ex1
It works for me:
------------------------------------------------------------------------------------------------
> mpiexec ex1
problem with execution of ex1 on davidson: [Errno 2] No such file
or directory
> mpiexec ./ex1
> mpiexec ex10
problem with execution of ex10 on davidson: [Errno 2] No such file
or directory
> mpiexec ./ex10
m = 1, N=81
Matrix Object:
type=seqbaij, rows=36, cols=36
total: nonzeros=1200, allocated nonzeros=1200
block size is 1
matrix 1 norm = 34.0627
Norm of error < 1.e-12, Number of iterations 9
------------------------------------------------------------------------------------------------
Best,
Jeff