diff --git a/README.rst b/README.rst index f7381d0..30499c5 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ loadleveller ============ -**Notice: Consider using `Carlo.jl `, an updated Julia framework that does something very similar to this project. This older C++ code is provided without maintenance or support for interested people who are unable to use Julia. Feel free to fork!** loadleveller is a C++ framework for creating MPI distributed Monte Carlo simulations. It takes care of data storage and error handling and other functionalities common to all MC codes. The only thing you have to implement is the actual update and measurement code.