Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
76f631b1
Commit
76f631b1
authored
May 31, 2017
by
Andreas Marek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove obsolete funtion debug_messages_via_environment_variable
parent
dfe0bd7a
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
22 deletions
+1
-22
src/general/elpa_utilities.F90
src/general/elpa_utilities.F90
+1
-22
No files found.
src/general/elpa_utilities.F90
View file @
76f631b1
...
...
@@ -58,7 +58,7 @@ module ELPA_utilities
private
! By default, all routines contained are private
public
::
debug_messages_via_environment_variable
,
output_unit
,
error_unit
public
::
output_unit
,
error_unit
public
::
check_alloc
,
check_alloc_CUDA_f
,
check_memcpy_CUDA_f
,
check_dealloc_CUDA_f
public
::
map_global_array_index_to_local_index
public
::
pcol
,
prow
...
...
@@ -72,27 +72,6 @@ module ELPA_utilities
!******
contains
function
debug_messages_via_environment_variable
()
result
(
isSet
)
use
precision
implicit
none
logical
::
isSet
CHARACTER
(
len
=
255
)
::
ELPA_DEBUG_MESSAGES
isSet
=
.false.
#if defined(HAVE_ENVIRONMENT_CHECKING)
call
get_environment_variable
(
"ELPA_DEBUG_MESSAGES"
,
ELPA_DEBUG_MESSAGES
)
#endif
if
(
trim
(
ELPA_DEBUG_MESSAGES
)
.eq.
"yes"
)
then
isSet
=
.true.
endif
if
(
trim
(
ELPA_DEBUG_MESSAGES
)
.eq.
"no"
)
then
isSet
=
.true.
endif
end
function
debug_messages_via_environment_variable
!-------------------------------------------------------------------------------
!Processor col for global col number
...
...
Write
Preview
Markdown
is supported
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