Commit a7e894a2 authored by Giovanni Lacopo's avatar Giovanni Lacopo
Browse files

last changes in readme

parent 85dc5253
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -46,7 +46,9 @@ mpirun -np [n] [executable] data/paramfile.txt

###########################################


In the case in which the code has been compiled without either -fopenmp or -D_OPENMP options,
the code is forced to use the standard MPI_Reduce implementation, since our reduce works
only with OpenMP.