Skip to content
Snippets Groups Projects
Commit 948f0259 authored by alaoui's avatar alaoui
Browse files

Update compile.sh

parent 8199e063
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
tar zxvf vasp.5.4.4.tar.gz
gunzip patch.5.4.4.16052018.gz
cp patch* vasp.5.4.4
cd vasp.5.4.4
patch -p0 < patch.5.4.4.16052018
module purge
module load intel/19.0.5.281
module load mpi/openmpi/4.0.2
cp ./arch/makefile.include.linux_intel ./
ln -s makefile.include.linux_intel makefile.include
make
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment