Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting AtlasRep to work #9

Closed
olexandr-konovalov opened this issue May 27, 2015 · 4 comments
Closed

Getting AtlasRep to work #9

olexandr-konovalov opened this issue May 27, 2015 · 4 comments

Comments

@olexandr-konovalov
Copy link
Member

AtlasRep package provides a link between GAP and the "ATLAS of Group Representations", a database that comprises generating permutations and matrices for many almost simple groups, and information about their maximal subgroups. This database is available independently of GAP athttp://brauer.maths.qmul.ac.uk/Atlas

To work, first of all this package need network access. Then installation instructions at http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/doc/chap4.html tells:

After unpacking the package archive, it should be checked whether the subdirectories datagens and dataword of the package directory have write permissions for those users who will download files from the servers. The recommended permissions under UNIX are set as follows.

you@unix> chmod 1777 atlasrep/data*
you@unix> ls -ld atlasrep/data*
drwxrwxrwt   3 you      you          1024 Oct 31 12:34 datagens
drwxrwxrwt   3 you      you          1024 Oct 31 12:34 dataword

We should follow instructions and run chmod in InstPackages.sh script.

@olexandr-konovalov
Copy link
Member Author

This should be fixed in gap-system/gap-container#5. The other problem is that one should set up network access from the container - it should be documented how to do this and there is a TODO item for this in issue #7.

@sebasguts
Copy link
Member

Is network access really a problem? I think on Linux systems it works out-of-the-box. Maybe the problem is OS X here?

@olexandr-konovalov
Copy link
Member Author

This is Ubuntu. I think I need to use some option to start the container, but I don't know which. @snim2 do you have a pointer, please?

@sebasguts
Copy link
Member

Try --net="host"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants