diff --git a/docs.it4i/software/modules/new-software.md b/docs.it4i/software/modules/new-software.md new file mode 100644 index 0000000000000000000000000000000000000000..1c61e66f2576ca64e020613c83d9fb29215ffa43 --- /dev/null +++ b/docs.it4i/software/modules/new-software.md @@ -0,0 +1,22 @@ +# New Software Installation Request + +If you need to install new software on IT4Innovations' clusters, send your request to [support\[at\]it4i.cz][a]. +In the request, provide the following information: + +1. Software name **(required)**; +1. Website **(required)**; +1. Type of software (e.g. open-source, commercial, ...) **(required)**; +1. Required software version (specific version or 'latest') **(required)**; +1. Dependencies (both required and optional ones that are required for your use case); +1. Pointer to installation guide **(required)**; +1. Pointer to documentation on how to test installation; +1. Details of license server, hostname and port(s) (if any); +1. Instructions to run test case; +1. Short motivation describing why you want to use this software **(required)**; +1. When would you like to use this software? **(required)**; +1. Toolchain preference (e.g. intel/2020a, ...); +1. Does this software need to be made available to only a particular group of users? **(required)** + - No, installation can be public; + - Yes (specify the group of users). + +[a]: mailto:support@it4i.cz diff --git a/mkdocs.yml b/mkdocs.yml index e22ea9a94964c4126088dee37bc7208c1801cc86..7d9116a77038c6048df311a37e8c435317f4af1f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,7 +13,7 @@ repo_name: sccs/docs.it4i.cz repo_url: https://code.it4i.cz/sccs/docs.it4i.cz # Copyright -copyright: Copyright (c) 2013-2019 IT4Innovations__VERSION__ +copyright: Copyright (c) 2013-2020 IT4Innovations__VERSION__ theme: name: material @@ -98,6 +98,7 @@ nav: - Software: - Environment and Modules: environment-and-modules.md - Modules: + - Software Installation Request: software/modules/new-software.md - Lmod Environment: software/modules/lmod.md - Intel Xeon Phi Environment: software/mic/mic_environment.md - Modules Matrix: modules-matrix.md