<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in zgcommf.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b0dcfd164860a975c76f90dabf1036901aab1c4e - Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#b0dcfd164860a975c76f90dabf1036901aab1c4e</link>
        <description>Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;Minor cleanup of Fortran binding stuff to simplify future maintainanceSee merge request petsc/petsc!8218

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Sun, 23 Mar 2025 00:45:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6dd63270497ad23dcf16ae500a87ff2b2a0b7474 - Minor cleanup of Fortran binding stuff to simplify future maintainance</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#6dd63270497ad23dcf16ae500a87ff2b2a0b7474</link>
        <description>Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Thu, 20 Mar 2025 13:06:44 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>a663c1dff89745b9e1982b54aa196ff99445d9a0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#a663c1dff89745b9e1982b54aa196ff99445d9a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Thu, 13 Apr 2023 05:01:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fafa78139c5fc557f20470fb5d6ffa3e3be80d85 - Merge branch &apos;barry/2023-04-11/run-clang-format-on-ftn-custom/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#fafa78139c5fc557f20470fb5d6ffa3e3be80d85</link>
        <description>Merge branch &apos;barry/2023-04-11/run-clang-format-on-ftn-custom/release&apos; into &apos;release&apos;Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initiallySee merge request petsc/petsc!6310

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Thu, 13 Apr 2023 04:17:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5975b3b6e3931510e2a64a701673cbe1930c6f42 - Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#5975b3b6e3931510e2a64a701673cbe1930c6f42</link>
        <description>Format the ftn-custom files with clang-format. Apparently no particular reason we did not format them initially

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Tue, 11 Apr 2023 16:48:42 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f507b629d56552da62d0fe86c85192f61ce7729f - Merge branch &apos;balay/remove-stdcall&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#f507b629d56552da62d0fe86c85192f61ce7729f</link>
        <description>Merge branch &apos;balay/remove-stdcall&apos; into &apos;master&apos;Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL,...See merge request petsc/petsc!2546

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Fri, 21 Feb 2020 18:22:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>19caf8f3c08b1f0ca9f5469bde385c134aa76c82 - Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#19caf8f3c08b1f0ca9f5469bde385c134aa76c82</link>
        <description>Remove usage of PETSC_HAVE_FORTRAN_STDCALL, PETSC_BLASLAPACK_STDCALL, HAVE_FORTRAN_MIXED_STR_ARG flags - as Compaq f90 compiler is no longer supported

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Fri, 21 Feb 2020 18:22:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e366c154b69cf29c88be23f768f0f07dd2b3250c - Merge commit &apos;d47bf9aaf1e5266cc3f0ff499f934c85788965a9&apos; into jed/fix-matcreatempibaij/maint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#e366c154b69cf29c88be23f768f0f07dd2b3250c</link>
        <description>Merge commit &apos;d47bf9aaf1e5266cc3f0ff499f934c85788965a9&apos; into jed/fix-matcreatempibaij/maintObtain changed (v3.5) handling of MatMPIBAIJSetPreallocationCSR to matchdocumentation.

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Wed, 15 Nov 2017 03:23:31 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>1ceb14c030f320ad962f864c6f8de98a26bbbaf7 - Merge branch &apos;master&apos; into pr263/PierreBdR/ts-domain-error-in-stage/master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#1ceb14c030f320ad962f864c6f8de98a26bbbaf7</link>
        <description>Merge branch &apos;master&apos; into pr263/PierreBdR/ts-domain-error-in-stage/master

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Fri, 23 Oct 2015 03:37:39 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3aa2d9e3a17455108487be9a174c0f069d9014ad - Merge branch &apos;barry/fix-nonew-notcollective/maint&apos; into jed/mat-assembly-perf</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#3aa2d9e3a17455108487be9a174c0f069d9014ad</link>
        <description>Merge branch &apos;barry/fix-nonew-notcollective/maint&apos; into jed/mat-assembly-perfJed this fucking 6+ month running thing in next that is not in master is a royal fucking pain in the ass andan abuse of git. I think it is not justified to ever have anything in next for more than a few weeks at most.Either take it out of next if it is broken or put it in master if it is not broken. Hanging around in next butnot master for ever is not a good policy.

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Sat, 15 Aug 2015 01:10:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e1b06f76ad35ce2a89fc667d1feb3b2de35f6e0a - Merge branch &apos;master&apos; into knepley/solkx</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#e1b06f76ad35ce2a89fc667d1feb3b2de35f6e0a</link>
        <description>Merge branch &apos;master&apos; into knepley/solkx* master: (6933 commits)  Bib: Added reference  Includegraph: Updated for compatibility with new folder layout.  Add SNESLineSearchReason to fortran includes Also truncate names to fit 32 char fortran limit  fix compile warnings /usr/home/balay/petsc.clone-2/src/vec/vec/interface/vector.c:1944: warning: division by zero in &apos;1.0e+0 / 0.&apos; /usr/home/balay/petsc.clone-2/src/ksp/ksp/interface/itfunc.c:508: warning: &apos;vec_rhs&apos; may be used uninitialized in this function  updated output for new trust region initial size  initial size of the trust region is set as a percent of the norm of the initial guess, it should not be related to the initial norm of the function (which is kind of nuts).  The default bounds for SNESVISetVariableBounds() in the manual page were reversed from correct values  Bib: Added refs  Bib: Update MPICH webpage  Plex: Forgot to close file  removed nonexistent ex46f from makefile test rule  Revert &quot;fixed bad merge into master&quot;  fixed bad merge into master  fix memory leak in mkl_pardiso fix some formatting in mkl_pardiso code  mv runex111 from TESTEXAMPLES_C to TESTEXAMPLES_DATAFILESPATH  Mat+Doc: More Fortran docs  Plex ex3: Run tests with the correct number of field components  Bib: Added TetGen cite  parmetis: make sure &apos;ldd libparmetis.so&apos; points to the correct libmetis.so that its linked with.  small fix as reported by the nightly test  ...Conflicts:	config/builder.py

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Wed, 20 May 2015 13:47:27 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fbbfd4723ecc59da2191385614f809b84d9232dc - Merge branch &apos;master&apos; into tisaac/dmforest</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#fbbfd4723ecc59da2191385614f809b84d9232dc</link>
        <description>Merge branch &apos;master&apos; into tisaac/dmforestdirectory layout changed again: merging to switching branches back and forthdoesn&apos;t cause reconfigure to have a hard time* master: (357 commits)  removed nonexistent ex46f from makefile test rule  Revert &quot;fixed bad merge into master&quot;  fixed bad merge into master  fix memory leak in mkl_pardiso fix some formatting in mkl_pardiso code  mv runex111 from TESTEXAMPLES_C to TESTEXAMPLES_DATAFILESPATH  Mat+Doc: More Fortran docs  Bib: Added TetGen cite  parmetis: make sure &apos;ldd libparmetis.so&apos; points to the correct libmetis.so that its linked with.  small fix as reported by the nightly test  add a test for MatPtAP()  small cleanup; add tests  cleanup MatPtAPSymbolic_MPIAIJ_MPIAIJ()  Fix nonzerostate tracking in all MATMPI types.  update location of test matrices in faq.html file  unused variable still declared  Fix for MatLoad_MPIDense() from sparsely stored matrix also fix for  MatLoad_MPIDense_DenseInFile() when matrix has not had its local sizes preset by user  Preserve the B nonzerostate during disassembly.  TSEvent: Fix arch-mswin nightly errors due to declaring variables in the middle of a function.  Fix error in parallel loading of dense format matrix  removed KSPSetNullSpace() since mat already carries that information and having two locations for it is confusing, unnecessary and prone to error added MatSetTransposeNullSpace() for providing the null space of the transpose of the matrix and added support in KSPSolve() to remove this null space from the right handside of the linear system thus making the system consistent.  ...

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Mon, 18 May 2015 17:57:44 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;tisaac@ices.utexas.edu&gt;</dc:creator>
    </item>
