Switch legacy build to GCC and OpenMPI
This commit is contained in:
12
README.md
12
README.md
@@ -93,11 +93,13 @@ Here, we take the Ubuntu 22.04 system as an example
|
||||
|
||||
#### How to use AMSS-NCKU
|
||||
|
||||
0. Setting the parameters for compilation
|
||||
|
||||
Modify the makefile.inc file in the AMSS_NCKU_source directory and change the settings according to your computer.
|
||||
|
||||
The settings for the Ubuntu 22.04 system do not need to be modified.
|
||||
0. Setting the parameters for compilation
|
||||
|
||||
Modify the makefile.inc file in the AMSS_NCKU_source directory and change the settings according to your computer.
|
||||
|
||||
The default configuration in this branch uses GNU compilers through the OpenMPI wrappers under `/usr/lib64/openmpi/bin`.
|
||||
|
||||
If your OpenMPI installation is in another location, update `OMPI_BIN` in `AMSS_NCKU_source/makefile.inc` or export `AMSS_OPENMPI_BIN` before running the Python launcher.
|
||||
|
||||
1. Enter the AMSS-NCKU Python code folder and modify the input.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user