Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
FerFlow.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
Fernando Pérez Panadero
FerFlow.jl
Commits
e2f955f5
Commit
e2f955f5
authored
8 months ago
by
Fernando Pérez Panadero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added enviroment
parent
b603674f
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2087 additions
and
5 deletions
+2087
-5
Manifest.toml
Manifest.toml
+1512
-0
Project.toml
Project.toml
+6
-0
input/FerFlow.in
input/FerFlow.in
+4
-4
main.jl
main.jl
+1
-1
output/Run1L32.bdio
output/Run1L32.bdio
+0
-0
output/Run1L32.log
output/Run1L32.log
+564
-0
No files found.
Manifest.toml
0 → 100644
View file @
e2f955f5
This diff is collapsed.
Click to expand it.
Project.toml
0 → 100644
View file @
e2f955f5
[deps]
ADerrors
=
"5e92007d-7bf1-471c-8ceb-4591b8b567a9"
BDIO
=
"375f315e-f2c4-11e9-2ef9-134f02f79e27"
CUDA
=
"052768ef-5323-5732-b1bb-66c8b64840ba"
LatticeGPU
=
"958c3683-801a-4582-9cfa-2d6e2ae1763b"
TimerOutputs
=
"a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
This diff is collapsed.
Click to expand it.
input/FerFlow.in
View file @
e2f955f5
...
...
@@ -4,11 +4,11 @@ name = "Run1L32"
[Space]
bc = 3 # 3 OPEN, 0 PERIODIC, SF_AFWB or SF_ORBI
size = [
32,32,32,32
]
size = [
16,16,16,16
]
blocks = [4,4,4,4]
[HMC]
nth =
50
00
nth =
1
00
beta = 6.0
c0 = 1.0
cG = 1.0
...
...
@@ -22,10 +22,10 @@ theta = 0.0
theta_t = 3.1415926535897
csw = 1.76923076923077
ct = 9.8718528389891003e-01
tsource =
16
tsource =
8
[Measurements]
N_noise =
12
N_noise =
6
Flow_times = [2.47,3.86]
Nsaves = 25
tolerance = 1.0e-13
...
...
This diff is collapsed.
Click to expand it.
main.jl
View file @
e2f955f5
using
Pkg
Pkg
.
activate
(
"
/home/fperez/Git/LGPU_fork
"
)
Pkg
.
activate
(
"
./
"
)
using
LatticeGPU
using
TOML
...
...
This diff is collapsed.
Click to expand it.
output/Run1L32.bdio
View file @
e2f955f5
No preview for this file type
This diff is collapsed.
Click to expand it.
output/Run1L32.log
View file @
e2f955f5
This diff is collapsed.
Click to expand it.
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