Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
test_latticegpu.jl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alberto Ramos
test_latticegpu.jl
Commits
8daabec2
Commit
8daabec2
authored
Nov 14, 2021
by
Alberto Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update LatticeGPU (i/o), and Bug corrected
parent
edd5df81
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Manifest.toml
Manifest.toml
+1
-1
main/sfwfl.jl
main/sfwfl.jl
+1
-1
No files found.
Manifest.toml
View file @
8daabec2
...
...
@@ -478,7 +478,7 @@ version = "0.15.9"
[[LatticeGPU]]
deps
=
[
"CUDA"
,
"Random"
,
"TimerOutputs"
]
git-tree-sha1
=
"
df3eca828b3ba004bc68806c8adce13e3bc224c2
"
git-tree-sha1
=
"
02ab274590bf69198585b2bdd677774f88543084
"
repo-rev
=
"master"
repo-url
=
"https://igit.ific.uv.es/alramos/latticegpu.jl"
uuid
=
"958c3683-801a-4582-9cfa-2d6e2ae1763b"
...
...
main/sfwfl.jl
View file @
8daabec2
...
...
@@ -47,7 +47,7 @@ l = parsed_args["L"]
t
=
parsed_args
[
"T"
]
println
(
" ## Analizing configuration: "
,
fconf
)
lp
=
SpaceParm
{
4
}((
l
,
l
,
l
,
t
),
(
4
,
4
,
4
,
4
),
BC_SF_AFWB
,
(
0
,
0
,
0
,
0
,
0
))
lp
=
SpaceParm
{
4
}((
l
,
l
,
l
,
t
),
(
4
,
4
,
4
,
4
),
BC_SF_AFWB
,
(
0
,
0
,
0
,
0
,
0
,
0
))
println
(
lp
)
U
,
Ubnd
=
import_lex64
(
fconf
,
lp
)
...
...
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