Difference between revisions of "Benchmarking: AMBER 12"

From Define Wiki
Jump to navigation Jump to search
(Created page with "==Requirements== #Cuda 5.0 #Intel Compilers ==Configure== <syntaxhighlight> module load intel/compilers/13.0.1 export AMBERHOME=`pwd` export CXX=icpc export FC=ifort export F90=ifort ex...")
 
Line 2: Line 2:
 
#Cuda 5.0
 
#Cuda 5.0
 
#Intel Compilers
 
#Intel Compilers
==Configure==
+
==Build Environment==
 
<syntaxhighlight>
 
<syntaxhighlight>
 
module load intel/compilers/13.0.1
 
module load intel/compilers/13.0.1
 +
 
export AMBERHOME=`pwd`
 
export AMBERHOME=`pwd`
  
Line 12: Line 13:
 
export CC=icc
 
export CC=icc
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
==Build==
 
Serial Version
 
Serial Version
 
<syntaxhighlight>
 
<syntaxhighlight>
Line 17: Line 19:
 
make install
 
make install
 
</syntaxhighlight>
 
</syntaxhighlight>
==Build==
 

Revision as of 10:32, 7 March 2013

Requirements

  1. Cuda 5.0
  2. Intel Compilers

Build Environment

module load intel/compilers/13.0.1

export AMBERHOME=`pwd`

export CXX=icpc
export FC=ifort
export F90=ifort
export CC=icc

Build

Serial Version

./configure -noX11 intel
make install