The "Mosek Environment" refers to the mosek.Env class (in Java) or the
object created by MSK_makeenv() (in C). The environment can be used in
multiple threads running in parallel, but not between multiple
processes. In java all threads run within the same process and they
may use the same mosek.Env instance.