[mesa-users] Best practice for using a Test Suite to start with?

Josiah Schwab jwschwab at berkeley.edu
Tue Aug 25 10:27:44 EDT 2015


Hi Joe,

On 24 August 2015 at 21:47 PDT, Joe Hellmers wrote:

> I’m using the wd_o_ne_ignite Test Suite sample as a starting point.
>
> I tried to create a folder in a different place in my home directory but got a message.
>
> makefile:2: ../../test_suite_makefile_prefix: No such file or directory
> make: *** No rule to make target `../../test_suite_makefile_prefix'.  Stop.
>
> FAILED
>
> I’d rather not have my stuff in the test_suite directory.  I could
> start moving stuff around, but I just wanted to check here to see if
> anyone had thoughts or experience on the best way to do this sort of
> thing.

The test_suite problems require a few tweaks to be used "outside" the
test_suite directory.  You need to 


Edit make/makefile and delete

  include ../../test_suite_makefile_prefix


Edit the inlist files (so in this case inlist_wd_{1,2,3,4}) and delete

  read_extra_star_job_inlist1 = .true.
  extra_star_job_inlist1_name = '../inlist_test_suite'


You may also need to adjust the path to any initial models.


There are scripts to automate this process, for example Bill Wolf's
mesa_cli.

  http://wmwolf.github.io/mesa_cli/#test


Hope that helps,
Josiah




More information about the Mesa-users mailing list