-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0bd5b8
commit d2aea31
Showing
3 changed files
with
22 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
# Maplefile for Flash-X | ||
# VARIABLE DESCRIPTION | ||
# ---------------------------------------------------------------- | ||
# base Name of the base image | ||
# container Name of the local container | ||
# target Name of the target dir to mount source dir | ||
# backend Container backend (docker/singularity) | ||
|
||
# Name of the base image | ||
base="docker://akashdhruv/flashx:lidcav" | ||
|
||
# Name of the local container | ||
container="lidcav" | ||
|
||
# Name of the mount directory inside the container | ||
target="/home/mount/lidcav" | ||
|
||
# Container backend | ||
backend="singularity" | ||
|
||
# Default command for run | ||
run="/home/run/flashx" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
# Maplefile for Flash-X | ||
# VARIABLE DESCRIPTION | ||
# ---------------------------------------------------------------- | ||
# base Name of the base image | ||
# container Name of the local container | ||
# target Name of the target dir to mount source dir | ||
# backend Container backend (docker/singularity) | ||
|
||
# Name of the base image | ||
base="docker://akashdhruv/flashx:boiling" | ||
|
||
# Name of the local container | ||
container="flashx" | ||
|
||
# Name of the mount directory inside the container | ||
target="/home/mount/simulation" | ||
|
||
# Container backend | ||
backend="singularity" | ||
|
||
# Default command for run | ||
run="/home/run/flashx" |