changing library options in optionlist does'nt trigger rebuild of depending thorns

Issue #1116 closed
Frank Löffler created an issue

I first built Cactus using OpenMPI shipped with the thorn MPI. Then I changed the optionlist to point to a local mpich2 installation and tried to rebuild Cactus using the new optionlist (sim build --thornlist=./thornlists/einsteintoolkit.th --optionlist=numrel-gcc.cfg). The new options are used in config-info and on the link line, however, thorns depending on MPI are not rebuilt, leading to link-failures because these thorns have been built against OpenMPI. Any change in the configuration of external libraries should lead to a rebuilt of depending thorns.

Keyword:

Comments (3)

  1. Erik Schnetter
    • removed comment

    This is a duplicate of #1017.

    You can solve your immediate problems by deleting Cactus/configs/*/scratch/done/MPI.

  2. Log in to comment