
configure -with-libxc-prefix=$HOME -prefix=$HOME -host=powerpc32-unknown-linux-gnu -build=powerpc64-unknown-linux-gnu -with-gsl-prefix=$HOME -enable-openmp -enable-mpiġ0 PFLOPS (PF) Dell Linux Cluster based on 6,400+ Dell PowerEdge server nodes, each outfitted with 2 Intel Xeon E5 (Sandy Bridge) processors and an Intel Xeon Phi Coprocessor (MIC Architecture). export LIBS_BLAS="-L/usr/local/tools/essl/5.1/lib/ -lesslsmpbg"Įxport LIBS_LAPACK="/usr/local/tools/lapack/lib/liblapack.a"Įxport LIBS_FFT="-L/usr/local/tools/fftw-3.3.3/lib/ -lfftw3_omp"Įxport FCFLAGS=$CFLAGS" -qxlf90=autodealloc -qessl" This was tested in Vulcan, but it should work on Sequoia as well. Supercomputers at Lawrence Livermore National Laboratory based on the IBM Blue Gene/Q architecture. United States Sequoia/Vulcan (IBM Blue Gene/Q)
#Install intel c compiler ubuntu how to#
configure -prefix=`pwd` CC=gcc FC=gfortran FCFLAGS="-O3 -ffree-line-length-none" CFLAGS="-O3" -with-netcdf-ldflags="-lnetcdff"Īdd -with-etsf-io-prefix="$DIR/etsf_io-1.0.4" to the Octopus configure line, where $DIR/etsf_io-1.0.4 is where you installed ETSF_IO.įor more info, and how to build by hand with MacPorts libraries, see Compiling_octopus_in_OS_X. To build ETSF_IO (optional), libnetcdf-dev is required.


If you are using MPI, replace the compilers by CC=/usr/bin/mpicc CXX=/usr/bin/mpicxx FC=/usr/bin/mpif90 and add -enable-mpi. configure -prefix=`pwd` CC=gcc CXX=g++ FC=gfortran FCCPP="/lib/cpp -ansi -freestanding" FCFLAGS="-O3 -ffree-line-length-none" CFLAGS=-O3 -with-libxc-prefix= LIBXC_PATH
#Install intel c compiler ubuntu download#
configure -prefix=`pwd` CC=gcc FC=gfortran FCCPP="/lib/cpp -ansi -freestanding" FCFLAGS="-O3 -ffree-line-length-none" CFLAGS=-O3įor octopus, download and extract, and execute the following (inserting the path where you put libxc): You can also compile libxc yourself if you want a later version than is available in the package:įirst download libxc, extract with tar xzf, enter the resulting directory, and execute: * Optional: mpi-default-dev, libgd2-xpm-dev, libsparskit-dev, libnetcdf-dev, libtrilinos-dev * Required: gfortran, gcc, g++, make, automake, m4, libtool, libgsl0-dev, libblas-dev, liblapack-dev, libfftw3-dev, libxc-dev

