-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
It is possible to create two separate MPD projects that refer to the same directories. This is bad and should be fixed.
knoepfel@scisoftbuild02 test-devel $ spack mpd n --name test-devel %gcc@14
==> Creating project: test-devel
Project directories:
top /scratch/knoepfel/test-devel
build /scratch/knoepfel/test-devel/build
local /scratch/knoepfel/test-devel/local
sources /scratch/knoepfel/test-devel/srcs
==> You can clone repositories for development by invoking
> spack mpd git-clone --suites <suite name>
(or type 'spack mpd git-clone --help' for more options)
knoepfel@scisoftbuild02 test-devel $ spack mpd n --name test-devel-2 %gcc@14
==> Creating project: test-devel-2
Project directories:
top /scratch/knoepfel/test-devel
build /scratch/knoepfel/test-devel/build
local /scratch/knoepfel/test-devel/local
sources /scratch/knoepfel/test-devel/srcs
==> You can clone repositories for development by invoking
> spack mpd git-clone --suites <suite name>
(or type 'spack mpd git-clone --help' for more options)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working