Hello Everyone,
I am trying to generate VTK files on a cluster for a rising bubble in a liquid but I am facing a error:
qcc -D_MPI=1 -O2 -Wall -grid=octree -I/usr/include/openmpi-x86_64 -L/usr/lib64/openmpi/lib -o out bubble2.c -lmpi -lm
non-local variable 'no_points' is modified by this foreach loop:
bubble2.c:165: error: use a loop-local variable, a reduction operation
bubble2.c:165: error: or a serial loop to get rid of this error
rm: cannot remove '.qcco3Mjkd': Directory not empty
Can anybody help me with this error, file is attached for the review of whole code.