Home
last modified time | relevance | path

Searched refs:boot_prog_every (Results 1 – 5 of 5) sorted by relevance

/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dmpi_boot.c300 if(!((bootRecv)%tree->io->boot_prog_every)) in Bootstrap_MPI()
337 if(!((bootRecv)%tree->io->boot_prog_every)) { in Bootstrap_MPI()
381 …if(((bootRecv)%tree->io->boot_prog_every)) PhyML_Printf("] %4d/%4d\n ",bootRecv,tree->io->n_boot_r… in Bootstrap_MPI()
H A Dcl.c475 io->boot_prog_every = atoi(optarg); in Read_Command_Line()
476 if(io->boot_prog_every < 1) in Read_Command_Line()
H A Dutilities.h1303 int boot_prog_every; member
H A Dinit.c590 io->boot_prog_every = 20; in Set_Defaults_Input()
H A Dutilities.c3290 if(!((replicate+1)%tree->io->boot_prog_every)) in Bootstrap()
3300 …if(((replicate)%tree->io->boot_prog_every)) PhyML_Printf("] %4d/%4d\n ",replicate,tree->io->n_boot… in Bootstrap()