forked from Bears-R-Us/arkouda
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathServerModules.cfg
More file actions
53 lines (51 loc) · 823 Bytes
/
ServerModules.cfg
File metadata and controls
53 lines (51 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Comment out modules using a `#` to exclude
# a module from a build
ApplyMsg
ArgSortMsg
ArraySetopsMsg
AryUtil
BigIntMsg
BroadcastMsg
CastMsg
CheckpointMsg
CommDiagnosticsMsg
ConcatenateMsg
CSVMsg
DataFrameIndexingMsg
EfuncMsg
EncodingMsg
FlattenMsg
HashMsg
HDF5Msg
HistogramMsg
In1dMsg
IndexingMsg
JoinEqWithDTMsg
KExtremeMsg
LinalgMsg
LogMsg
ManipulationMsg
NumericUnicodes
OperatorMsg
ParquetMsg
RandMsg
ReductionMsg
ReductionMsgFunctions
RegistrationMsg
SegmentedMsg
SequenceMsg
SetMsg
SortMsg
SparseMatrixMsg
StatsMsg
TimeClassMsg
TransferMsg
UniqueMsg
UtilMsg
#ZarrMsg
# Add additional modules located outside
# of the Arkouda src/ directory below.
# For modules outside of the Arkouda src/
# directory, make sure to add the complete
# path to the module in the environment
# variable ARKOUDA_SERVER_USER_MODULES.