[Users] Adding unofficial thorns to GetComponents script

Erik Schnetter schnetter at cct.lsu.edu
Wed Jul 28 08:38:32 CDT 2021


Konrad

I assume that your description clones the git repositories correctly,
but it doesn't point to where exactly the thorns are located in the
repositories.

The thorn list needs to point to the actual thorns in the
repositories. When setting up a git repository, some people choose one
repository per thorn, or they have multiple thorns in a single
repository. Sometimes the thorns are at the top level of the
repository, in other cases they are in subdirectories of the
repositories.

Can you tell us
- What are the names of all the Cactus thorns you want to use?
- For each thorn, in which repository is it located, and in what
subdirectory of the repository?

This will let us correct your thorn list.

I had a brief look. For example, the first repository ("fuka") doesn't
seem to contain a Cactus thorn at all. (Cactus thorns have a file
"interface.ccl" at the top level.)

-erik


On Wed, Jul 28, 2021 at 6:38 AM Konrad Topolski
<k.topolski2 at student.uw.edu.pl> wrote:
>
> Hi,
>
> Yesterday at the summer school we learnt in the comments that a Frankfurt-developed version of Kadath (ID solver) was made public recently - fuka. Great news too.
>
> I was trying to incorporate it into the GetComponents script - and the
> repos from: https://bitbucket.org/fukaws/ indeed land successfully in Cactus/repos.
>
> However, the symbolic links in arrangements directory are not being made the same way the rest of the ET  thorns are.
>    lrwxrwxrwx 1 topolski icm-users 21 07-28 12:30 fuka -> ../../repos/fuka/fuka
>    lrwxrwxrwx 1 topolski icm-users 41 07-28 12:30 kadathimporter -> ../../repos  /kadathimporter/kadathimporter
>    lrwxrwxrwx 1 topolski icm-users 37 07-28 12:30 kadath_pizza -> ../../repos/kadath_pizza/kadath_pizza
>    lrwxrwxrwx 1 topolski icm-users 35 07-28 12:30 kadaththorn -> ../../repos/kadaththorn/kadaththorn
>
> Trying to enter any of these results in "there is no such file or directory".
>
> Here's my thorn list part for GetComponents script:
> !TARGET   = $ARR
> !TYPE     = git
> !URL      = https://bitbucket.org/fukaws/$2
> !REPO_PATH = $2
> !CHECKOUT =
> Kadath/fuka
> Kadath/kadath_pizza
> Kadath/kadathimporter
> Kadath/kadaththorn
>
> If I, however, place the thorns manually in arrangements/Kadath/, what I'm getting upon
>     ./simfactory/bin/sim build okeanos_custom --machine=okeanos    --optionlist=simfactory/mdb/optionlists/okeanos_custom.cfg --submitscript=okeanos.sub --runscript=okeanos.run --thornlist=../einsteintoolkit_custom.th
>
> is:
>
> CST error in /lustre/tetyda/home/topolski/Cactus/lib/sbin/CST (at 317)
>   -> Kadath/fuka - missing ccl file(s)
>
> CST error 2:
>   -> Thorn 'kadath_pizza' requires the capability 'PizzaBase'.
>      Please add a thorn that provides 'PizzaBase' to your ThornList or remove 'kadath_pizza' from it !
>
> CST error 3:
>   -> Thorn 'kadath_pizza' requires the capability 'PizzaIDBase'.
>      Please add a thorn that provides 'PizzaIDBase' to your ThornList or remove 'kadath_pizza' from it !
>
> CST error in /lustre/tetyda/home/topolski/Cactus/repos/flesh/lib/sbin/interface_parser.pl (at 296)
>   -> KADATH_PIZZA (thorn kadath_pizza) inherits from PizzaBase
>      No thorn in your current ThornList implements PizzaBase
>      Either remove kadath_pizza, or add a thorn to your
>       ThornList implementing PizzaBase
>      No thorns in arrangements directory implement PizzaBase
>
> CST error in /lustre/tetyda/home/topolski/Cactus/repos/flesh/lib/sbin/interface_parser.pl (at 296)
>   -> KADATH_PIZZA (thorn kadath_pizza) inherits from PizzaIDBase
>      No thorn in your current ThornList implements PizzaIDBase
>      Either remove kadath_pizza, or add a thorn to your
>       ThornList implementing PizzaIDBase
>      No thorns in arrangements directory implement PizzaIDBase
>
>
> Best regards
> Konrad Topolski
>
>
> _______________________________________________
> Users mailing list
> Users at einsteintoolkit.org
> http://lists.einsteintoolkit.org/mailman/listinfo/users



-- 
Erik Schnetter <schnetter at cct.lsu.edu>
http://www.perimeterinstitute.ca/personal/eschnetter/


More information about the Users mailing list