Dear Intel Compiler users, Parallel Studio XE 2016 was installed. - System: ACSG, ACL - Version: Intel Parallel Studio XE 2016 Release note: https://software.intel.com/sites/default/files/managed/da/80/composer-release-install_0.pdf Manual: https://hokusai.riken.jp [Documents] -> [Application Computing Server(Intel Parallel Studio XE Composer Edition 2016)] -> [C++ Compiler and libraries] -> [Fortran Compiler and libraries] -> [Intel MPI] How to compile: Ex.1) [username@greatwave1 ~]$ module load intel [username@greatwave1 ~]$ icc test.c Ex.2) MPI [username@greatwave1 ~]$ module load intel [username@greatwave1 ~]$ mpiicc test.c