User Tools

Site Tools


documentation:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:faq [14:07 17.08.2021] – [''Function'' or ''Equation''?] moved to GitLab Pages Diego Jahndocumentation:faq [14:14 17.08.2021] (current) – Moved to GitLab Pages Diego Jahn
Line 46: Line 46:
 ===== Analysis =====  ===== Analysis ===== 
  
-==== 2D Visualization (Gnuplot) ==== 
-   
-Use the ''Gnuplotter''. See the [[examples:examples|Examples]] to learn how to use it. 
  
-==== 3D Visualization (TIFF / VTK) ==== 
- 
-** 3D visualization **  
- 
-To visualize 3D simulations, Morpheus can write TIFF images stacks or VTK files. \\ 
- 
-These files can be rendered with external software, such as [[http://fiji.sc/wiki/index.php/Fiji|Fiji]] or [[http://www.paraview.org/|Paraview]]. \\ 
- 
-** Viewing 3D TIFF images with Fiji/ImageJ ** 
- 
-To export 3D images as TIFF z-stacks, use the ''Analysis -> TiffPlotter'' plugin. \\ 
- 
-The resulting TIFF images can be opened using the 3D Viewer in [[http://fiji.sc/wiki/index.php/Fiji|Fiji]], an image processing package based on ImageJ (see ''Plugins -> 3D Viewer''). \\ 
- 
-[{{ :faq_3d_visualization.png?direct&500 | Use ''TiffPlotter'' for 3D, 4D or 5D visualization in Fiji. }}] 
- 
-By concatenating TIFF stacks, you can also render 4D (3D+time) or even 5D (3D+time+channels) movies. \\ 
- 
-** Fiji Macros ** 
- 
-We provide some simple Fiji macros to generate such 3D images and 4D/5D movies. To install them: \\ 
-  * Download {{::morpheus_fiji_viewers.zip|morpheus_fiji_viewers.zip}} 
-  * Extract contents in Fiji/macros 
-    * Mac: Select ''Applications/Fiji.app'', then right-click and select ''Show Package Contents''. 
-    * Ubuntu: Default location is ''$HOME/Fiji.app/macros''  
- 
-This will install a new toolset in the Fiji interface called ''Morpheus Viewer'' from which the 3D/4D/5D viewers are available. \\  
- 
-** Paraview **  
- 
-[[http://www.paraview.org/|Paraview]] is an application for visualization of large 3D data sets in VTK format ([[http://www.paraview.org/paraview/resources/software.php|download here]]).  
  
 ==== Data output and visualization ==== ==== Data output and visualization ====
Line 245: Line 211:
 =====  GUI =====  =====  GUI ===== 
  
-==== Execution mode: ''interactive'', ''local'' or ''remote''? ==== 
- 
-[{{ :faq_local_interactive.png?direct&400 |Use **interactive** to direct visual output to screen instead of file.}}] 
- 
-Simulations can be executed in different **job queues** for different tasks. \\ 
- 
-Local/interactive jobs are started in local job queue that is handled by Morpheus itself. Remote jobs are submitted over a ''ssh'' connection to the batch queuing system of the high performance computing resource (e.g. LSF). 
- 
-** Local / Interactive / Remote ** 
- 
-Roughly, local mode is the 'normal' mode for simulation, while interactive mode is for rapid testing. \\ 
- 
-In interactive mode: 
-  * Visual output (e.g. Gnuplotter) is directed to an on-screen terminal by overriding the specified terminal. 
-  * Stop current interactive job from toolbar button.  
- 
-** Remote ** 
- 
-Remote mode submits a job to the queueing system on a remote high performance computer. 
- 
-Remote mode requires password-less ''ssh'' authentication (i.e. using [[http://linux.die.net/man/1/ssh-copy-id|''ssh-copyid'']]). Specify  username/password details under ''File -> Preferences -> Remote''. 
- 
-On first use, Morpheus copies a proxy script to the remote computer through which Morpheus communicates with the job scheduling system. Morpheus is shipped with a proxy script for [[http://en.wikipedia.org/wiki/Platform_LSF|LSF]], but this can easily be adapted to other scheduling systems. 
- 
-^ Job queue ^ Purpose ^ Behavior ^ 
-| **Local**  | Normal processing  |  | 
-| **Remote** | Remote batch processing  | Submit job to remote queuing system (e.g. LSF) on high performance computing resource. \\ **Note**: Feature not yet available in public version | 
-| **Interactive** | Testing mode | Start/Stop simulations from toolbar buttons. \\ Directs visual output to on-screen terminal. \\ Overrides ''Gnuplotter'' terminal to ''wxt'' (Linux), ''aqua'' (Mac) or ''win'' (Windows). | 
  
 ==== FixBoard ==== ==== FixBoard ====
Line 329: Line 267:
  
 Remove or rename the file ''morpheus.db.sqlite'' to reset the job archive. Note that this does not remove the simulation results themselves. Remove or rename the file ''morpheus.db.sqlite'' to reset the job archive. Note that this does not remove the simulation results themselves.
- 
-==== Checkpointing (simulation snapshots) ==== 
- 
-** Checkpointing ** 
- 
-Storing snapshots of the simulation state during execution is called [[http://en.wikipedia.org/wiki/Application_checkpointing|checkpointing]]. 
- 
-This allows the user to e.g.: 
- 
-  * Restore a simulation 
-  * Continue a simulation under different conditions 
-  * Use the end-state of a simulation as initial condition of a new simulation \\ 
- 
-** Enable checkpointing **  
- 
-Checkpointing is switched off by default. 
- 
-To enable checkpointing, add the item ''Time -> SaveInterval''. 
- 
-To set the interval, set the ''Time -> SaveInterval -> value''. 
- 
-Special cases: 
-  * value = -1: Disable checkpointing 
-  * value =  0: Store state only at start and end 
-  * value >  0: Store state at specified time interval 
- 
-** File format **  
- 
-Snapshots are saved in a compressed XML format with the filename ''[Title][Time].xml.gz''. 
- 
-** Open saved models ** 
- 
-Snapshot files ''[Title][Time].xml.gz'' can be opened by double-clicking on them in the GUI. 
- 
-From the command line, first unzip the file and then run ''morpheus [Title][Time].xml'' 
- 
-** Limitations ** 
- 
-The snapshots store the complete simulation state. However, the values of **PDE Layers are not stored**. 
- 
-This is excluded because of (1) the large storage requirements and (2) the required time to write to text file. (In the future, separate binary files will be written for PDE Layeres which can be stored and written more efficiently, but are more difficult to do in a platform independemt fashion.) 
- 
-** Restore parameter sweeps ** 
- 
-Parameter sweeps can also be restored. This restores the parameters and value ranges specified for a particular model. 
- 
-This feature requires an opened model that has the same parameters. 
- 
-===== Settings ===== 
- 
-==== Multithreading / Concurrent jobs ==== 
-  - Number of threads: Used to set number of openMP threads for (in-job parallelization) 
-  - Concurrent jobs: number of jobs executed in parallel (between-job parallelization) 
- 
-==== Gnuplot path ==== 
- 
-By default, Morpheus uses the first GnuPlot executable it can find in the PATH environmental variable. 
-Optionally, you can overrule this path. 
- 
-** Graphical User Interface ** 
- 
-To use a specific GnuPlot version, specify you gnuplot executable under ''File -> Settings -> Local -> Gnuplot executable''. 
- 
-** Command Line Interface **  
- 
-To specify a gnuplot executable from the command line, you can use the ''gnuplot-part'' option as command line argument: 
-<code bash>  
-  morpheus -gnuplot-path [File] 
-</code> 
documentation/faq.1629202069.txt.gz · Last modified: 14:07 17.08.2021 by Diego Jahn

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki