Home
last modified time | relevance | path

Searched refs:uniq (Results 1 – 4 of 4) sorted by relevance

/petsc/lib/petsc/bin/maint/
H A Dcheck-fortran-coverage.sh12 awk '{for(i=1;i<=NF;i++) if($i=="subroutine") print $(i+1)}' | sort | uniq
/petsc/lib/petsc/conf/
H A Drules_util.mk176 …-@git ls-files *.cu *.kokkos.cxx | xargs -I{} sh -c 'basename "{}"' | sort | uniq -d >> checkbadS…
265 …(http[s]*://[-a-zA-Z0-9_./()?=&+%~]*\).*!\1!g' | sed 's/\.$$//g' | sort | uniq| awk '{ print lengt…
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c84 PetscInt uniq; in PetscPartitionerView_Multistage() local
92 PetscCall(ISRenumber(is, NULL, &uniq, NULL)); in PetscPartitionerView_Multistage()
95 if (gem) uniq--; in PetscPartitionerView_Multistage()
96 …tscInt_FMT " partitioners (%" PetscInt_FMT " unique groups, %d empty processes)\n", l, uniq, gem)); in PetscPartitionerView_Multistage()
/petsc/
H A Dmakefile512 …1 | cut -d' ' -f3 | grep -v "\*" | tr -s '\012' | tr 'A-Z' 'a-z' | sort | uniq > /tmp/countcfuncti…