From 0ab4d3720e78f80c32a6547fbcf3ea7dd68456a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz> Date: Mon, 9 Mar 2020 14:33:09 +0100 Subject: [PATCH] Removed mic_devel job-feature --- docs.it4i/job-features.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs.it4i/job-features.md b/docs.it4i/job-features.md index 52a7c5448..0a44097a7 100644 --- a/docs.it4i/job-features.md +++ b/docs.it4i/job-features.md @@ -16,17 +16,6 @@ $ qsub ... -l vtune=version_string version_string is VTune version e.g. 2017_update2 -## MIC Development Support - -Install development packages (gcc, g++, make, automake, autoconf, bison, flex, perl, libraries, ...) on MIC accelerators. - -```console -$ qsub ... -l mic_devel=true -``` - -!!! Warning - Available on Salomon Perrin nodes. - ## Global RAM Disk Create global shared file system consisting of RAM disks of allocated nodes. File-system is mounted on /mnt/global_ramdisk. -- GitLab