Re: DumpSave run time
- To: mathgroup at smc.vnet.net
- Subject: [mg122704] Re: DumpSave run time
- From: Rui <rui.rojo at gmail.com>
- Date: Mon, 7 Nov 2011 05:51:18 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <j8nunr$eg7$1@smc.vnet.net>
- Reply-to: comp.soft-sys.math.mathematica at googlegroups.com
No, it's not normal and it shouldn't take that long. You also shouldn't be afraid to disable dynamic evaluation. Also, if I could I would abort the calculation. DumpSave should work fast. Who knows, unless you had 30GB RAM and other stuff you didn't say in the Global` context, that shouldn't happen. You could also check if the matrixes are packed arrays by using Developer`PackedArrayQ and if not and possible, turn them into them by resaving as Developer`ToPackedArray[...]