Spack packages now PEP8 compliant.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
##############################################################################
|
||||
from spack import *
|
||||
|
||||
|
||||
class OsuMicroBenchmarks(Package):
|
||||
"""The Ohio MicroBenchmark suite is a collection of independent MPI
|
||||
message passing performance microbenchmarks developed and written at
|
||||
@@ -41,7 +42,6 @@ class OsuMicroBenchmarks(Package):
|
||||
depends_on('mpi')
|
||||
depends_on('cuda', when='+cuda')
|
||||
|
||||
|
||||
def install(self, spec, prefix):
|
||||
config_args = [
|
||||
'CC=%s' % spec['mpi'].prefix.bin + '/mpicc',
|
||||
|
Reference in New Issue
Block a user