Skip to content
Snippets Groups Projects
Commit 520237a8 authored by David Hrbáč's avatar David Hrbáč
Browse files

Conde highlite

parent 11de3560
No related branches found
No related tags found
5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!117Resolve "Ukázky z konzoly nemají být bash"
Pipeline #
...@@ -36,14 +36,14 @@ For the compilation of CMake-aware project, Trilinos provides the FIND_PACKAGE( ...@@ -36,14 +36,14 @@ For the compilation of CMake-aware project, Trilinos provides the FIND_PACKAGE(
For compiling using simple makefiles, Trilinos provides Makefile.export system, which allows users to include important Trilinos variables directly into their makefiles. This can be done simply by inserting the following line into the makefile: For compiling using simple makefiles, Trilinos provides Makefile.export system, which allows users to include important Trilinos variables directly into their makefiles. This can be done simply by inserting the following line into the makefile:
```bash ```cpp
include Makefile.export.Trilinos include Makefile.export.Trilinos
``` ```
or or
```bash ```cpp
include Makefile.export.<package> include Makefile.export.<package>
``` ```
if you are interested only in a specific Trilinos package. This will give you access to the variables such as Trilinos_CXX_COMPILER, Trilinos_INCLUDE_DIRS, Trilinos_LIBRARY_DIRS etc. For the detailed description and example makefile see <http://trilinos.sandia.gov/Export_Makefile.txt>. if you are interested only in a specific Trilinos package. This will give you access to the variables such as Trilinos_CXX_COMPILER, Trilinos_INCLUDE_DIRS, Trilinos_LIBRARY_DIRS etc. For the detailed description and example makefile see <http://trilinos.sandia.gov/Export_Makefile.txt>.
...@@ -154,7 +154,7 @@ Create job script according recommended ...@@ -154,7 +154,7 @@ Create job script according recommended
Example job for Windows virtual machine: Example job for Windows virtual machine:
```bash ```bat
#/bin/sh #/bin/sh
JOB_DIR=/scratch/$USER/win/${PBS_JOBID} JOB_DIR=/scratch/$USER/win/${PBS_JOBID}
...@@ -192,7 +192,7 @@ Job script links application data (win), input data (data) and run script (run.b ...@@ -192,7 +192,7 @@ Job script links application data (win), input data (data) and run script (run.b
Example run script (run.bat) for Windows virtual machine: Example run script (run.bat) for Windows virtual machine:
```console ```doscon
z: z:
cd winappl cd winappl
call application.bat z:data z:output call application.bat z:data z:output
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment