vasp_5.4.4.pl2-with-intel-2018
vasp_5.4.4.pl2-with-intel-2018
#cd vasp.5.4.4.pl2
#################################################################################
#vi makefile.include
## Precompiler options
CPP_OPTIONS= -DHOST=\"LinuxIFC\"\
-DMPI -DMPI_BLOCK=8000 \
-Duse_collective \
-DscaLAPACK \
-DCACHE_SIZE=4000 \
-Davoidalloc \
-Duse_bse_te \
-Dtbdyn \
-Duse_shmem
OFLAG = -O2
OFLAG_IN = $(OFLAG)
DEBUG = -O0
MKLROOT = /opt/ohpc/pub/compiler/intel/2018_2/compilers_and_libraries_2018.2.199/linux/mkl/
MKL_PATH = $(MKLROOT)/lib/intel64
BLAS =
INCS =-I$(MKLROOT)/include/fftw
OBJECTS_O2 += fft3dlib.o
CPP_LIB = $(CPP)
FC_LIB = $(FC)
CC_LIB = icc
CFLAGS_LIB = -O
FFLAGS_LIB = -O1
FREE_LIB = $(FREE)
CXX_PARS = icpc
LIBS += parser
BINDIR = ../../bin
#================================================
# GPU Stuff
CC = icc
CXX = icpc
CUDA_ROOT ?= /usr/local/cuda/
GENCODE_ARCH := -gencode=arch=compute_30,code=\"sm_30,compute_30\" \
-gencode=arch=compute_35,code=\"sm_35,compute_35\" \
-gencode=arch=compute_60,code=\"sm_60,compute_60\"
MPI_INC = $(I_MPI_ROOT)/include64/
#####################################################################################
make std
make gam
make ncl
Then.
Note: -
1. Inside the Job submission script file please mention “module load compiler/intel/2018.2.199
and module load gnu8/8.3.0”.