compiling error on nrsconfig #434
Unanswered
YunchaoYang
asked this question in
Compiling
Replies: 2 comments 1 reply
-
I cannot reproduce it on my end. Can you please outline (step-by-step) what you did. |
Beta Was this translation helpful? Give feedback.
1 reply
-
That's odd because we set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to compile nekrs on a supercomputer. I encountered this error on nrsconfig:
CMake Error: Could not open file for write in copy operation /usr/local/nekrs.conf.tmp
CMake Error: : System Error: Permission denied
CMake Error at CMakeLists.txt:330 (configure_file):
configure_file Problem configuring file
It seems that cmake is trying to access the system folder /user/local,
but isn't it supposed to use $NEKRS_HOME=$HOME/.local/nekrs ?
Any suggestions on how to resolve this?
Thanks in advance
.
Beta Was this translation helpful? Give feedback.
All reactions