#14832 closed submission (fixed)
NEW: PETSc 2.3.3-p10
Reported by: | mmoll@… | Owned by: | mamoll (Mark Moll) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | math, science, scientific computing, parallel matrices and vectors | Cc: | mmoll@… |
Port: |
Description
new port for PETSc.
PETSc, pronounced PET-see (the S is silent), is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication.
It seems difficult to come up with a clean integration of the PETSc directory structure with the MacPorts directory structure. So instead, I put everything in ${prefix}/lib/petsc.
Attachments (3)
Change History (11)
Changed 17 years ago by mmoll@…
Changed 17 years ago by mmoll@…
Attachment: | patch-configure.py.diff added |
---|
Changed 17 years ago by mmoll@…
Attachment: | patch-makefile.diff added |
---|
comment:1 Changed 17 years ago by mmoll@…
comment:2 Changed 17 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Owner: | changed from macports-tickets@… to mcalhoun@… |
---|---|
Status: | new → assigned |
comment:3 Changed 16 years ago by wsiegrist@…
Owner: | changed from mcalhoun@… to wsiegrist@… |
---|---|
Status: | assigned → new |
Claiming ticket while I test the new port.
comment:4 Changed 16 years ago by wsiegrist@…
Status: | new → assigned |
---|
comment:5 Changed 16 years ago by wsiegrist@…
Owner: | changed from wsiegrist@… to mmoll@… |
---|---|
Status: | assigned → new |
Assigning back to you since you can commit now. I didnt get a chance to test this one.
comment:6 Changed 16 years ago by mamoll (Mark Moll)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed.
comment:7 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:8 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Note: See
TracTickets for help on using
tickets.
PETSc requires that it is not built by a root user. The patches disable this.