ⵣAryazⵣ
06/26/2025, 2:20 PMCult obliterator 4000
06/26/2025, 3:15 PMCult obliterator 4000
06/26/2025, 3:15 PMYann
06/26/2025, 3:21 PM{
name edge1;
patchInfo
{
type cyclicAMI;
method faceAreaWeightAMI;
neighbourPatch edge_slave;
transformType none;
matchTolerance 0.001;
}
constructFrom patches;
patches (edge);
}
{
name edge2;
patchInfo
{
type cyclicAMi;
neighbourPatch edge;
transformType none;
matchTolerance 0.001;
method faceAreaWeightAMI;
}
constructFrom patches;
patches (edge_slave);
}
- ``neighbourPatch`` should be ``edge2`` and ``edge1``, respectively.
- there is a typo on the edge2 type => `` cyclicAMi;``Cult obliterator 4000
06/26/2025, 5:24 PMthe Food
06/27/2025, 7:20 PMthe Food
06/27/2025, 7:21 PMthe Food
06/27/2025, 9:25 PMCult obliterator 4000
06/29/2025, 11:36 PMthe Food
07/02/2025, 1:28 AMthe Food
07/02/2025, 1:28 AMotaolafr
07/02/2025, 7:54 AMfor (( i=2; i<$leni_i; i++ )); do
(
caseName="run_i_$i"
if [ -d "$caseName" ]; then
cd "$caseName" || exit 1
if [ -f "log.foamRun" ]; then
if ! tail log.foamRun | grep -q "Finalising parallel run"; then
prepare_allrun_i "$i"
./Allrun
fi
else
prepare_allrun_i "$i"
./Allrun
fi
else
cp -r "../../$originalCase" "$caseName"
cd "$caseName" || exit 1
prepare_allrun_i "$i"
./Allrun
fi
cd ../../..
) &
# allow to execute up to $N jobs in parallel
if [[ $(jobs -r -p | wc -l) -ge $N ]]; then
# now there are $N jobs already running, so wait here for any job
# to be finished so there is a place to start next one.
wait -n
fi
done
otaolafr
07/02/2025, 7:54 AMStarting time loop
[calcul2-Precision-7960-Tower:2065564] *** An error occurred in MPI_Recv
[calcul2-Precision-7960-Tower:2065564] *** reported by process [1712390145,32]
[calcul2-Precision-7960-Tower:2065564] *** on communicator MPI COMMUNICATOR 3 SPLIT FROM 0
[calcul2-Precision-7960-Tower:2065564] *** MPI_ERR_TRUNCATE: message truncated
[calcul2-Precision-7960-Tower:2065564] *** MPI_ERRORS_ARE_FATAL (processes in this communicator will now abort,
[calcul2-Precision-7960-Tower:2065564] *** and potentially your MPI job)
[calcul2-Precision-7960-Tower:2065505] 5 more processes have sent help message help-mpi-errors.txt / mpi_errors_are_fatal
[calcul2-Precision-7960-Tower:2065505] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
so it goes normally until the ./Allrun where it fails. on the other side, if I simply after cd into the folder and run ./Allrun this runs without issuestkeskita
07/02/2025, 3:43 PMotaolafr
07/02/2025, 4:32 PMtkeskita
07/02/2025, 5:20 PMotaolafr
07/02/2025, 8:29 PMPartypaul
07/06/2025, 3:12 PMkid with polio
07/06/2025, 8:24 PMPartypaul
07/07/2025, 2:25 PMMateo
07/08/2025, 2:39 AMqr
07/08/2025, 6:17 AMMateo
07/08/2025, 4:08 PMqr
07/08/2025, 4:21 PMCult obliterator 4000
07/08/2025, 11:08 PMCult obliterator 4000
07/08/2025, 11:09 PMCult obliterator 4000
07/08/2025, 11:09 PMCult obliterator 4000
07/08/2025, 11:10 PM