Home
last modified time | relevance | path

Searched refs:outcomm (Results 1 – 7 of 7) sorted by relevance

/dports/net/mpich/mpich-3.4.3/test/mpi/comm/
H A Dcomm_idup_comm.c48 errs += MTestTestComm(outcomm); in main()
49 MTestFreeComm(&outcomm); in main()
53 errs += MTestTestComm(outcomm); in main()
54 MTestFreeComm(&outcomm); in main()
63 errs += MTestTestComm(outcomm); in main()
64 MTestFreeComm(&outcomm); in main()
78 outcomm = MPI_COMM_NULL; in main()
82 errs += MTestTestComm(outcomm); in main()
83 MTestFreeComm(&outcomm); in main()
104 errs += MTestTestComm(outcomm); in main()
[all …]
H A Dcomm_idup_comm2.c48 MPI_Comm_dup(dupcomm, &outcomm); in main()
49 errs += MTestTestComm(outcomm); in main()
50 MTestFreeComm(&outcomm); in main()
54 errs += MTestTestComm(outcomm); in main()
55 MTestFreeComm(&outcomm); in main()
64 errs += MTestTestComm(outcomm); in main()
65 MTestFreeComm(&outcomm); in main()
79 outcomm = MPI_COMM_NULL; in main()
83 errs += MTestTestComm(outcomm); in main()
84 MTestFreeComm(&outcomm); in main()
[all …]
/dports/net/mpich/mpich-3.4.3/test/mpi/threads/comm/
H A Didup_comm_gen.c38 MPI_Comm outcomm; in test_idup() local
52 MPI_Comm_dup(incomm, &outcomm); in test_idup()
53 errs[tid] += MTestTestComm(outcomm); in test_idup()
54 MTestFreeComm(&outcomm); in test_idup()
58 errs[tid] += MTestTestComm(outcomm); in test_idup()
59 MTestFreeComm(&outcomm); in test_idup()
68 errs[tid] += MTestTestComm(outcomm); in test_idup()
69 MTestFreeComm(&outcomm); in test_idup()
83 outcomm = MPI_COMM_NULL; in test_idup()
87 MTestFreeComm(&outcomm); in test_idup()
[all …]
/dports/math/gretl/gretl-2021d/plugin/
H A Djmulti_import.c103 int outcomm = 0; in get_jmulti_comment() local
114 outcomm = 1; in get_jmulti_comment()
120 if (incomm && !outcomm) { in get_jmulti_comment()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Drepartition.hh756 std::shared_ptr<Dune::OwnerOverlapCopyCommunication<T1,T2>>& outcomm,
1207 bool ret = buildCommunication(graph, realpart, oocomm, outcomm, redistInf, in commGraphRepartition()
1234 std::shared_ptr<Dune::OwnerOverlapCopyCommunication<T1,T2>>& outcomm, in graphRepartition() argument
1441 bool ret = buildCommunication(graph, setPartition, oocomm, outcomm, redistInf, in graphRepartition()
1724 outcomm = std::make_shared<OOComm>(outputComm,SolverCategory::category(oocomm),true); in buildCommunication()
1727 int newrank=outcomm->communicator().rank(); in buildCommunication()
1732 typename OOComm::ParallelIndexSet& outputIndexSet = outcomm->indexSet(); in buildCommunication()
1841 outcomm->remoteIndices().setNeighbours(tneighbors); in buildCommunication()
1842 outcomm->remoteIndices().template rebuild<true>(); in buildCommunication()
1875 std::shared_ptr<P>& outcomm, in graphRepartition() argument
[all …]
/dports/devel/fpp/fdfpp/src/
H A Dproc.c436 outcomm(Comment *com) { in outcomm() function
564 outcomm(comments); in outtok()
1364 outcomm(comments); in process()
1410 outcomm(comments); in process()
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajfeatwrite.c3819 AjPStr outcomm = NULL; in featDumpPir() local
3832 ajStrAssignClear(&outcomm); in featDumpPir()
3869 ajFmtPrintAppS(&outcomm, " #%S", featoutValTmp); in featDumpPir()
3892 ajFmtPrintF(file, "%S\n", outcomm); in featDumpPir()
3893 ajStrDel(&outcomm); in featDumpPir()