Skip to content
Snippets Groups Projects
Commit 3d173a6c authored by midou's avatar midou
Browse files

Update the workflow for GYSELAX on occigen

parent d40e63c1
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ NSPECIES = 2
NPROC_R = 4
NPROC_TH = 2
NPROC_MU = 16
NTHREAD = 28
NTHREAD = 14
#*******************************************
# Variables for radial profile input files
......@@ -49,8 +49,8 @@ ripple_filename = ripple_constant.h5
&MESH
CylindricalGeometry = .false.
Nr = 511
Ntheta = 1024
Nr = 255
Ntheta = 256
Nphi = 64
Nvpar = 127
Nmu = $((NPROC_MU-1))
......@@ -136,7 +136,7 @@ ripple_filename = ripple_constant.h5
buffer_asymmetry = .false.
right_buffer_only = .true.
buffer_location = 0.05
buffer_stiffness = 0.01,
buffer_stiffness = 0.025,
/
&ALGORITHM
......
......@@ -8,9 +8,9 @@ rm -rf $GYSELA_PATH/wk/scal*
# COMPILE THE TEST CASE
####################################
if [ ${ARCH} = 'occigen2' ]; then
cp ../machines/occigen-bdw/scalbigtest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
cp ../machines/occigen-bdw/scaltest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
elif [ ${ARCH} = 'jeanzay' ]; then
cp ../machines/jean-zay-cpu/scalbigtest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
cp ../machines/jean-zay-cpu/scaltest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment