Skip to content

Commit 2dbd953

Browse files
committed
Commit before the 1.9.3 version.
1 parent 834c623 commit 2dbd953

28 files changed

+320
-99
lines changed

DEVELOPER_NOTES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-------------------------------------------------------------
2-
Developer notes version 1.9.3_beta : Changes since version 1.9.2 :
2+
Developer notes version 1.9.3 : Changes since version 1.9.2 :
33
-------------------------------------------------------------
44
10/11/23 (TRUST) Tools : Add -disable-hwloc option to configure to not install hwloc tool by default
55
23/10/23 (TRUST) Minor change : Class Groupe_interne becomes Groupe_face as it now supports an arbitrary mix of internal or boundary faces.

License.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023, CEA
1+
Copyright (c) 2024, CEA
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.3_beta
1+
1.9.3

Outils/TRIOXDATA/XTriou/objet_u.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2435,7 +2435,7 @@ def gen_doc_base(fr=1):
24352435
\begin{document}
24362436
\title{
24372437
\vspace{5cm}
2438-
\Huge \textbf{TRUST Reference Manual V1.9.3beta} \vspace{0.5cm}}
2438+
\Huge \textbf{TRUST Reference Manual V1.9.3} \vspace{0.5cm}}
24392439
\author{
24402440
\vspace{2cm}
24412441
\LARGE \textbf{Support team: \href{mailto:[email protected]}{[email protected]}} \\

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ This software is **OpenSource ([BSD license](https://github.com/cea-trust-platfo
66

77
You can visit **[TRUST website](https://cea-trust-platform.github.io/)**
88

9-
# **How to install TRUST-1.9.2 version ?**
9+
# **How to install TRUST-1.9.3 version ?**
1010

1111
### **First method (git configuration)**
1212

1313
```bash
1414
# Check out the sources for TRUST
15-
git clone https://github.com/cea-trust-platform/trust-code.git TRUST-1.9.2
15+
git clone https://github.com/cea-trust-platform/trust-code.git TRUST-1.9.3
1616
# Move to the cloned TRUST folder
17-
cd TRUST-1.9.2
17+
cd TRUST-1.9.3
1818
# Download the required external packages
19-
wget ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.9.2.tar
19+
wget ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.9.3.tar
2020
# or:
21-
# curl ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.9.2.tar > externalpackages-1.9.2.tar
21+
# curl ftp://ftp.cea.fr/pub/TRUST/externalpackages/externalpackages-1.9.3.tar > externalpackages-1.9.3.tar
2222
# Unzip the downloaded external packages folder
23-
tar xf externalpackages-1.9.2.tar
23+
tar xf externalpackages-1.9.3.tar
2424
# Have a look at the available configuration options
2525
./configure -help
2626
# Execute the configure script with your selected options
@@ -41,11 +41,11 @@ type mpicxx
4141

4242
```bash
4343
# Download the sources for TRUST
44-
wget ftp://ftp.cea.fr/pub/TRUST/TRUST/Version1.9.2/TRUST-1.9.2.tar.gz
44+
wget ftp://ftp.cea.fr/pub/TRUST/TRUST/Version1.9.3/TRUST-1.9.3.tar.gz
4545
# Unzip the downloaded folder
46-
tar xzf TRUST-1.9.2.tar.gz
46+
tar xzf TRUST-1.9.3.tar.gz
4747
# Move to the unziped TRUST folder
48-
cd TRUST-1.9.2
48+
cd TRUST-1.9.3
4949
# Execute the configure script with your selected options
5050
./configure $OPTIONS
5151
```

RELEASE_NOTES

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--------------------------------------------------------------------------------------------------
2-
Release notes version 1.9.3_beta : Enhancements, modifications and corrected bugs since version 1.9.2 :
2+
Release notes version 1.9.3 : Enhancements, modifications and corrected bugs since version 1.9.2 :
33
--------------------------------------------------------------------------------------------------
44
13/11/23 (TRUST) New feature : New option for DP_impose keyword: dp_regul to regulate the DP in order to match a target flow rate.
55
09/11/23 (TRUST) New feature : Introducing a new tool for dataset Python maniupulation and reference doc generation -> trustpy. Check out README.md in Outils/trustpy/doc

ToDo

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Version Qui Tache
2-
1.9.3 [email protected] Ajouter sur jupyter comment modifier le titre du notebook pdf. cf echanges avec Claire et Adel
32
1.9.x [email protected] faire unset TMPDIR dans le configure
43
1.9.x [email protected] Voir si on peut retirer .dico de git
54
1.9.x [email protected] empecher d'installer TRUST sur home titania
6-
1.9.3 [email protected] Modifier scripts Baltik pour qu un Baltik quelconque puisse etre deplace sans souci apres installation
7-
1.9.3 [email protected] Supprimer OSQP dans le futur des que PolyMAC_old disparait
8-
1.9.3 [email protected] Port muscl_new sur GPU avec OpenMP et optimisation du code (3 fois plus lent que muscl actuellement). Trouver nom adequat.
9-
1.9.3 [email protected] Try to add Champ_Uniform into Champ_implementation_P0.cpp
10-
1.9.3 [email protected] Fiabiliser l'utilisation de jenkins
11-
1.9.3 [email protected] ameliorer VerifData pour pouvoir faire l equivalent de check_jdd sur un cas test (au moins la lecture / ecriture / relecture du JDD)
12-
1.9.3 [email protected] Passer les fichiers RELEASE_NOTE et DEVELOPER_NOTES en markdown licence.txt (voir si basculer aussi sur les Baltiks)
13-
1.9.3 [email protected] LDC: Decouper et lancer en parallele sur quelques pas de temps l etude de PE Canal_172M_PE_4913 sur un cluster
14-
1.9.3 [email protected] LDC: Decouper et lancer en parallele sur quelques pas de temps l etude DNS_swarm
5+
1.9.x [email protected] Modifier scripts Baltik pour qu un Baltik quelconque puisse etre deplace sans souci apres installation
6+
1.9.x [email protected] Supprimer OSQP dans le futur des que PolyMAC_old disparait
7+
1.9.x [email protected] Port muscl_new sur GPU avec OpenMP et optimisation du code (3 fois plus lent que muscl actuellement). Trouver nom adequat.
8+
1.9.x [email protected] Try to add Champ_Uniform into Champ_implementation_P0.cpp
9+
1.9.x [email protected] Fiabiliser l'utilisation de jenkins
10+
1.9.x [email protected] ameliorer VerifData pour pouvoir faire l equivalent de check_jdd sur un cas test (au moins la lecture / ecriture / relecture du JDD)
11+
1.9.x [email protected] Passer les fichiers RELEASE_NOTE et DEVELOPER_NOTES en markdown licence.txt (voir si basculer aussi sur les Baltiks)
12+
1.9.x [email protected] LDC: Decouper et lancer en parallele sur quelques pas de temps l etude de PE Canal_172M_PE_4913 sur un cluster et l'etude sur IJK 5000 CPU, verifier -log_directory
13+
1.9.x [email protected] LDC: Decouper et lancer en parallele sur quelques pas de temps l etude DNS_swarm
1514
1.9.x [email protected] LDC: ouvrir une DI pour actions de livraison (cf di 188127)
1615
1.9.x [email protected] LDC: ouvrir une DI pour installation reseau Titania (cf di 183455)
1716
1.9.x [email protected] LDC: ouvrir une DI pour installation clusters

bin/KSH/credoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "From $TRUST_TESTS/Reference directory"
2828
fichier=$TRUST_TMP/References.html
2929
tmp=$HOME/.tmp_file
3030
# Ecriture de l entete du fichier
31-
notice=.."/doc/TRUST/TRUST_Generic_Guide.pdf"
31+
notice=.."/doc/TRUST/TRUST_Generic_documentation.pdf"
3232
echo "<!--NewPage-->
3333
<html>
3434
<head>

bin/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data set support
1414
****************
1515

1616
Notice first that the reference manual which contains the information needed to carry out
17-
a data set is TRUST_Generic_Guide.pdf (located in $TRUST_ROOT/doc/TRUST)
17+
a data set is TRUST_Generic_documentation.pdf (located in $TRUST_ROOT/doc/TRUST)
1818

1919

2020
-EditData : to support user when carrying out a data set by indicating keywords specific to each object

bin/admin/cree_index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
</HTML>" >> $html
7979
cp_ftp $TRUST_ROOT/bin/README_INSTALL $PUBLIC/Version$stable
8080
cp_ftp $TRUST_ROOT/src/README_ECLIPSE $PUBLIC/Version$stable
81-
cp_ftp $TRUST_ROOT/doc/TRUST/TRUST_Generic_Guide.pdf $PUBLIC/documentation/Notes
81+
cp_ftp $TRUST_ROOT/doc/TRUST/TRUST_Generic_documentation.pdf $PUBLIC/documentation/Notes
8282
cp_ftp $TRUST_ROOT/doc/TRUST/TRUST_tutorial.pdf $PUBLIC/documentation/Notes
8383
cp_ftp $TRUST_ROOT/doc/TRUST/Baltik_tutorial.pdf $PUBLIC/documentation/Notes
8484
cp_ftp $TRUST_ROOT/doc/TRUST/TRUST_Reference_Manual.pdf $PUBLIC/documentation/Notes

bin/admin/lance_test_nuit

+6-6
Original file line numberDiff line numberDiff line change
@@ -866,10 +866,10 @@ fi
866866
fi
867867
rm -f $tuto.new
868868
echo " "
869-
if [ "`echo $new | grep beta`" = "" ]
870-
then
871-
touch doc/TRUST/Generic_Guide/Generic_Guide.tex
872-
fi
869+
#if [ "`echo $new | grep beta`" = "" ]
870+
#then
871+
# touch doc/TRUST/Generic_Guide/Generic_Guide.tex
872+
#fi
873873
#fi
874874

875875
[ ! -d $TRUST_ROOT/.git ] && echo "Error: You must have $TRUST_ROOT/.git directory to do this action" && exit
@@ -1755,7 +1755,7 @@ echo $ECHO_OPTS "TrioCFD Front Tracking mailing list http://saxifrage:3500/wws
17551755
echo $ECHO_OPTS "---------------------------------------------------------------------------------" >> $MESSAGES_NUIT
17561756
#echo $ECHO_OPTS "TRUST ftp site: ftp://$TRUST_FTP/$PUBLIC/index.html" >> $MESSAGES_NUIT
17571757
echo $ECHO_OPTS "TRUST documentation: ftp://$TRUST_FTP/$SECRET/doc" >> $MESSAGES_NUIT
1758-
echo $ECHO_OPTS "Latest Generic Guide: ftp://$TRUST_FTP/$SECRET/doc/TRUST_Generic_Guide.pdf" >> $MESSAGES_NUIT
1758+
echo $ECHO_OPTS "Latest Generic Guide: ftp://$TRUST_FTP/$SECRET/doc/TRUST_Generic_documentation.pdf" >> $MESSAGES_NUIT
17591759
echo $ECHO_OPTS "Latest Reference Manual: ftp://$TRUST_FTP/$SECRET/doc/TRUST_Reference_Manual.pdf" >> $MESSAGES_NUIT
17601760
echo $ECHO_OPTS "Latest Tutorial: ftp://$TRUST_FTP/$SECRET/doc/TRUST_tutorial.pdf" >> $MESSAGES_NUIT
17611761
echo $ECHO_OPTS "Latest list of builds: ftp://$TRUST_FTP/$SECRET/NUIT/NUIT.html" >> $MESSAGES_NUIT
@@ -3761,7 +3761,7 @@ then
37613761
cp $TRUST_ROOT/doc/TRUST/Tutorial/TRUST_tutorial.pdf $TRUST_ROOT/doc/TRUST/
37623762
cp $TRUST_ROOT/doc/TRUST/Tutorial/ICoCo_tutorial.pdf $TRUST_ROOT/doc/TRUST/
37633763
cp $TRUST_ROOT/doc/TRUST/Tutorial/Baltik_tutorial.pdf $TRUST_ROOT/doc/TRUST/
3764-
cp $TRUST_ROOT/doc/TRUST/Generic_Guide/TRUST_Generic_Guide.pdf $TRUST_ROOT/doc/TRUST/
3764+
#cp $TRUST_ROOT/doc/TRUST/Generic_Guide/TRUST_Generic_Guide.pdf $TRUST_ROOT/doc/TRUST/
37653765
# Update the version in README.md file (displayed on github)
37663766
sed -i "s/$old/$new/g" $TRUST_ROOT/README.md
37673767
# Commit

bin/admin/liste.machines

+6-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ linux rsync_ssh tache is245198-intel.intra.cea.fr -all -TRUST -TrioCFD -GENE
66
linux rsync_ssh cible is245198.intra.cea.fr -all -TRUST -TrioCFD -GENEPI3 -STT -PEMFC -FLICA5 -C3D -TRUST_NK -force_provided_mpich # Ubuntu 20 titania TMA TRUST
77
linux rsync_ssh tache is241479.intra.cea.fr -all -TrioCFD -g -force_provided_mpich -disable-valgrind -disable-plot2d -without-pdflatex -disable-vc # CentOS 7.9 salle de formation titania
88
linux rsync_ssh tache is242981-gpu.intra.cea.fr -all -TrioCFD -cuda -without-pdflatex # Fedora 32 Bat 451 LGLS titania bureau Pierre Ledac
9-
linux rsync_ssh tache is242981-clang.intra.cea.fr -TrioCFD -GENEPI3 -clang -force_provided_openmpi -without-pdflatex # Fedora 32 Bat 451 LGLS titania bureau Pierre Ledac
9+
linux rsync_ssh tache is242981-clang.intra.cea.fr -TrioCFD -GENEPI3 -clang -force_provided_openmpi -without-pdflatex -without-visit # Fedora 32 Bat 451 LGLS titania bureau Pierre Ledac
1010
linux rsync_ssh cible is242981.intra.cea.fr -all -semi_opt # Fedora 32 Bat 451 LGLS titania bureau Pierre Ledac
1111
linux rsync_ssh tache is241762-clang.intra.cea.fr -TrioCFD -GENEPI3 -C3D -clang -force_provided_openmpi -without-pdflatex # Fedora 34 Bat 451 LMSF titania
1212
linux rsync_ssh tache is234634-clang.intra.cea.fr -all -TrioCFD -FLICA5 -clang -force_provided_openmpi -without-pdflatex -without-visit # Fedora 36 Bat 451 LGLS titania bureau TMA TRUST
@@ -24,8 +24,8 @@ linux rsync_ssh tache topaze-gpu.ccc.cea.fr -limited -TrioCFD -cuda -
2424
linux rsync_ssh tache jean-zay.idris.fr -limited -TrioCFD -benchmark -without-doc -disable-plot2d -without-visit # RedHat 8.1
2525
linux rsync_ssh tache jean-zay-gpu.idris.fr -limited -TrioCFD -cuda -without-doc -disable-plot2d -without-visit # RedHat 8.1
2626
linux rsync_ssh tache jean-zay-build64.idris.fr -limited -TrioCFD -build_64_bit -without-doc -disable-plot2d -without-visit # RedHat 8.1
27-
linux ssh_pass tache adastra.cines.fr -limited -TrioCFD -build_64_bit -without-pdflatex
28-
linux ssh_pass tache adastra-gpu.cines.fr -limited -TrioCFD -rocm -openmp -build_64_bit -without-pdflatex
27+
linux ssh_pass tache desactive_adastra.cines.fr -limited -TrioCFD -build_64_bit -without-pdflatex
28+
linux ssh_pass tache desactive_adastra-gpu.cines.fr -limited -TrioCFD -rocm -openmp -build_64_bit -without-pdflatex
2929
linux rsync_ssh tache orcus-amd-gpu.intra.cea.fr -TrioCFD -cuda # CentOS 7.6 CEA Saclay
3030
linux rsync_ssh tache orcus-intel.intra.cea.fr -limited -TrioCFD -STT -PEMFC -FLICA5 -disable-plot2d -benchmark # CentOS 7.6 CEA Saclay
3131
linux rsync_ssh tache orcus-amd.intra.cea.fr -limited -TrioCFD -FLICA5 -disable-plot2d -benchmark # CentOS 7.6 CEA Saclay
@@ -56,17 +56,16 @@ linux rsync_ssh tache is244274-build64.intra.cea.fr -build_64_bit -for
5656
linux rsync_ssh tache is234617-build64.intra.cea.fr -all -TrioCFD -build_64_bit # Ubuntu 22 Bat 451 titania
5757
linux rsync_ssh cible is234617.intra.cea.fr -all -TrioCFD -GENEPI3 -C3D -MPCube -FLICA5 -TRUST_NK -SIDES -SCORPIO # Ubuntu 22 Bat 451 titania
5858
linux rsync_ssh tache is244274.intra.cea.fr -TRUST_NK -Check_decoupage -force-provided-mpich # Fedora 32 titania Bat 451 LGLS bureau Gilles
59-
linux rsync_ssh non is212958-intel.intra.cea.fr -all -TrioCFD -C3D -FLICA5 -intel19 -disable-plot2d -force_system_mpi -disable-mpi4py # CentOS 7.9 Bat 451 LMSF Bureau Michel (machine pilote titania)
59+
linux rsync_ssh non is212958-intel.intra.cea.fr -all -TrioCFD -C3D -FLICA5 -intel19 -disable-plot2d -force_system_mpi -disable-mpi4py -disable-gmsh # CentOS 7.9 Bat 451 LMSF Bureau Michel (machine pilote titania)
6060
linux rsync_ssh non is225934.intra.cea.fr -all -TrioCFD -SIDES -SCORPIO -TRUST_NK -FLICA5 -C3D -MPCube -GENEPI3 -STT -PEMFC # Ubuntu 22 Bat 451 LMSF Bureau Michel (machine pilote titania)
6161
linux rsync_ssh non is224668.intra.cea.fr -all -TrioCFD -GENEPI3 -g -force_provided_mpich -without-pdflatex # Ubuntu 18.04 Bat 451 LMSF Bureau Michel (machine pilote titania)
6262
linux rsync_ssh non is213122.intra.cea.fr -all -TrioCFD -STT -PEMFC -GENEPI3 -force_provided_mpich -without-pdflatex # Ubuntu 20.04 Bat 451 LMSF Bureau Michel (machine pilote titania)
63-
linux rsync_ssh non is241762.intra.cea.fr -all -TrioCFD -FLICA5 -C3D -g -remote_install_TRUST_with_source # Fedora 34 Bat 451 LMSF Bureau Julie titania
6463
linux rsync_ssh tache is241481.intra.cea.fr -check-valgrind -without-pdflatex -force_provided_mpich # CentOS 7.9 salle de formation titania
6564
linux rsync_ssh tache is233822.intra.cea.fr -Semi_opt_gcov -force_provided_mpich # Fedora 26 titania pour Cath3D
6665
linux rsync_ssh tache is229955.intra.cea.fr -force_provided_mpich -without-pdflatex # CentOS 7.9 de Nikos titania
6766
linux rsync_ssh non is232973.intra.cea.fr -all -TrioCFD -GENEPI3 -STT -PEMFC -gcov -force_provided_mpich -without-pdflatex # Ubuntu 20.04 Bat 451 LMSF Bureau TMA TRUST titania
6867
linux rsync_ssh non is232973-gui.intra.cea.fr -all -TrioCFD -GENEPI3 -gui -remote_install_TRUST_with_source -force_provided_mpich -without-pdflatex # Ubuntu 20.04 Bat 451 LMSF Bureau TMA titania TRUST
69-
linux rsync_ssh cible petra.intra.cea.fr -all -TrioCFD -cuda=download -openmp -without-pdflatex # Ubuntu 20.04 serveur rackable titania
68+
linux rsync_ssh tache petra.intra.cea.fr -all -TrioCFD -cuda=download -openmp -without-pdflatex # Ubuntu 20.04 serveur rackable titania
7069
linux rsync_ssh tache is246524.intra.cea.fr -all -rocm -openmp -without-pdflatex # Ubuntu 20.04 titania avec carte GPU AMD (bureau PL)
7170
linux rsync_ssh tache is210376-tmpnoexe.intra.cea.fr -all # Fedora 34 titania tmp no exec
7271
linux rsync_ssh tache is210376-noconda.intra.cea.fr -all -C3D -without-conda # Fedora 34 titania tmp no exec, sans conda
@@ -76,4 +75,4 @@ linux rsync_ssh tache is240284.intra.cea.fr -all -TrioCFD #
7675
linux rsync_ssh tache is245205.intra.cea.fr -all -TrioCFD -without-pdflatex # Fedora 38 GA titania
7776
linux rsync_ssh cible is247056.intra.cea.fr -all -TrioCFD # FED 36
7877

79-
linux rsync_ssh cible is157091.intra.cea.fr -all -TrioCFD -cuda11_6 -openmp -force_latest_mpich # Fedora ? PL titania
78+
linux rsync_ssh cible is157091.intra.cea.fr -TrioCFD -cuda11_6 -openmp -force_latest_mpich # Fedora ? PL titania

bin/admin/mise_a_jour_TRUST_tar

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,10 @@ then
9494
[ -f $TRUST_ROOT/Outils/TRIOXDATA/XTriou/Keywords.txt ] && cp $TRUST_ROOT/Outils/TRIOXDATA/XTriou/Keywords.txt $TRUST_ROOT/doc/TRUST/Keywords.txt
9595
[ -f $TRUST_ROOT/Outils/TRIOXDATA/XTriou/doc.pdf ] && cp $TRUST_ROOT/Outils/TRIOXDATA/XTriou/doc.pdf $TRUST_ROOT/doc/TRUST/TRUST_Reference_Manual.pdf
9696
# ajout de la doc pdf non geree en gestion de configuration
97-
echo doc/TRUST/TRUST_Generic_Guide.pdf >> build/Src.files
9897
echo doc/TRUST/TRUST_tutorial.pdf >> build/Src.files
9998
echo doc/TRUST/exercices/Tutorial_solutions.pdf >> build/Src.files
10099
echo doc/TRUST/Baltik_tutorial.pdf >> build/Src.files
101-
if [ ! -f "doc/TRUST/TRUST_Generic_Guide.pdf" ] || [ ! -f "doc/TRUST/TRUST_tutorial.pdf" ] || [ ! -f "doc/TRUST/exercices/Tutorial_solutions.pdf" ] || [ ! -f "doc/TRUST/Baltik_tutorial.pdf" ]
100+
if [ ! -f "doc/TRUST/TRUST_Generic_documentation.pdf" ] || [ ! -f "doc/TRUST/TRUST_tutorial.pdf" ] || [ ! -f "doc/TRUST/exercices/Tutorial_solutions.pdf" ] || [ ! -f "doc/TRUST/Baltik_tutorial.pdf" ]
102101
then
103102
echo "Error doc !"
104103
[ "$without_version" = 0 ] && exit -1

bin/baltik/share/baltik/bin/baltik_make_xdata

+7-7
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ mkdir -p share/doc_auto
3232
cd share/doc_auto
3333
cp $dest/XTriou/doc.pdf ${project_name}_Reference_Manual.pdf
3434
# on chage l'hyperlien dans TRUST_Generic_Guide.pdf
35-
cd $project_directory/build
36-
cp -r $TRUST_ROOT/doc/TRUST/Generic_Guide .
37-
cd ./Generic_Guide
38-
sed -i "s/TRUST_Reference_Manual/`echo $project_name`_Reference_Manual/" Generic_Guide.tex
39-
make || exit -1
40-
cd $project_directory/share/doc_auto
41-
mv $project_directory/build/Generic_Guide/TRUST_Generic_Guide.pdf .
35+
#cd $project_directory/build
36+
#cp -r $TRUST_ROOT/doc/TRUST/Generic_Guide .
37+
#cd ./Generic_Guide
38+
#sed -i "s/TRUST_Reference_Manual/`echo $project_name`_Reference_Manual/" Generic_Guide.tex
39+
#make || exit -1
40+
#cd $project_directory/share/doc_auto
41+
#mv $project_directory/build/Generic_Guide/TRUST_Generic_Guide.pdf .

doc/TRUST/Baltik_tutorial.pdf

1.15 KB
Binary file not shown.

doc/TRUST/ICoCo_tutorial.pdf

2.18 KB
Binary file not shown.

doc/TRUST/TRUST_tutorial.pdf

773 Bytes
Binary file not shown.

doc/TRUST/Tutorial/Baltik_tutorial.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
% TITLE PAGE
106106
%----------------------------------------------------------------------------------------
107107
%\title[Short title]{Long title}
108-
\title[TRUST Baltik Project Tutorial V1.9.3beta]{TRUST Baltik Project Tutorial V1.9.3beta}
108+
\title[TRUST Baltik Project Tutorial V1.9.3]{TRUST Baltik Project Tutorial V1.9.3}
109109
% The short title appears at the bottom of every slide, the full title is only on the title page
110110

111111
%\author{John Smith} % Your name

doc/TRUST/Tutorial/ICoCo_tutorial.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
% TITLE PAGE
9595
%----------------------------------------------------------------------------------------
9696
%\title[Short title]{Long title}
97-
\title[TRUST ICoCo Tutorial V1.9.3beta]{TRUST ICoCo Tutorial V1.9.3beta}
97+
\title[TRUST ICoCo Tutorial V1.9.3]{TRUST ICoCo Tutorial V1.9.3}
9898
% The short title appears at the bottom of every slide, the full title is only on the title page
9999

100100
%\author{John Smith} % Your name

doc/TRUST/Tutorial/TRUST_tutorial.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
% TITLE PAGE
108108
%----------------------------------------------------------------------------------------
109109
%\title[Short title]{Long title}
110-
\title[TRUST Tutorial V1.9.3beta]{TRUST Tutorial V1.9.3beta} % The short title appears at the bottom of every slide, the full title is only on the title page
110+
\title[TRUST Tutorial V1.9.3]{TRUST Tutorial V1.9.3} % The short title appears at the bottom of every slide, the full title is only on the title page
111111

112112
%\author{John Smith} % Your name
113113
\institute[CEA/DES/ISAS/DM2S] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space

doc/TRUST/exercices/Tutorial_solutions/Tutorial_solutions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
\begin{document}
1818

19-
\title{TRUST Tutorial V1.9.3beta Solutions}
19+
\title{TRUST Tutorial V1.9.3 Solutions}
2020
\maketitle
2121
\tableofcontents{}
2222
\newpage

0 commit comments

Comments
 (0)