Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 87a868c8 authored by Marc-Alexandre Espiaut's avatar Marc-Alexandre Espiaut
Browse files

Making ffmper.sh a bit more maintainable. No need to list all the numbers of...

Making ffmper.sh a bit more maintainable. No need to list all the numbers of the interval you want to use.
parent cd45b491
No related branches found
No related tags found
No related merge requests found
...@@ -33,15 +33,13 @@ dd=$1 ...@@ -33,15 +33,13 @@ dd=$1
# RUN 1 influence de la taille de la boite sur la precision des calculs # RUN 1 influence de la taille de la boite sur la precision des calculs
# Regarde size, Nx ny nz energie total, dipole et le temps de calcul # Regarde size, Nx ny nz energie total, dipole et le temps de calcul
# #
PER_SIZE="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18"
#
pwd pwd
FMMPER_EXE=${FMMPER_GEN_EXE} FMMPER_EXE=${FMMPER_GEN_EXE}
rm -f FMM_PER_${DEGRE}.out rm -f FMM_PER_${DEGRE}.out
echo "# PerSize DOMAIN_SIZE ENERGY"> FMM_PER_${dd}.out echo "# PerSize DOMAIN_SIZE ENERGY"> FMM_PER_${dd}.out
for l in $PER_SIZE for l in {0..18}
do do
OUTPUT=OUTPUT-${dd}-${l}.out OUTPUT=OUTPUT-${dd}-${l}.out
echo "Running per = " ${l} echo "Running per = " ${l}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment