bad error messages appearing
Closed this issue · 0 comments
KruseCtrl commented
I encountered bad error messages: e.g.
profile: undefined method `command' for nil:NilClass
when using the flight profile view command
in particular flight profile view <name>
where the <name>
i used was one that hadn't been set up yet
full steps on a fresh machine were:
sudo dnf install -y https://repo.openflighthpc.org/openflight/centos/8/x86_64/openflighthpc-release-3-1.noarch.rpm
sudo dnf config-manager --enable openflight-dev
sudo dnf install -y flight-profile
flight profile prepare openflight-slurm-standalone
flight profile configure
flight profile identities
flight profile view localhost
I hadn't applied anything to localhost yet. and it gave a nil:nilClass error