Difference between revisions of "Benchmarking: AMBER 12"
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 | ||
| − | == | + | ==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> | ||
| − | |||
Revision as of 10:32, 7 March 2013
Requirements
- Cuda 5.0
- 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=iccBuild
Serial Version
./configure -noX11 intel
make install