We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoWRFChem-Base/runwrf
Line 156 in 9c1e34f
Error after ./autowrfchem run --ntasks=140:
./autowrfchem run --ntasks=140
[proxy:0:0@log03] HYDU_create_process (../../utils/launch/launch.c:825): execvp error on file wrf.exe (No such file or directory)
Because wrf.exe is not in $PATH and have not been specified, it can't be excuted. Solution:
wrf.exe
runcmd="mpirun -np $ntasks ./wrf.exe"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AutoWRFChem-Base/runwrf
Line 156 in 9c1e34f
Error after
./autowrfchem run --ntasks=140
:Because
wrf.exe
is not in $PATH and have not been specified, it can't be excuted.Solution:
The text was updated successfully, but these errors were encountered: