Skip to content

Commit 834c623

Browse files
trust-tmaNabil DJATI
authored andcommitted
TRUST_Generic_Guide is now contained by TRUST_Generic_documentation
1 parent c90f1f1 commit 834c623

File tree

11 files changed

+17
-57
lines changed

11 files changed

+17
-57
lines changed

Outils/TRIOXDATA/XTriou/objet_u.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ def gen_doc_base(fr=1):
24402440
\vspace{2cm}
24412441
\LARGE \textbf{Support team: \href{mailto:[email protected]}{[email protected]}} \\
24422442
\vspace{4cm} % espace entre ref manual et ce qui est en dessous
2443-
Link to: \LARGE \textbf{\href{run:TRUST_Generic_Guide.pdf}{ TRUST Generic Guide}}\\
2443+
%Link to: \LARGE \textbf{\href{run:TRUST_Generic_Guide.pdf}{ TRUST Generic Guide}}\\
24442444
}
24452445
\maketitle
24462446
\newpage

Outils/TexFiles/Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
FILE1=mini_Generic_Guide
21
FILE2=mini_Reference_Manual
32
FILE3=mini_prm
43
FILE4=mini_jupyter
54

65

7-
default: $(FILE1) $(FILE2) $(FILE3)
6+
default: $(FILE2) $(FILE3)
87

98
jupyter: $(FILE4)
109

11-
$(FILE1): $(FILE1).pdf
12-
$(FILE1).pdf: $(FILE1).tex Makefile
13-
pdflatex -interaction=nonstopmode $(FILE1).tex > LOG
14-
1510
$(FILE2): $(FILE2).pdf
1611
$(FILE2).pdf: $(FILE2).tex Makefile
1712
pdflatex -interaction=nonstopmode $(FILE2).tex > LOG

Outils/TexFiles/mini_Generic_Guide.tex

Lines changed: 0 additions & 21 deletions
This file was deleted.

bin/admin/mise_a_jour_TRUST_arch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -969,10 +969,9 @@ do
969969
echo PETSC_ThHyd_2D_VEF_Ostwald >> liste_cherche #&& echo Canal_perio_VDF_3D_Keps >> liste_cherche # dans TrioCFD
970970
# Autres ajouts
971971
echo cpu_3D >> liste_cherche
972-
echo VAHL_DAVIS >> liste_cherche && echo upwind >> liste_cherche && echo Cx >> liste_cherche
972+
echo VAHL_DAVIS >> liste_cherche && echo upwind >> liste_cherche
973973
# Test outils Gmsh et VisIt
974974
echo Kernel_Gmsh2Trio_U >> liste_cherche
975-
echo Extrait_plan >> liste_cherche # Test provisoire : en attente d une solution via SLURM
976975
# Test MED_COUPLING_PYTHON
977976
echo Lata_conversion_scripts_jdd1 >> liste_cherche
978977
echo MED_major_jdd1 >> liste_cherche

bin/create_TRUST_image

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ else
3232
fi
3333

3434
echo "Suppression objets inutiles..."
35-
rm -r -f src
35+
# src n'est pas si inutile que cela : le test fftw lors du configure de TrioCFD plante si pas de src dans TRUST.
36+
#rm -r -f src
3637
rm -r -f externalpackages
3738
rm -r -f MonoDir_mpi* doc/html doc/Coverage
3839
rm -r -f exec/valgrind

bin/trust

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -214,28 +214,15 @@ do
214214
fi
215215
elif [ "$1" = "-doc" ]
216216
then
217-
if [ "$project_directory" != "" ]
218-
then
219-
220-
doc=$project_directory/share/doc_auto/TRUST_Generic_Guide.pdf
221-
if [ ! -f $doc ]
222-
then
223-
doc=$project_directory/share/doc/TRUST_Generic_Guide.pdf
224-
[ ! -f $doc ] && doc=$TRUST_ROOT/doc/TRUST/TRUST_Generic_Guide.pdf
225-
else
226-
echo "Using doc generated"
227-
fi
228-
else
229-
doc=$TRUST_ROOT/doc/TRUST/TRUST_Generic_Guide.pdf
230-
fi
217+
doc=$TRUST_ROOT/doc/TRUST/TRUST_Generic_documentation.pdf
231218
if [ -f $doc ]
232219
then
233-
for app in xpdf evince kpdf okular
234-
do
220+
for app in xpdf evince kpdf okular
221+
do
235222
$app $doc 1>/dev/null 2>&1 && exit 0
236-
done
237-
echo "No PDF reader found!"
238-
exit -1
223+
done
224+
echo "No PDF reader found!"
225+
exit -1
239226
else
240227
echo "$doc not found!"
241228
exit -1

doc/TRUST/TRUST_Generic_Guide.pdf

-891 KB
Binary file not shown.
1.62 MB
Binary file not shown.

doc/TRUST/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dirs = Tutorial exercices/Tutorial_solutions Generic_Guide
1+
dirs = Tutorial exercices/Tutorial_solutions
22
all: Keywords.Vim
33
ifeq ($(TRUST_WITHOUT_PDFLATEX),1)
44
@echo "TRUST_WITHOUT_PDFLATEX=1 ... so we will not build the PDF documentation."

env_src/HOST_orcus-amd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ define_soumission_batch()
7474

7575
# On se base sur la frontale pour selectionner la queue par defaut:
7676
queue=amdq_naples && [ "$gpu" = 1 ] && queue=gpuq_5118 && [ "`sinfo | grep $queue | grep idle`" = "" ] && queue=gpuq_5218
77+
[ "`grep 'Rocky Linux 9.1' /etc/os-release 1>/dev/null 2>&1 ; echo $?`" = "0" ] && queue=amdq_milan
7778

7879
# sacctmgr list qos
7980
# qos prority walltime ntasks_max

0 commit comments

Comments
 (0)