How do I use Intel compiler version 8 on SCore 5.6.1?
Please execute following step: • Download patch file from http://www.pccluster.org/score/dist/pub/score-5.6.1_bugfix/intel8/intel8.. • Apply the patch # cd /opt/score/score-src # patch -p1 < /opt/score/work/intel8.patch • Copy Intel8 compiler file. # cp /opt/score/score-src/SCore/driver/compilers/intel8 /opt/score/etc/compilers # cp /opt/score/score-src/SCore/driver/compilers/site.example.intel8 /opt/score/etc/compilers • Modify or create /opt/score/etc/compilers/site. If you want to use only Intel compiler version 8 and GNU, and you want to use Intel compiler version 8 as Intel compiler 8, please copy site.example.intel8 to site. Otherwith please edit site file. • Compile SCore # cd /opt/score/score-src # ./configure # cd SCore # make # make install • Remove /opt/score/lib/*/libpthread.a. # rm /opt/score/lib/*/libpthread.