Skip to content

Commit

Permalink
updating documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Aug 5, 2021
1 parent 9b09c6c commit 45da7a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ APEX provides a mechanism for dynamic runtime behavior, either for autotuning or
Documentation
=============

Full user documentation is available here: http://khuck.github.io/xpress-apex.
Full user documentation is available here: http://uo-oaciss.github.io/apex.

The source code is instrumented with Doxygen comments, and the API reference manual can be generated by executing `make doc` in the build directory, after CMake configuration. [A fairly recent version of the API reference documentation is also available here] (http://www.nic.uoregon.edu/~khuck/apex_docs/doc/html/index.html).

Installation
============

[Full installation documentation is available here] (http://khuck.github.io/xpress-apex). Below is a quickstart for the impatient...
[Full installation documentation is available here] (http://uo-oaciss.github.io/apex). Below is a quickstart for the impatient...

Please Note:
------------
*These instructions are for building the stand-alone APEX library. For instructions on building APEX with HPX, please see [http://khuck.github.io/xpress-apex/usage](http://khuck.github.io/xpress-apex/usage)*
*These instructions are for building the stand-alone APEX library. For instructions on building APEX with HPX, please see [http://uo-oaciss.github.io/apex/usage](http://uo-oaciss.github.io/apex/usage)*


To build APEX stand-alone (to use with OpenMP, OpenACC, CUDA, Kokkos, TBB, C++ threads, etc.) do the following:
Expand Down

0 comments on commit 45da7a5

Please sign in to comment.