Skip to content

Commit 2dbd953

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

File tree

28 files changed

+320
-99
lines changed

28 files changed

+320
-99
lines changed

DEVELOPER_NOTES

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:
Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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:trust@cea.fr}{trust@cea.fr}} \\

README.md

Lines changed: 9 additions & 9 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
Version Qui Tache
2-
1.9.3 trust@cea.fr Ajouter sur jupyter comment modifier le titre du notebook pdf. cf echanges avec Claire et Adel
32
1.9.x trust@cea.fr faire unset TMPDIR dans le configure
43
1.9.x trust@cea.fr Voir si on peut retirer .dico de git
54
1.9.x trust@cea.fr empecher d'installer TRUST sur home titania
6-
1.9.3 pierre.ledac@cea.fr Modifier scripts Baltik pour qu un Baltik quelconque puisse etre deplace sans souci apres installation
7-
1.9.3 pierre.ledac@cea.fr Supprimer OSQP dans le futur des que PolyMAC_old disparait
8-
1.9.3 pierre.ledac@cea.fr 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 adrien.bruneton@cea.fr Try to add Champ_Uniform into Champ_implementation_P0.cpp
10-
1.9.3 adrien.bruneton@cea.fr Fiabiliser l'utilisation de jenkins
11-
1.9.3 adrien.bruneton@cea.fr 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 pierre.ledac@cea.fr Passer les fichiers RELEASE_NOTE et DEVELOPER_NOTES en markdown licence.txt (voir si basculer aussi sur les Baltiks)
13-
1.9.3 trust@cea.fr 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 trust@cea.fr LDC: Decouper et lancer en parallele sur quelques pas de temps l etude DNS_swarm
5+
1.9.x pierre.ledac@cea.fr Modifier scripts Baltik pour qu un Baltik quelconque puisse etre deplace sans souci apres installation
6+
1.9.x pierre.ledac@cea.fr Supprimer OSQP dans le futur des que PolyMAC_old disparait
7+
1.9.x pierre.ledac@cea.fr 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 adrien.bruneton@cea.fr Try to add Champ_Uniform into Champ_implementation_P0.cpp
9+
1.9.x adrien.bruneton@cea.fr Fiabiliser l'utilisation de jenkins
10+
1.9.x adrien.bruneton@cea.fr 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 pierre.ledac@cea.fr Passer les fichiers RELEASE_NOTE et DEVELOPER_NOTES en markdown licence.txt (voir si basculer aussi sur les Baltiks)
12+
1.9.x trust@cea.fr 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 trust@cea.fr LDC: Decouper et lancer en parallele sur quelques pas de temps l etude DNS_swarm
1514
1.9.x trust@cea.fr LDC: ouvrir une DI pour actions de livraison (cf di 188127)
1615
1.9.x trust@cea.fr LDC: ouvrir une DI pour installation reseau Titania (cf di 183455)
1716
1.9.x trust@cea.fr LDC: ouvrir une DI pour installation clusters

bin/KSH/credoc

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)