dorsal team mailing list archive
-
dorsal team
-
Mailing list archive
-
Message #00208
Re: [noreply@xxxxxxxxxxxxx: [Branch ~dorsal-core/dorsal/main] Rev 422: Fedora 13 working perfectly (32 bit at least)]
On Sun, 2010-08-22 at 22:23 +0200, Anders Logg wrote:
> What about Trilinos?
>
I don't think that it's a priority yet.
Garth
> --
> Anders
> email message attachment
> > -------- Forwarded Message --------
> > From: noreply@xxxxxxxxxxxxx
> > Reply-to: noreply@xxxxxxxxxxxxx
> > To: Anders Logg <logg@xxxxxxxxx>
> > Subject: [Branch ~dorsal-core/dorsal/main] Rev 422: Fedora 13
> > working perfectly (32 bit at least)
> > Date: Sun, 22 Aug 2010 20:06:26 -0000
> >
> > ------------------------------------------------------------
> > revno: 422
> > committer: garth <garth@fedora32-virtual>
> > branch nick: dorsal
> > timestamp: Sun 2010-08-22 21:04:12 +0100
> > message:
> > Fedora 13 working perfectly (32 bit at least)
> > modified:
> > FEniCS/platforms/contributed/fedora13.platform
> >
> >
> > --
> > lp:dorsal
> > https://code.launchpad.net/~dorsal-core/dorsal/main
> >
> > You are subscribed to branch lp:dorsal.
> > To unsubscribe from this branch go to https://code.launchpad.net/~dorsal-core/dorsal/main/+edit-subscription
> > differences between files attachment (revision-diff.txt)
> > === modified file 'FEniCS/platforms/contributed/fedora13.platform'
> > --- FEniCS/platforms/contributed/fedora13.platform 2010-08-21 17:19:26 +0000
> > +++ FEniCS/platforms/contributed/fedora13.platform 2010-08-22 20:04:12 +0000
> > @@ -21,27 +21,30 @@
> > # This must be set to build various libraries and to run DOLFIN.
> > ##
> >
> > -## Note: scotch with MPI is available as a Fedora package, but it hardwred
> > -## to use mpich2, which causes some link difficulties.
> > +## Note: SCOTCH with MPI is available as a Fedora package, but it hardwired to
> > +## use mpich2, which causes some link difficulties if OpenMPI is used.
> > +## Therefore we build our own verson of SCOTCH.
> >
> > -# Platform specific variables
> > +# Platform specific variables (SCOTCH variable is a trick - it is not 32/64 bit
> > +# specific).
> > default PETSC_ARCH=linux-gnu-cxx-opt
> > +default SCOTCH_ARCH=i686_pc_linux2
> >
> > # Define the packages this platform needs
> > PACKAGES=(
> > -skip:parmetis
> > -#scotch
> > -skip:petscextra
> > -skip:slepc
> > +parmetis
> > +scotch
> > +petscextra
> > +slepc
> > # swiginac
> > -skip:mtl
> > -skip:fiat
> > -#ferari
> > -skip:ufc
> > -skip:ufl
> > -skip:ffc
> > +mtl
> > +fiat
> > +# ferari
> > +ufc
> > +ufl
> > +ffc
> > # syfi
> > -skip:viper
> > -skip:instant
> > +viper
> > +instant
> > dolfin
> > )
> >
> _______________________________________________
> Mailing list: https://launchpad.net/~dorsal
> Post to : dorsal@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dorsal
> More help : https://help.launchpad.net/ListHelp
Follow ups
References