mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
added some comments in the travis script.
This commit is contained in:
parent
51cec9db93
commit
b07d976749
1 changed files with 3 additions and 1 deletions
|
|
@ -1,13 +1,15 @@
|
|||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
# Compile argument list
|
||||
# Argument List
|
||||
args=" "
|
||||
|
||||
# Check for MPI
|
||||
if [[ $MPI == 'y' ]]; then
|
||||
args="${args} --mpi "
|
||||
fi
|
||||
|
||||
# Check for event-based
|
||||
if [[ $EVENT == 'y' ]]; then
|
||||
args="${args} --event "
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue