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

Improve the choice of the input file depending on the machines

parent 8ff3cc5f
Branches 3-standardise-ramses
No related tags found
No related merge requests found
......@@ -7,5 +7,10 @@ rm -rf $GYSELA_PATH/wk/big*
####################################
# COMPILE THE TEST CASE
####################################
cp ../machines/occigen-bdw/bigtest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
if [ ${ARCH} = 'occigen2' ]; then
cp ../machines/occigen-bdw/bigtest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
elif [ ${ARCH} = 'jeanzay' ]; then
cp ../machines/jean-zay-cpu/bigtest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
fi
......@@ -6,5 +6,10 @@ rm -rf $GYSELA_PATH/wk/*SMALL*TKE*
####################################
# COMPILE THE TEST CASE
####################################
cp ../machines/occigen-bdw/smalltest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
if [ ${ARCH} = 'occigen2' ]; then
cp ../machines/occigen-bdw/smalltest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
elif [ ${ARCH} = 'jeanzay' ]; then
cp ../machines/jean-zay-cpu/smalltest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
fi
......@@ -7,5 +7,10 @@ rm -rf $GYSELA_PATH/wk/scal*
####################################
# COMPILE THE TEST CASE
####################################
cp ../machines/occigen-bdw/scalbigtest_TKE_A139_n14_dlogTi0.0 $GYSELA_PATH/wk/
if [ ${ARCH} = 'occigen2' ]; then
cp ../machines/occigen-bdw/scalbigtest_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/
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