load function- issue

Open discussion for MAGMA library (Matrix Algebra on GPU and Multicore Architectures)
Post Reply
spiga
Posts: 1
Joined: Sun Aug 21, 2011 5:46 pm

load function- issue

Post by spiga » Sun Aug 21, 2011 7:00 pm

Hallo,

I have a file, filename.magma say (plain text), which looks like

S:={@....@};

the set S contains MANY groups that I'm interested in. In particular, S is HUGE. With the function load I've tried to read that file (load "filename.magma"). Unfortunately, the magma terminal reads and prints the content of the file. So it takes hours for the me to have the prompt back. Is there a way for magma to read the file but without printing it out.

Thanks

fletchjp
Posts: 203
Joined: Mon Dec 27, 2010 7:29 pm

Re: load function- issue

Post by fletchjp » Tue Aug 23, 2011 7:42 am

I think you are on the wrong forum. If you want the Magma Computational Algebra System then try

http://magma.maths.usyd.edu.au/magma/

This forum is about linear algebra using GPGPUs.

John

Post Reply