Hi,

I am sometimes using atlasrep package but I do not know how to
configure remote access to datagens files.

I am reading in documentation that
AtlasOfGroupRepresentationsInfo.servers should be set to a list of
pairs [ server, path ], where server is a string denoting the http
address of a server where files can be fetched that are not stored in
the local database, and path is a string describing the path where the
data directories on the server reside.

I tried following:
gap> AtlasOfGroupRepresentationsInfo.servers :=
[["http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep","";]];
[ [ "http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep";, "" ] ]

gap> g:=AtlasGroup("Th");
fail

I cannot file correct values for the pair [server, path] in the
atlasrep documentation.

Regards,
Marek

_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to