Update troubleshooting authored by Matthieu Boileau's avatar Matthieu Boileau
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# Content
<!-- DOCTOC SKIP -->
- [Troobleshooting](#troobleshooting)
- [My code runs slower on a computing server than on my laptop. Whay is the problem ?](#my-code-runs-slower-on-a-computing-server-than-on-my-laptop-whay-is-the-problem)
- [CMake](#cmake)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
# Troobleshooting
### My code runs slower on a computing server than on my laptop. Whay is the problem ?
### My code runs slower on a computing server than on my laptop: What's the problem ?
You might experience drops in performance when scaling to a larger computer, for example from a laptop. The most common way to solve this is to export the following variable:
......
......