Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
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
Flexpart
Flex Extract
Commits
bbbe1e1e
Commit
bbbe1e1e
authored
4 years ago
by
anphi
Browse files
Options
Downloads
Patches
Plain Diff
solved a failed merge
parent
a20f0de1
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/Python/install.py
+0
-12
0 additions, 12 deletions
Source/Python/install.py
with
0 additions
and
12 deletions
Source/Python/install.py
+
0
−
12
View file @
bbbe1e1e
...
@@ -514,11 +514,7 @@ def mk_compilejob(makefile, ecuid, ecgid, fp_root):
...
@@ -514,11 +514,7 @@ def mk_compilejob(makefile, ecuid, ecgid, fp_root):
Parameters
Parameters
----------
----------
makefile : str
makefile : str
<<<<<<< HEAD
Name of the makefile which should be used to compile FORTRAN
=======
Name of the makefile which should be used to compile the Fortran
Name of the makefile which should be used to compile the Fortran
>>>
>>>>
origin
/
task
/
language
-
editing
program.
program.
ecuid : str
ecuid : str
...
@@ -708,21 +704,13 @@ def mk_fortran_build(src_path, makefile):
...
@@ -708,21 +704,13 @@ def mk_fortran_build(src_path, makefile):
print
(
perr
.
decode
())
print
(
perr
.
decode
())
print
(
'
Please edit
'
+
makefile
+
print
(
'
Please edit
'
+
makefile
+
'
or try another makefile in the src directory.
'
)
'
or try another makefile in the src directory.
'
)
<<<<<<<
HEAD
print
(
'
Most likely ECCODES_INCLUDE_DIR, ECCODES_LIB
'
print
(
'
Most likely ECCODES_INCLUDE_DIR, ECCODES_LIB
'
=======
print
(
'
Most likely GRIB_API_INCLUDE_DIR, GRIB_API_LIB
'
>>>>>>>
origin
/
task
/
language
-
editing
'
and EMOSLIB must be adapted.
'
)
'
and EMOSLIB must be adapted.
'
)
print
(
'
Available makefiles:
'
)
print
(
'
Available makefiles:
'
)
print
(
UioFiles
(
src_path
,
'
makefile*
'
))
print
(
UioFiles
(
src_path
,
'
makefile*
'
))
sys
.
exit
(
'
Compilation failed!
'
)
sys
.
exit
(
'
Compilation failed!
'
)
except
ValueError
as
e
:
except
ValueError
as
e
:
<<<<<<<
HEAD
print
(
'
ERROR: makefile call failed:
'
)
print
(
'
ERROR: makefile call failed:
'
)
=======
print
(
'
ERROR: make of Fortran code failed:
'
)
>>>>>>>
origin
/
task
/
language
-
editing
print
(
e
)
print
(
e
)
else
:
else
:
execute_subprocess
([
'
ls
'
,
'
-l
'
,
execute_subprocess
([
'
ls
'
,
'
-l
'
,
...
...
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