SMASH-1.1.0 for UV2000
Webpage
http://smash-qc.sourceforge.net/
Version
1.1.0
Tools for Compiling
- Intel Compiler 14.0.2.144
- Intel MKL 2013_sp1.2.144
Necessary Files for Compiling
smash-1.1.0.tgz
Procedure of Compiling
#!/bin/csh -fumask 022
set file_smash=/home/users/${USER}/build/smash110/smash-1.1.0.tgz
set work=/work/users/${USER}
#------------------------------------------------------------------------------
cd ${work}
if (-d smash110) then
rm -rf smash110
endif
tar xzf ${file_smash}
mv smash smash110
cd smash110
make -f Makefile.x86_64.noMPI