File tree Expand file tree Collapse file tree 11 files changed +17
-57
lines changed Expand file tree Collapse file tree 11 files changed +17
-57
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- FILE1 =mini_Generic_Guide
21FILE2 =mini_Reference_Manual
32FILE3 =mini_prm
43FILE4 =mini_jupyter
54
65
7- default : $(FILE1 ) $( FILE2 ) $(FILE3 )
6+ default : $(FILE2 ) $(FILE3 )
87
98jupyter : $(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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3232fi
3333
3434echo " 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
3637rm -r -f externalpackages
3738rm -r -f MonoDir_mpi* doc/html doc/Coverage
3839rm -r -f exec/valgrind
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- dirs = Tutorial exercices/Tutorial_solutions Generic_Guide
1+ dirs = Tutorial exercices/Tutorial_solutions
22all : Keywords.Vim
33ifeq ($(TRUST_WITHOUT_PDFLATEX ) ,1)
44 @echo "TRUST_WITHOUT_PDFLATEX=1 ... so we will not build the PDF documentation."
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments