Skip to content

Re: Acess denied while using “make”

#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