WRF-SFIRE and WRFx on Alderaan

From openwfm
Revision as of 19:47, 2 August 2021 by Jmandel (talk | contribs)
Jump to navigation Jump to search

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.

Compilers