Difference between revisions of "WRF-SFIRE and WRFx on Alderaan"
Jump to navigation
Jump to search
(Setting up ssh) |
|||
Line 1: | Line 1: | ||
[[Category:WRF-SFIRE]] | [[Category:WRF-SFIRE]] | ||
− | Following [[Running WRF-SFIRE with real data in the WRFx system]] | + | Following [[Running WRF-SFIRE with real data in the WRFx system]] |
+ | ==Initial setup== | ||
+ | Following Atipa User Guide Phoenix | ||
− | == | + | ===SSH=== |
There was no .ssh directory in my account. Then passwordless ssh to compute nodes does not work contrary to the guide page 8. Of course commands over compute nodes such as | There was no .ssh directory in my account. Then passwordless ssh to compute nodes does not work contrary to the guide page 8. Of course commands over compute nodes such as | ||
fornodes -s “ps aux | grep user” | fornodes -s “ps aux | grep user” | ||
also do not work. | also do not work. | ||
− | Setting up ssh | + | Setting up ssh: |
<pre> | <pre> | ||
ssh-keygen | ssh-keygen | ||
cat id_rsa.pub >> authorized_keys | cat id_rsa.pub >> authorized_keys | ||
</pre> | </pre> | ||
− | + | Passwordless ssh to head node works fine. Passwordless ssh to compute nodes disabled for regular users intentionally. | |
+ | === Compilers=== |
Revision as of 19:47, 2 August 2021
Following Running WRF-SFIRE with real data in the WRFx system
Initial setup
Following Atipa User Guide Phoenix
SSH
There was no .ssh directory in my account. Then passwordless ssh to compute nodes does not work contrary to the guide page 8. Of course commands over compute nodes such as fornodes -s “ps aux | grep user” also do not work.
Setting up ssh:
ssh-keygen cat id_rsa.pub >> authorized_keys
Passwordless ssh to head node works fine. Passwordless ssh to compute nodes disabled for regular users intentionally.