[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sshfs
- To: petsc-dev@xxxxxxxxxxx
- Subject: Re: sshfs
- From: "Aron Ahmadia" <aja2111@xxxxxxxxxxxx>
- Date: Thu, 3 Apr 2008 07:03:27 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=+MmKMhLPnJwJ/ME+nWiDR/KajLDsuuCgViKoQaXIJrI=; b=T73tw1XOlQnwfDq0jO/MIgI/17zRmz33gvWhFFv/OY6CKCAjCJ5OPhDakqzeJUwSW0S9Y4MdY+Gc//cGqIhFiswHPUAjDs7R9G5EjoS2lLNulwJEjxxhCCiCwZFOtccagYVCDcCmvaOODD9coG+CmMutmjPUeG5w86s3LOBqHT8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=ih0siHLv2DGgdXdeqdYbmozyAOXEXvQBrNCUMhFZYTuRa3aQJGy1oKD7qvH2vNMQLJquzvQPKnYA9D8CBCBRjHk2JnD7zl8JBhggaLQjYgYdZJYcq6G4Hi4B4oYZq583TEs90HZAY7stbdT2rEiqVa4wnQAeUBnxOSzl3obVzt4=
- In-reply-to: <1207229949.7426.2.camel@aeneas>
- References: <E9103C03-5EB9-406C-AA6E-AA918A30C2D4@mcs.anl.gov> <a9f269830803170823v8961bcdoa9d33adc3eb76ca2@mail.gmail.com> <37604ab40803170827g5b4e191n65e2547081dce970@mail.gmail.com> <1207229949.7426.2.camel@aeneas>
- Reply-to: petsc-dev@xxxxxxxxxxx
- Sender: owner-petsc-dev@xxxxxxxxxxx
http://code.google.com/p/macfuse/ has binary downloads
On Thu, Apr 3, 2008 at 5:39 AM, Ethan Coon <etc2103@xxxxxxxxxxxx> wrote:
> hey Aron,
>
> Is there a good (preferably non-fink) version of sshfs/fuse for mac? I
> saw a few options... MacFuse, http://www.pqrs.org/tekezo/macosx/sshfs/
>
> etc
>
> any thoughts?
>
> ethan
>
>
> On Mon, 2008-03-17 at 11:27 -0400, Aron Ahmadia wrote:
> > Can the namespace issue be fixed with some macro magic?
> >
> > #ifdef UNIQUE_PETSC_NAMESPACE
> > #define Mat PetscMat
> > #endif
> >
> > ...
> > ...
> >
> > #undef Mat
> >
> > This seems like it would satisfy both parties, and a compiler/build
> > flag could uniqueify the namespace if needed.
> >
> > ~A
> >
> > On Mon, Mar 17, 2008 at 11:23 AM, Matthew Knepley <knepley@xxxxxxxxx> wrote:
> > > On Sun, Mar 16, 2008 at 7:38 PM, Barry Smith <bsmith@xxxxxxxxxxx> wrote:
> > > >
> > > >
> > > > There are two significant changes I'd like to see before the
> > > > next PETSc release:
> > > >
> > > > 1) remove the overly complicated (from a user perspective) matrix
> > > > subclassing for the various external
> > > > matrix solver packages and replace with MatSolverSetType() -
> > > > mat_solver_type <type> that simply
> > > > flips the various factorization/solver functions with those
> > > > requested and
> > >
> > > This seems not too hard. Just a layer on top to run the code a user must
> > > run now.
> > >
> > >
> > > > 2) properly name-space PETSc by putting a Petsc in front of all PETSc
> > > > objects, function names etc
> > > > (this will require changing a few names also to keep them below
> > > > the 32 character limit). This will
> > > > be very painful change for some users who are not comfortable
> > > > ever changing code, hence I hesitate
> > > > to do it, but it is the right thing to do and should have been
> > > > done originally.
> > >
> > > I guess I still do not see the need for this. NIMROD is a not a sufficient
> > > driver in my mind. If we really want namespaces, use a real language that
> > > has namespaces. There are plenty. If we are still using C, I say we stick
> > > with the old division. The imposition of this much pain on the overwhelming
> > > majority of users seems unjustified.
> > >
> > > Namespaces issues can be trivially fixed in say C++, which we should do.
> > >
> > > Matt
> > >
> > >
> > >
> > > > Maybe we can do a release in around a couple of months, it would
> > > > be 2.4
> > > >
> > > > Barry
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > What most experimenters take for granted before they begin their
> > > experiments is infinitely more interesting than any results to which
> > > their experiments lead.
> > > -- Norbert Wiener
> > >
> > >
> >
> --
> -------------------------------------------
> Ethan Coon
> DOE CSGF - Graduate Student
> Dept. Applied Physics & Applied Mathematics
> Columbia University
> 212-854-0415
>
> http://www.ldeo.columbia.edu/~ecoon/
> -------------------------------------------
>
>
>