Created
February 23, 2014 17:42
-
-
Save boegel/9174577 to your computer and use it in GitHub Desktop.
another idea for dependency specifications
This file contains hidden or 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
dependency_1-gcc = (GCC, 4.7.2) | |
dependency_2-openmpi = (OpenMPI, 1.6.4, GCC == 4.7.2) | |
dependency_3-openblas = (OpenBLAS, >= 0.2.6, suffix:-LAPACK-3.4.2, gompi == 1.1.10 suffix:-no-OFED) | |
dependency_4-fftw = (FFTW, 3.3.3, gompi == 1.1.10 suffix:-no-OFED) | |
dependency_5-scalapack = (ScaLAPACK, 2.0.2, suffix:-OpenBLAS-0.2.6-LAPACK-3.4.2, gompi == 1.1.10 suffix:-no-OFED) | |
# or | |
dependency_1 = GCC(4.7.2) | |
dependency_2 = OpenMPI(1.6.4, GCC == 4.7.2) | |
dependency_3 = OpenBLAS(>= 0.2.6, suffix:-LAPACK-3.4.2, gompi == 1.1.10 suffix:-no-OFED) | |
dependency_4 = (FFTW, 3.3.3, gompi == 1.4.10) | |
dependency_5 = (ScaLAPACK, 2.0.2, suffix:-OpenBLAS-0.2.6-LAPACK-3.4.2, gompi == 1.1.10 suffix:-no-OFED) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no, even makes less sense. just try the current format on a real problem