SMASH-2.1.0 for UV2000

Webpage

http://smash-qc.sourceforge.net/

Version

2.1.0

Tools for Compiling

  • Intel Compiler 16.0.2.181
  • SGI MPT 2.13
  • Intel MKL 2016.2.181

Necessary Files for Compiling

smash-2.1.0.tgz

Procedure of Compiling

#!/bin/csh -f
umask 022
set file_smash=/home/users/${USER}/build/smash200/smash-2.1.0.tgz
set work=/work/users/${USER}
#------------------------------------------------------------------------------
cd ${work}
if (-d smash210) then
  rm -rf smash210
endif
tar xzf ${file_smash}
mv smash smash210
cd smash210
make -f Makefile.x86_64.noMPI