.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.15. .TH GAP "1" "May 2020" "The GAP team" "User Commands" .SH NAME GAP \- Groups, Algorithms and Programming .SH SYNOPSIS .B gap [\fI\,OPTIONS\/\fR] [\fI\,FILES\/\fR] .SH DESCRIPTION GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory. GAP provides a programming language, a library of thousands of functions implementing algebraic algorithms written in the GAP language as well as large data libraries of algebraic objects. GAP is used in research and teaching for studying groups and their representations, rings, vector spaces, algebras, combinatorial structures, and more. .TP \fB\-h\fR, \fB\-\-help\fR print this help and exit .TP \fB\-b\fR, \fB\-\-banner\fR disable/enable the banner .TP \fB\-q\fR, \fB\-\-quiet\fR enable/disable quiet mode .TP \fB\-e\fR disable/enable quitting on \-D .TP \fB\-f\fR force line editing .TP \fB\-n\fR prevent line editing .TP \fB\-E\fR, \fB\-\-readline\fR disable/enable use of readline library (if possible) .TP \fB\-x\fR, \fB\-\-width\fR set line width .TP \fB\-y\fR, \fB\-\-lines\fR set number of lines .TP \fB\-g\fR, \fB\-\-gasinfo\fR show GASMAN messages (full/all/no garbage collections) .TP \fB\-m\fR, \fB\-\-minworkspace\fR set the initial workspace size .TP \fB\-o\fR, \fB\-\-maxworkspace\fR set workspace size where GAP will warn about excessive memory usage (GAP may allocate more) .TP \fB\-K\fR, \fB\-\-limitworkspace\fR set maximal workspace size (GAP never allocates more) .TP \fB\-s\fR set the initially mapped virtual memory .TP \fB\-a\fR set amount to pre\-malloc\-ate postfix 'k' = *1024, 'm' = *1024*1024, \&'g' = *1024*1024*1024 .TP \fB\-l\fR, \fB\-\-roots\fR set the GAP root paths Directories are separated using ';'. Putting ';' on the start/end of list appends directories to the end/start of existing list of root paths .TP \fB\-r\fR disable/enable user GAP root dir GAPInfo.UserGapRoot .TP \fB\-A\fR disable/enable autoloading of suggested GAP packages .TP \fB\-B\fR current architecture .TP \fB\-D\fR enable/disable debugging the loading of files .TP \fB\-M\fR disable/enable loading of compiled modules .TP \fB\-N\fR do not use hidden implications .TP \fB\-O\fR disable/enable loading of obsolete files .TP \fB\-T\fR, \fB\-\-nobreakloop\fR disable/enable break loop and error traceback .TP \fB\-\-alwaystrace\fR always print error traceback (overrides behaviour of \fB\-T\fR) .TP \fB\-\-quitonbreak\fR quit GAP with non\-zero return value instead of entering break loop .TP \fB\-L\fR restore a saved workspace .TP \fB\-R\fR prevent restoring of workspace (ignoring \fB\-L\fR) .TP \fB\-p\fR enable/disable package output mode .TP \fB\-\-prof\fR Run ProfileLineByLine() on GAP start .TP \fB\-\-memprof\fR Run ProfileLineByLine() with recordMem := true on GAP start .TP \fB\-\-cover\fR Run CoverageLineByLine() on GAP start .TP \fB\-\-norepl\fR Disable the GAP read\-evaluate\-print loop (REPL) .TP \fB\-\-nointeract\fR Start GAP in non\-interactive mode (disable read\-evaluate\-print loop (REPL) and\e .IP break loop) .TP \fB\-\-bare\fR Attempt to start GAP without even needed packages (developer tool) .TP \fB\-c\fR execute the given expression .IP Boolean options toggle the current value each time they are called. Default actions are indicated first. .SH AUTHORS The GAP Group .SH COPYRIGHT Copyright (1988--2020) by its authors. GAP is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .SH "SEE ALSO" .I gac(1) .I update-gap-workspace(1) .P You can read the complete manual in /usr/share/gap/doc or you can use the online help system. Type ?help inside GAP to access it. Type .P ?Reference: options!under UNIX .P to access the full documentation of options. .P