[Users] Compile question

Roland Haas rhaas at illinois.edu
Tue Jan 31 16:25:50 CST 2017


Hello Guy,

> The config-info file contains
> 
> # CONFIGURATION  : kranc
> # CONFIG-DATE    : Tue Jan 31 07:07:04 2017 (GMT)
> # CONFIG-HOST    : Guy-Pitman.local
> # CONFIG-STATUS  : 0
> # CONFIG-OPTIONS :
> PROMPT=no
> THORNLIST=kranc.th <http://kranc.th/>
If this is all there is, then no, no fortran compiler was set at all. 
 
> I assume that the example in https://docs.einsteintoolkit.org/et-docs/Simplified_Tutorial_for_New_Users <https://docs.einsteintoolkit.org/et-docs/Simplified_Tutorial_for_New_Users> uses a fortran compiler-
It does, you need to however take care to use simfactory/bin/sim setup
(in the tutorial) passing it a correct option list. If not, then there
are no useful options set. 

The error that you reported is not from within Kranc but from within
Carpet. Not that your file above list a configuration "kranc" while
simfactory/bin/sim build --mdbkey make 'make -j2'
--thornlist=manifest/einsteintoolkit.th built a configuration "sim".

So when you compiled the kranc configuration (using just make?) you
need to make sure to pass it a proper option file, somthing like

make kranc options=simfactory/mdb/optionlists/whatnot.cfg 

or (assuming the configuration sim worked, you can steal it from there):

make kranc options=configs/sim/config-info


though this is not really very clean.

Yours,
Roland

-- 
My email is as private as my paper mail. I therefore support encrypting
and signing email messages. Get my PGP key from http://keys.gnupg.net.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: OpenPGP digital signature
Url : http://lists.einsteintoolkit.org/pipermail/users/attachments/20170131/6f8d348d/attachment.bin 


More information about the Users mailing list