-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
130 changed files
with
78,786 additions
and
1,672 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ Please refer to the INSTALL file for generic build instructions. That is a good | |
|
||
[back to top] | ||
|
||
Please submit issues to our [GitHub issue tracker](https://github.com/GlobalArrays/ga/issues). We use Google Groups to host [our discussion forum](https://groups.google.com/forum/#!forum/hpctools), or send an email to [email protected] as an alias for that group. | ||
Please submit issues to our [GitHub issue tracker](https://github.com/GlobalArrays/ga/issues). We use Google Groups to host [our discussion forum](https://groups.google.com/forum/#!forum/hpctools). | ||
|
||
## WHERE IS THE DOCUMENTATION? | ||
|
||
|
@@ -233,9 +233,10 @@ Any application code which only makes GA function calls can remain unchanged. | |
the software. If you experience mysterious faults, | ||
consider rebuilding without optimization by using this | ||
option. | ||
--enable-sysv Enable System V Shared Memory. | ||
--enable-peigs Enable Parallel Eigensystem Solver interface. This | ||
will build the stubs required to call into the peigs | ||
library (external). | ||
library (external). | ||
--enable-checkpoint Enable checkpointing. Untested. For use with old | ||
X-based visualization tool. | ||
--enable-profile Enable profiling. Not sure what this does, sorry. | ||
|
@@ -423,6 +424,7 @@ The CMake build only supports the MPI-based runtimes so GA can only be built usi | |
* MPI_MULTITHREADED Use thread multiple runtime | ||
* MPI_PROGRESS_THREAD Use progress thread runtime | ||
* MPI_RMA Use MPI RMA based runtime. | ||
* `ENABLE_SYSV` Enable System V Shared Memory | ||
* `ENABLE_PROFILING` Build GA operation profiler. Does not work when using Clang compilers. [Default:OFF] | ||
* `GA_EXTRA_LIBS` Specify additional libraries or linker options when building GA. | ||
* `GCCROOT` Specify root of GCC installation. Only required when building with Clang compilers. | ||
|
@@ -437,6 +439,9 @@ The CMake build only supports the MPI-based runtimes so GA can only be built usi | |
* `LINALG_REQUIRED_COMPONENTS`: Options are `lp64` or `ilp64`. [Default:lp64] | ||
* `LINALG_OPTIONAL_COMPONENTS`: `sycl` [Default:none] | ||
* `ENABLE_SCALAPACK`: To enable ScaLAPACK discovery. | ||
* `[OPTIONAL]` CTEST options for handling different types of job launchers and their parameters. | ||
* `GA_JOB_LAUNCH_CMD`: `mpirun` | ||
* `GA_JOB_LAUNCH_ARGS`: `"-n 5"` | ||
#### The following options are standard CMake parameters. More information about them can be found in the CMake documentation. | ||
* `CMAKE_INSTALL_PREFIX` Specify the install location for GA. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,9 +42,9 @@ types of builds. Detailed instructions are covered later in this file. | |
QUESTIONS/HELP/SUPPORT/BUG-REPORT | ||
================================= | ||
|
||
email: [email protected] | ||
bug reports: https://github.com/GlobalArrays/ga/issues | ||
|
||
website: http://www.emsl.pnl.gov/docs/parsoft/armci | ||
website: https://hpc.pnl.gov/armci/ | ||
|
||
ABOUT THIS SOFTWARE | ||
=================== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
############################################################################### | ||
AC_PREREQ([2.67]) | ||
AC_INIT([Aggregate Remote Memory Copy Interface (ARMCI)], [1.5], | ||
[[email protected]], [armci], | ||
[http://www.emsl.pnl.gov/docs/parsoft/armci/]) | ||
[https://github.com/GlobalArrays/ga/issues], [armci], | ||
[https://hpc.pnl.gov/armci/]) | ||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_CONFIG_HEADER([config.h]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.