Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
e2d48e17
Commit
e2d48e17
authored
Jan 11, 2017
by
Theo Steininger
Browse files
Bugfix: removed default_comm from nifty/config/nifty_config.py
parent
7be74c1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty/config/nifty_config.py
View file @
e2d48e17
...
...
@@ -73,19 +73,13 @@ variable_default_distribution_strategy = keepers.Variable(
if
z
==
'fftw'
else
True
),
genus
=
'str'
)
variable_default_comm
=
keepers
.
Variable
(
'default_comm'
,
[
'COMM_WORLD'
],
lambda
z
:
hasattr
(
dependency_injector
[
'MPI'
],
z
))
nifty_configuration
=
keepers
.
get_Configuration
(
name
=
'NIFTy'
,
variables
=
[
variable_fft_module
,
variable_use_healpy
,
variable_use_libsharp
,
variable_default_field_dtype
,
variable_default_distribution_strategy
,
variable_default_comm
],
variable_default_distribution_strategy
],
file_name
=
'NIFTy.conf'
,
search_pathes
=
[
os
.
path
.
expanduser
(
'~'
)
+
"/.config/nifty/"
,
os
.
path
.
expanduser
(
'~'
)
+
"/.config/"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment