-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #661 from libAtoms/darwin-arm-openmpi-arch
Arch file for ARM MacOS with OpenMPI
- Loading branch information
Showing
3 changed files
with
44 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# H0 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | ||
# H0 X | ||
# H0 X libAtoms+QUIP: atomistic simulation library | ||
# H0 X | ||
# H0 X Portions of this code were written by | ||
# H0 X Albert Bartok-Partay, Silvia Cereda, Gabor Csanyi, James Kermode, | ||
# H0 X Ivan Solt, Wojciech Szlachta, Csilla Varnai, Steven Winfield. | ||
# H0 X | ||
# H0 X Copyright 2006-2024. | ||
# H0 X | ||
# H0 X These portions of the source code are released under the GNU General | ||
# H0 X Public License, version 2, http://www.gnu.org/copyleft/gpl.html | ||
# H0 X | ||
# H0 X If you would like to license the source code under different terms, | ||
# H0 X please contact Gabor Csanyi, [email protected] | ||
# H0 X | ||
# H0 X Portions of this code were written by Noam Bernstein as part of | ||
# H0 X his employment for the U.S. Government, and are not subject | ||
# H0 X to copyright in the USA. | ||
# H0 X | ||
# H0 X | ||
# H0 X When using this software, please cite the following reference: | ||
# H0 X | ||
# H0 X http://www.libatoms.org | ||
# H0 X | ||
# H0 X Additional contributions by | ||
# H0 X Alessio Comisso, Chiara Gattinoni, and Gianpietro Moras | ||
# H0 X | ||
# H0 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX | ||
|
||
# declarations | ||
|
||
include arch/Makefile.darwin_x86_64_gfortran | ||
|
||
F77 = mpif77 | ||
F90 = mpif90 | ||
F95 = mpif90 | ||
CC = mpicc | ||
CPLUSPLUS = mpic++ | ||
LINKER = mpif90 | ||
|
||
DEFINES += -D_MPI -DMPI_1 |