<item>
        <title>c45870e7ddd12d2684968a8b3c377779cae98d68 - Merge branch &apos;master&apos; into knepley/feature-composable-callbacks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#c45870e7ddd12d2684968a8b3c377779cae98d68</link>
        <description>Merge branch &apos;master&apos; into knepley/feature-composable-callbacks* master: (151 commits)  PetscMalloc: Fix handling of zero-sized allocations  add note to DMGetLocal/GlobalVector() about intended short-time usage of the vectors.  sf: use patched openmpi tarball that has a potential fix for sf example hang  SNES problems that set VI bounds must use a VI solver since the other solvers ignore the bounds  pounders viewer did not cast PetscReal to double in printf nor use %D instead of %d  fix ts ex20adj  fix ts theta  fixed another variable declaration in the middle of a code block  example main() had PetscInt return type and argument that should be int  DMDAVTKWriteAll_VTS: Fix handling of higher-dimension coordinates  fixed example that declared variables in the middle of a function  C programs do not return PetscInt nor do they take an argument that is PetscInt, fixed example that did  You cannot declare variables in the middle of functions in PETSc.  add ierr checking to PetscOptionsBegin/End() in example  configure: add error check if user specifies PETSC_ARCH=-dbg [i.e starts with a &apos;-&apos;]  scale norm of vector difference by norm of vector to insure it is small enough to consider the two vectors equal  missing PetscViewerDestroy() added  MatNestGetISs: use custom fortranstub to handle PETSC_NULL_OBJECT  update location of open-mx website on FAQ page  If the user sets bounds and calls a solver that does not support them, throw an error.  ...

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Mon, 04 May 2015 17:41:17 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>af3d4eeb6305b2874c3a5f9c86b8218b631155fb - Merge branch &apos;pr192/Fande-Kong/scalable-matincreaseoverlap/master&apos; of https://bitbucket.org/petsc/petsc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#af3d4eeb6305b2874c3a5f9c86b8218b631155fb</link>
        <description>Merge branch &apos;pr192/Fande-Kong/scalable-matincreaseoverlap/master&apos; of https://bitbucket.org/petsc/petsc

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Thu, 16 Apr 2015 22:22:10 +0000</pubDate>
        <dc:creator>Fande Kong &lt;fdkong.jd@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f1c23e0e28375b6cfb403ac12250cd2b606dd9bd - Merged petsc/petsc into master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#f1c23e0e28375b6cfb403ac12250cd2b606dd9bd</link>
        <description>Merged petsc/petsc into master

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Wed, 15 Apr 2015 21:20:44 +0000</pubDate>
        <dc:creator>Fande Kong &lt;fdkong.jd@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4bc2dc4bd263f882f69e906548202714ae1fb6b6 - Merge branch &apos;master&apos; into stefano_zampini/pcbddc-adaptive-selection</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#4bc2dc4bd263f882f69e906548202714ae1fb6b6</link>
        <description>Merge branch &apos;master&apos; into stefano_zampini/pcbddc-adaptive-selectionConflicts:	src/ksp/pc/impls/bddc/bddcprivate.c	src/ksp/pc/impls/bddc/bddcscalingbasic.c	src/mat/impls/aij/mpi/mumps/mumps.c	src/mat/impls/is/matis.h

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Wed, 15 Apr 2015 09:46:17 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>305f5a7e44864037ff846e12e0c4e0cafc78b957 - Merged master into semihozmen/ksp-fcg-eigen-comp-support</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#305f5a7e44864037ff846e12e0c4e0cafc78b957</link>
        <description>Merged master into semihozmen/ksp-fcg-eigen-comp-support

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Tue, 14 Apr 2015 21:55:25 +0000</pubDate>
        <dc:creator>semihozmen &lt;semihozmen@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f9185b66528dabef5134ab6cdcf228fe8b971b0e - Merge branch &apos;master&apos; into pr192/Fande-Kong/scalable-matincreaseoverlap/master</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/objects/ftn-custom/zgcommf.c#f9185b66528dabef5134ab6cdcf228fe8b971b0e</link>
        <description>Merge branch &apos;master&apos; into pr192/Fande-Kong/scalable-matincreaseoverlap/masterNeeded to merge master to update to new calling sequence PetscCommBuildTwoSided

            List of files:
            /petsc/src/sys/objects/ftn-custom/zgcommf.c</description>
        <pubDate>Mon, 13 Apr 2015 19:14:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
