Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Antoine Cyril David Hoffmann
Gyacomo
Commits
8e2964dd
Commit
8e2964dd
authored
1 year ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
Add unused parameters and all possible execs
parent
b478c613
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wk/lin_ITG_salpha.m
+11
-5
11 additions, 5 deletions
wk/lin_ITG_salpha.m
with
11 additions
and
5 deletions
wk/lin_ITG_salpha.m
+
11
−
5
View file @
8e2964dd
...
@@ -15,8 +15,9 @@ addpath(genpath([gyacomodir,'matlab/load'])) % Add load module
...
@@ -15,8 +15,9 @@ addpath(genpath([gyacomodir,'matlab/load'])) % Add load module
SIMID
=
'lin_ITG'
;
% Name of the simulation
SIMID
=
'lin_ITG'
;
% Name of the simulation
RUN
=
1
;
% To run or just to load
RUN
=
1
;
% To run or just to load
default_plots_options
default_plots_options
EXECNAME
=
'gyacomo23_sp'
;
% single precision
% EXECNAME = 'gyacomo23_dp'; % single precision
% EXECNAME = 'gyacomo23_dp'; % double precision
EXECNAME
=
'gyacomo23_sp'
;
% double precision
% EXECNAME = 'gyacomo23_debug'; % double precision
%% Set up physical parameters
%% Set up physical parameters
CLUSTER
.
TIME
=
'99:00:00'
;
% Allocation time hh:mm:ss
CLUSTER
.
TIME
=
'99:00:00'
;
% Allocation time hh:mm:ss
...
@@ -108,7 +109,12 @@ BCKGD0 = 1.0e-5; % Initial background
...
@@ -108,7 +109,12 @@ BCKGD0 = 1.0e-5; % Initial background
k_gB
=
1.0
;
% Magnetic gradient strength
k_gB
=
1.0
;
% Magnetic gradient strength
k_cB
=
1.0
;
% Magnetic curvature strength
k_cB
=
1.0
;
% Magnetic curvature strength
COLL_KCUT
=
1
;
% Cutoff for collision operator
COLL_KCUT
=
1
;
% Cutoff for collision operator
S_KAPPA
=
0.0
;
S_DELTA
=
0.0
;
S_ZETA
=
0.0
;
PB_PHASE
=
0
;
ADIAB_I
=
0
;
MHD_PD
=
0
;
%%-------------------------------------------------------------------------
%%-------------------------------------------------------------------------
%% RUN
%% RUN
setup
setup
...
@@ -117,9 +123,9 @@ setup
...
@@ -117,9 +123,9 @@ setup
if
RUN
if
RUN
MVIN
=
[
'cd ../results/'
,
SIMID
,
'/'
,
PARAMS
,
'/;'
];
MVIN
=
[
'cd ../results/'
,
SIMID
,
'/'
,
PARAMS
,
'/;'
];
% RUN =['time mpirun -np 2 ',gyacomodir,'bin/',EXECNAME,' 1 2 1 0;'];
% RUN =['time mpirun -np 2 ',gyacomodir,'bin/',EXECNAME,' 1 2 1 0;'];
RUN
=
[
'
time
mpirun -np 4 '
,
gyacomodir
,
'bin/'
,
EXECNAME
,
' 1 2 2 0;'
];
%
RUN =['mpirun -np 4 ',gyacomodir,'bin/',EXECNAME,' 1 2 2 0;'];
% RUN =['time mpirun -np 6 ',gyacomodir,'bin/',EXECNAME,' 1 6 1 0;'];
% RUN =['time mpirun -np 6 ',gyacomodir,'bin/',EXECNAME,' 1 6 1 0;'];
%
RUN =['time mpirun -np 1 ',gyacomodir,'bin/',EXECNAME,' 1 1 1 0;'];
RUN
=
[
'time mpirun -np 1 '
,
gyacomodir
,
'bin/'
,
EXECNAME
,
' 1 1 1 0;'
];
MVOUT
=
'cd ../../../wk;'
;
MVOUT
=
'cd ../../../wk;'
;
system
([
MVIN
,
RUN
,
MVOUT
]);
system
([
MVIN
,
RUN
,
MVOUT
]);
end
end
...
...
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