Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Reference manuals
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NEMO Workspace
Documentation
Reference manuals
Commits
3059ee59
Commit
3059ee59
authored
1 year ago
by
Tomas Lovato
Browse files
Options
Downloads
Patches
Plain Diff
revise usage of key_nosignedzero in chap_misc
parent
150d78b3
No related branches found
No related tags found
1 merge request
!6
Resolve "Recover 2022 TODO list"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
latex/NEMO/subfiles/chap_misc.tex
+2
-1
2 additions, 1 deletion
latex/NEMO/subfiles/chap_misc.tex
with
2 additions
and
1 deletion
latex/NEMO/subfiles/chap_misc.tex
+
2
−
1
View file @
3059ee59
...
...
@@ -266,7 +266,8 @@ so we overwrite the intrinsinc function with our own function simply performing
\verb
?
IF( B >= 0.e0 ) THEN ; SIGN(A,B) = ABS(A)
?
\\
\verb
?
ELSE ; SIGN(A,B) =-ABS(A)
?
\\
\verb
?
ENDIF
?
\\
This feature can be found in
\mdl
{
lib
\_
fortran
}
module and is effective when
\key
{
nosignedzero
}
is defined.
This feature can be found in
\mdl
{
lib
\_
fortran
}
module and it is effective when the macro
\key
{
nosignedzero
}
is defined within the cpp file of the configuration.
We use a CPP key as the overwritting of a intrinsic function can present performance issues with
some computers/compilers.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment