Finished review. The only point left is in results line 105, where I added a comment.
This commit is contained in:
@@ -94,7 +94,7 @@ point.
|
||||
\subsection{Phase transition}\label{subsec:phase_transition}
|
||||
% Phase transition figures
|
||||
We continued investigating the behavior of the system around the critical temperature.
|
||||
First, we generated $10$ million samples of spin configurations for lattices of
|
||||
First, we generated $10$ million samples of spin configurations, per temperature, for lattices of
|
||||
size $L \in \{20, 40, 60, 80, 100\}$, and temperatures $T \in [2.1, 2.4]$. We divided the
|
||||
temperature range into $40$ steps, with an equal step size of $0.0075$. The samples
|
||||
were generated in parallel, where the program allocated $4$ sequential temperatures to $10$
|
||||
@@ -102,7 +102,7 @@ MPI processes. Each process was set to spawn $10$ threads, resulting in a total
|
||||
$100$ threads working in parallel. We include results for $1$ million MC cycles
|
||||
in Appendix \ref{sec:additional_results}
|
||||
|
||||
$\boldsymbol{Rewrite}$ We ran a profiler to make sure the program was fully optimized which found that the
|
||||
$\boldsymbol{Rewrite}$ We used a profiler to make sure the program was fully optimized which found that the
|
||||
workload was balanced, the threads was not left idle to long/not a lot of downtime.
|
||||
|
||||
In Figure \ref{fig:phase_energy_10M}, for the larger lattices we observe a sharper
|
||||
|
||||
Reference in New Issue
Block a user