Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Analyzer_new
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Whitney Armstrong
Analyzer_new
Commits
18e13cd8
Commit
18e13cd8
authored
11 years ago
by
Whitney Armstrong
Browse files
Options
Downloads
Patches
Plain Diff
Added a dump of the PRESCALE string
parent
7dd19f86
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ENGINE/g_examine_go_info.f
+11
-0
11 additions, 0 deletions
ENGINE/g_examine_go_info.f
etc/Makefile.variables
+1
-1
1 addition, 1 deletion
etc/Makefile.variables
with
12 additions
and
1 deletion
ENGINE/g_examine_go_info.f
+
11
−
0
View file @
18e13cd8
...
...
@@ -58,6 +58,7 @@
integer
*
4
jiand
,
jishft
,
jieor
logical
*
4
found_thresholds
,
found_prescale
character
*
80
prescale_string
character
*
80
file
character
*
4
tmpstring
integer
*
4
ilo
,
prescale_len
,
ilo2
integer
*
4
nped
...
...
@@ -135,6 +136,16 @@ c write(6,*) ' NOT THRESHOLDS,NOT PS FACTORS. WHO CARES.'
endif
enddo
*
write
(
*
,
*
)
'PRESCALE STRING'
write
(
*
,
*
)
prescale_string
c
WHIT
's InSANE HACK
file='
InSANEOUT
/
coda_PS_
%
d
.
txt
'
call g_sub_run_number(file,gen_run_number)
c 215=philadelphia area code
open(unit=216,file=file,status='
REPLACE
')
write(216,*)prescale_string
c END WHIT'
s
InSANE
HACK
if
(
found_prescale
.and.
prescale_len
.ne.
0
)
then
prescale_len
=
g_important_length
(
prescale_string
(
1
:
prescale_len
))
ilo
=
index
(
prescale_string
(
1
:
prescale_len
),
'nped='
)
+5
...
...
This diff is collapsed.
Click to expand it.
etc/Makefile.variables
+
1
−
1
View file @
18e13cd8
...
...
@@ -47,7 +47,7 @@ ifeq ($(gccversion),4)
endef
$(
warning
$(
message
))
FC
=
g77
FFLAGS
+=
$(
g77flags
)
FFLAGS
+=
$(
g77flags
)
-static
endif
else
FC
=
gfortran
...
...
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