Home
last modified time | relevance | path

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

/dports/math/lrslib/lrslib-071a/
H A Dmplrs.c335 mplrs.lrs_main(0,NULL,&mplrs.P,&mplrs.Q,0,2,NULL,mplrs.R); in master_sendfile()
1346 mplrs.rays, mplrs.vertices, mplrs.bases, mplrs.facets, in master_checkpointfile()
1403 copy(mplrs.tN, mplrs.Vnum); copy(mplrs.tD, mplrs.Vden); in master_restart()
1404 linrat(mplrs.tN, mplrs.tD, 1L, mplrs.Tnum, mplrs.Tden, in master_restart()
1721 mplrs.lrs_main(0,NULL,&mplrs.P,&mplrs.Q,0,2,NULL,mplrs.R); in mplrs_worker_finished()
2006 copy(mplrs.tN, mplrs.Vnum); copy(mplrs.tD, mplrs.Vden); in process_output()
2007 linrat(mplrs.tN, mplrs.tD, 1L, mplrs.Tnum, mplrs.Tden, in process_output()
2707 mplrs.rays, mplrs.vertices, mplrs.bases, mplrs.facets, in consumer_checkpoint()
2847 copy(mplrs.tN, mplrs.Vnum); copy(mplrs.tD, mplrs.Vden); in recv_counting_stats()
2848 linrat(mplrs.tN, mplrs.tD, 1L, mplrs.Tnum, mplrs.Tden, in recv_counting_stats()
[all …]
H A Dmakefile48 MPLRSOBJ=lrslong1-mplrs.o lrslong2-mplrs.o lrslib1-mplrs.o lrslib2-mplrs.o lrslibgmp-mplrs.o lrsgmp…
51 MPLRSOBJ64=lrslong1-mplrs.o lrslib1-mplrs.o lrslibgmp-mplrs.o lrsgmp-mplrs.o lrsdriver-mplrs.o mplr…
103 lrsgmp-mplrs.o: lrsgmp.c lrsgmp.h
109 mplrs.o: mplrs.c mplrs.h lrslib.h lrsgmp.h
112 mplrs64.o: mplrs.c mplrs.h lrslib.h lrsgmp.h
115 mplrs: ${MPLRSOBJ} mplrsgmp target
121 mplrsgmp: mplrs.c mplrs.h lrslib.c lrslib.h lrsgmp.c lrsgmp.h lrsdriver.h lrsdriver.c
124 mplrs1: mplrs.c mplrs.h lrslib.c lrslib.h lrslong.c lrslong.h lrsdriver.h lrsdriver.c
127 mplrs2: mplrs.c mplrs.h lrslib.c lrslib.h lrslong.c lrslong.h lrsdriver.h lrsdriver.c
130 mplrsmp: mplrs.c mplrs.h lrslib.c lrslib.h lrsmp.c lrsmp.h lrsdriver.h lrsdriver.c
[all …]
H A DREADME13 Memory leak in countonly option fixed for mplrs/lrs.
24 Major changes to mplrs:
44 In mplrs this can be achieved by:
46 % mpirun -np <procs> mplrs -redund filename
50 Changes in mplrs relative to 7.0:
153 %make mplrs # mplrs(hybrid arithmetic), mplrsgmp
186 Several changes to mplrs:
242 …of mplrs on Tsubame2 with up to 1200 cores by Kazuki Yoshizoe show near linear speedups. lrs has s…
244 To install mplrs see: http://cgm.cs.mcgill.ca/~avis/C/lrslib/USERGUIDE.html#mplrs
249 % make mplrs
[all …]
H A Dlrslib.c485 if(Q->mplrs) in lrs_printoutput()
760 Q->mplrs=FALSE; in lrs_alloc_dat()
763 Q->mplrs=TRUE; in lrs_alloc_dat()
1214 if(Q->mplrs) in lrs_read_dic()
2615 if(Q->mplrs) in lrs_printtotals()
4937 if(Q->mplrs) in lrs_free_dic()
4946 if(Q->mplrs) in lrs_free_dic()
5022 if(Q->mplrs) in lrs_free_dat()
6155 if((*Q)->mplrs) in lrs_setup()
6186 if(Q->mplrs) in lrs_reset()
[all …]
H A Dlrslib.h291 long mplrs; /* TRUE if compiled for mplrs */ member