Skip to content
Snippets Groups Projects

Resolve "Ukázky z konzoly nemají být bash"

Merged David Hrbáč requested to merge 50-ukazky-z-konzoly-nemaji-byt-bash into master
13 files
+ 117
114
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -68,7 +68,7 @@ This syntax will start the ANSYS FLUENT job under PBS Professional using the qsu
@@ -68,7 +68,7 @@ This syntax will start the ANSYS FLUENT job under PBS Professional using the qsu
The sample script uses a configuration file called pbs_fluent.conf if no command line arguments are present. This configuration file should be present in the directory from which the jobs are submitted (which is also the directory in which the jobs are executed). The following is an example of what the content of pbs_fluent.conf can be:
The sample script uses a configuration file called pbs_fluent.conf if no command line arguments are present. This configuration file should be present in the directory from which the jobs are submitted (which is also the directory in which the jobs are executed). The following is an example of what the content of pbs_fluent.conf can be:
```bash
```console
input="example_small.flin"
input="example_small.flin"
case="Small-1.65m.cas"
case="Small-1.65m.cas"
fluent_args="3d -pmyrinet"
fluent_args="3d -pmyrinet"
Loading