Consistent docs and usage of env mod methods (#3351)
This commit is contained in:

committed by
Todd Gamblin

parent
560d28ac7f
commit
dca4d2b15e
@@ -38,5 +38,5 @@ class EverytraceExample(CMakePackage):
|
||||
# Currently the only MPI this everytrace works with.
|
||||
depends_on('openmpi')
|
||||
|
||||
def setup_environment(self, spack_env, env):
|
||||
env.prepend_path('PATH', join_path(self.prefix, 'bin'))
|
||||
def setup_environment(self, spack_env, run_env):
|
||||
run_env.prepend_path('PATH', join_path(self.prefix, 'bin'))
|
||||
|
Reference in New Issue
Block a user