forked from pool/slurm
* Improve setup-testsuite.sh: copy ssh fingerprints from all nodes.
OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=225
This commit is contained in:
parent
776ce8f23b
commit
212048404b
@ -22,7 +22,7 @@ For tests involving MPI this test suite currently uses OpenMPI version 4.
|
||||
|
||||
## Install and set up the Base System
|
||||
|
||||
1. Prepare image with a minimal minimal text mode installation.
|
||||
1. Prepare image with a minimal text mode installation.
|
||||
2. Install, enable and start sshd and make sure root is able to log in
|
||||
without password across all nodes.
|
||||
```
|
||||
@ -69,8 +69,6 @@ For tests involving MPI this test suite currently uses OpenMPI version 4.
|
||||
```
|
||||
# mkdir -p /srv/home
|
||||
# mv /home/auser /srv/home
|
||||
# mkdir /home/slurm-testsuite
|
||||
# chown slurm:slurm /home/slurm-testsuite
|
||||
# cat >> /etc/exports <<EOF
|
||||
/srv/home *(rw,no_subtree_check,sync,no_root_squash)
|
||||
/srv/slurm-testsuite *(rw,no_subtree_check,sync,no_root_squash)
|
||||
@ -109,7 +107,7 @@ For tests involving MPI this test suite currently uses OpenMPI version 4.
|
||||
```
|
||||
# sudo -s -u slurm
|
||||
$ module load gnu openmpi
|
||||
$ cd /home/test/home/slurm-testsuite/testsuite/expect
|
||||
$ cd /home/slurm-testsuite/testsuite/expect
|
||||
$ ./regression.py
|
||||
```
|
||||
|
||||
|
@ -9,6 +9,7 @@ Fri Oct 21 15:14:30 UTC 2022 - Egbert Eich <eich@suse.com>
|
||||
* Add -ffat-lto-objects to the build flags when LTO is set to
|
||||
make sure the object files we ship with the test suite still
|
||||
work correctly.
|
||||
* Improve setup-testsuite.sh: copy ssh fingerprints from all nodes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 08:49:24 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8577f7b8b0852ec17baa6db1ca4261e2f6343a3e51f4dd86ef61eb19e7def62b
|
||||
size 3018
|
||||
oid sha256:ecf47b27b894b01e983e0fc5ad1b782f475d6dcd51408c47aea1b491186289ec
|
||||
size 3136
|
||||
|
Loading…
Reference in New Issue
Block a user