Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
intel8.patch | 2012-05-08 | 4.4 kB | |
README | 2012-05-08 | 1.1 kB | |
Totals: 2 Items | 5.5 kB | 0 |
This is a patch file to use Intel compiler version 8 on SCore 5.6.1. If you want to use Intel compiler version 8 on SCore 5.6.1, please execute following step: 1. Download the intel8.patch file: http://www.pccluster.org/score/dist/pub/score-5.6.1_bugfix/intel8/intel8.patch 2. Please apply this patch. # cd /opt/score/score-src # patch -p1 < /opt/score/work/intel8.patch 3. 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 4. Modify or create /opt/score/compilers/site file. 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. 5. Please compile SCore 6. Please remove /opt/score/lib/*/libpthread.a. # rm /opt/score/lib/*/libpthread.a 7. Please compile MPI. # cd /opt/score/score-src/runtime/mpi # smake # smake install