Skip to content

Commit

Permalink
Fixed addtional spell errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
eta000 committed Jul 11, 2017
1 parent ad7ce19 commit bdabeff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 50 deletions.
49 changes: 0 additions & 49 deletions applications/chemistry/VASP/vasp_on_stallo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,60 +57,11 @@ FPP settings for each binary:_
------------------------------

# vasp_std is compiled with the following additional FPP flag(s): -DNGZhalf

.. code-block:: bash
ifeq ($(VERSION),std)
ifeq ($(DMPI),DMPI)
FPP+=-DNGZhalf
else
FPP+=-DNGXhalf
endif
EXE=vasp_std

# vasp_gam is compiled with the following additional FPP flag(s): -DNGZhalf -DwNGZhalf

.. code-block:: bash
else ifeq ($(VERSION),gam)
ifeq ($(DMPI),DMPI)
FPP+=-DNGZhalf -DwNGZhalf
else
FPP+=-DNGXhalf -DwNGXhalf
endif
EXE=vasp_gam

# vasp_ncl is compiled with the following additional FPP flag(s): no modifcations in FPP settings

.. code-block::bash
else ifeq ($(VERSION),ncl)
EXE=vasp_ncl

# vasp_tbdyn is compiled with the following additional FPP flag(s): -DNGZhalf -Dtbdyn

.. code-block::bash
else ifeq ($(VERSION),tbdyn)
ifeq ($(DMPI),DMPI)
FPP+=-DNGZhalf -Dtbdyn
else
FPP+=-DNGXhalf -Dtbdyn
endif
EXE=vasp_tbdyn

# vasp_gam_tbdyn is compiled with the following additional FPP flag(s): -DNGZhalf -DwNGZhalf -Dtbdyn

.. code-block:: bash
else ifeq ($(VERSION),gam_tbdyn)
ifeq ($(DMPI),DMPI)
FPP+=-DNGZhalf -DwNGZhalf -Dtbdyn
else
FPP+=-DNGXhalf -DwNGXhalf -Dtbdyn
endif
EXE=vasp_gam_tbdyn

We would be happy to provide a copy of our build scripts (patches) upon request.

About memory allocation for VASP:
Expand Down
2 changes: 1 addition & 1 deletion jobs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Observe that they all started (approximately) at the same time::
output_9.txt:start at 14:43:59


-
_
.. all_mem:
Example on how to allocate entire memory on one node_
Expand Down

0 comments on commit bdabeff

Please sign in to comment.