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
b71fd488
Commit
b71fd488
authored
1 year ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
improve shearing test script
parent
0b3c9a44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
wk/test_ExB_shear.m
+30
-11
30 additions, 11 deletions
wk/test_ExB_shear.m
with
30 additions
and
11 deletions
wk/test_ExB_shear.m
+
30
−
11
View file @
b71fd488
resdir
=
'
/Users/ahoffmann/gyacomo/results/dev
/ExB_
SF/
shear
ing_picture
/'
;
resdir
=
'
../testcases
/ExB_shear
_atomic_tests
/'
;
MVIN
=
[
'cd '
,
resdir
];
% RUN = './gyacomo23_dp 0';
curdir
=
pwd
;
MVOUT
=
[
'cd '
,
curdir
];
%------
% MPIRUN = '/opt/homebrew/bin/mpirun';
MPIRUN
=
'mpirun'
;
%------
EXECDIR
=
'/home/ahoffman/gyacomo/bin/'
;
EXECNAME
=
'gyacomo23_dp_O1'
;
% EXECNAME = 'gyacomo23_dp';
% EXECNAME = 'gyacomo23_sp';
% EXECNAME = 'gyacomo23_debug';
%------
% NP = '1'; PARA = '1 1 1';
% NP = '2'; PARA = '1 2 1';
NP
=
'6'
;
PARA
=
'1 6 1'
;
%------
% Picture, const. zonal mode in phi in nonlin term
%
RUN = ['/opt/homebrew/bin/mpirun -np 6 ./gyacomo23_dp 1 6 1
0'
]
;
%
INNAME = '
0';
% Picture, bckg ExB shear
% RUN = '/opt/homebrew/bin/mpirun -np 6 ./gyacomo23_dp 1 6 1 1';
% RUN = '/opt/homebrew/bin/mpirun -np 1 ./gyacomo23_dp 1 1 1 1';
% Test with parallel modes initialization (should not trigger nonlinear
% coupling)
% RUN = '/opt/homebrew/bin/mpirun -np 6 ./gyacomo23_dp 1 6 1 3';
RUN
=
'/opt/homebrew/bin/mpirun -np 1 ./gyacomo23_dp 1 1 1 3'
;
% RUN = '/opt/homebrew/bin/mpirun -np 1 ./gyacomo23_debug 1 1 1 3';
MVOUT
=
'cd /Users/ahoffmann/gyacomo/wk'
;
% INNAME = '1';
% Linear with parallel modes initialization + ExB shear
% INNAME = '2';
% NL with parallel modes initialization no ExB shear
INNAME
=
'3'
;
% Ultra reduced NL with parallel modes and 8x8 grid no shear
% INNAME = '4';
% NL with parallel modes initialization + ExB shear
% INNAME = '5';
%-------
RUN
=
[
MPIRUN
,
' -np '
,
NP
,
' '
,
EXECDIR
,
EXECNAME
,
' '
,
PARA
,
' '
,
INNAME
];
system
([
MVIN
,
'; '
,
RUN
,
'; '
,
MVOUT
]);
%%
fast_analysis
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