Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CHiPS
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external
CHiPS
Commits
0d8afd6b
Commit
0d8afd6b
authored
5 years ago
by
alaoui
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
5bec35fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VASP/README.md
+12
-17
12 additions, 17 deletions
VASP/README.md
with
12 additions
and
17 deletions
VASP/README.md
+
12
−
17
View file @
0d8afd6b
...
...
@@ -4,42 +4,37 @@ Description:
Presentation
------------
This template is just here to show the way that we should present the README for a given application.
Here I describe that this template is not performing any scientific simulation, and uses no specific library.
VASP is an atomistic simulation software for the physics/chemistry of materials.
It solves the Shrödinger equation by using the density functional theory and the Hartree-Fock method, as well as other more advanced methods.
Technical information:
----------------------
*
website :
http://
this.url.doesnot.work
*
Scientific domain :
none
*
Language :
C/C++
/Fortran/
Python
*
Parallelism : MPI +
OpenMP
*
website :http
s
://
www.vasp.at
*
Scientific domain :
Materials Physics
*
Language : /Fortran/
CUDA
*
Parallelism : MPI +
CUDA
*
GPU acceleration : Yes (CUDA)
*
Scalability : high
*
Vectorization:
poor
*
Vectorization:
high-level
Compilation and simulation:
===========================
Here we describe the different phases from the download to the validation of the simulation.
Download:
---------
Information (if needed) about how to get the sources.
Sources are available at: https://www.vasp.at
VASP is copyright-protected software. It is necessary to have an appropriate license to use VASP.
For instance:
```
./download.sh
```
Compile:
--------
Information (if needed) about how to compile the application.
For instance:
Compile the code using:
...
...
@@ -48,7 +43,7 @@ source machines/occigen-bdw/env
./compile.sh
```
`machines/occigen-bdw/env`
contains the information for compilation (module load
gcc
openmpi
lapack hdf5 ...
)
`machines/occigen-bdw/env`
contains the information for compilation (module load
intel
openmpi)
Run and validate the simulation:
--------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment