Re: Acess denied while using “make”
OpenLB – Open Source Lattice Boltzmann Code › Forums › on Lattice Boltzmann Methods › General Topics › Acess denied while using “make” › Re: Acess denied while using “make”
January 29, 2018 at 9:09 pm
#2784
Markus Mohrhard
Participant
Hello Ishan,
the easiest way is to copy the OpenLB code to a location that you have full write permissions. A simple example for this would be your home directory. The “Permission denied” message means that you are not allowed to create files in this location.
OpenLB does not store any absolute paths, so you should be fine to copy the existing directory, then call a make clean && make
Hope this helps.
Regards,
Markus