Error in building the 'hello world' example. #2799
Replies: 2 comments
-
Hi Yang, Judging by the error message it seems there could be some filesystem and execution privileges that you need but do not have. Have you had other issues with git repositories? I think it would be worth it to try Also, could you tell me a little more about the the steps and commands you made that gave you these messages? With this info I can probably revise the directions in the helloworld example to be more comprehensive. Thanks for your question, Erik |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
When I tried to build the 'helloworld' example, I met the following error:
fatal: Not a git repository (or any parent up to mount point /public3)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Loading ../../../../amrex/Tools/GNUMake/comps/intel.mak...
Loading ../../../../amrex/Tools/GNUMake/sites/Make.unknown...
../../../../amrex/Tools/GNUMake/Make.rules:495: tmp_build_dir/d/3d.intel.DEBUG.EXE/f90.depends: No such file or directory
Generating AMReX_Version.H ...
/bin/sh: ../../../../amrex/Tools/libamrex/mkversionheader.py: Permission denied
make: *** [tmp_build_dir/s/3d.intel.DEBUG.EXE/AMReX_Version.H] Error 126
Is there any idea on how to fix the issue?
Beta Was this translation helpful? Give feedback.
All reactions