You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/spank_qrmi/README.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,10 @@ This is a [SPANK plugin](https://slurm.schedmd.com/spank.html) that configures a
8
8
* Rust compiler 1.86 or above [Link](https://www.rust-lang.org/tools/install)
9
9
* A C compiler: for example, GCC(gcc) on Linux and Clang(clang-tools-extra) for Rust unknown targets/cross compilations. QRMI and its Spank plugin are compatible with a compiler conforming to the C11 standard.
10
10
* make/cmake (make/cmake RPM for RHEL compatible OS)
11
-
* openssl (openssl-devel RPM for RHEL compatible OS)
12
-
* zlib (zlib-devel RPM for RHEL compatible OS)
13
11
* Slurm header files(slurm/slurm.h etc.) must be available on your host
14
12
15
13
* Runtime requires the following tools:
16
14
* gcc (libgcc RPM for RHEL compatible OS)
17
-
* openssl (openssl-libs RPM for RHEL compatible OS)
0 commit comments