SEVERE ERROR: Segmentation fault

35 views
Skip to first unread message

Vanessa Garcia

unread,
Jul 27, 2023, 1:24:44 PM7/27/23
to migrate-support
Hello,

I received this error and have reason to believe that it may be something to do with my population relabel and/or custom migration matrix for a particular model. Four other models ran without issue.

I have 23 populations and am attempting to group the first four into a panmictic group. For the rest of the populations they are discrete with a stepping stone pattern of migration. In the parmfile, the population relabel and custom-migration are set as follows:
population-relabel={1 1 1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19}
custom-migration={
* * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
* * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * *
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * *
}

In the logfile.txt the custom-migration matrix seems to be read erroneously, or at least not in line with my intentions: 
   1 Kayak_Isla     * * * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 *
   1 Elfin_Cove     * * * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 *
   1 Bamfield       * * * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 *
   1 Port_Renfr     * * * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 *
   2 Cape_Arago     * * * * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 *
   3 Enderts_Be     0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 *
   4 Trinidad_H     0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
   5 Walk_On_Be     0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0
   6 Bodega_Hea     0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0 0
   7 Davenport_     0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0 0
   8 Vista_Del_     0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0 0
   9 Hazard_Ree     0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0 0
  10 Refugio_Be     0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0 0
  11 Carpinteri     0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0 0
  12 White_Poin     0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0 0
  13 La_Jolla       0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0 0
  14 Playa_Enca     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0 0
  15 El_Zeppeli     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0 0
  16 Punta_Clar     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0 0
  17 Punta_Baja     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0 0
  18 Punta_San_     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * * 0
  19 Faro_San_J     0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * * 0
  23 Punta_Lobo     0 0 0 0 * * 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 * 

Am I perhaps approaching the task of grouping the four northern populations incorrectly?

Thank You,
Vanessa Garcia

Peter Beerli

unread,
Jul 27, 2023, 1:40:39 PM7/27/23
to migrate...@googlegroups.com
Check your migration , I counted 20 columns and rows instead of 19, but on my phone I may be easily miscounting





Peter


On Jul 27, 2023, at 09:24, Vanessa Garcia <veggie...@gmail.com> wrote:

Hello,
--
You received this message because you are subscribed to the Google Groups "migrate-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to migrate-suppo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/migrate-support/9387b60b-a02d-481d-85d3-e895db1e8f2fn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages