User Tools

Site Tools


biac:cluster:interactive

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
biac:cluster:interactive [2023/02/23 18:43]
127.0.0.1 external edit
biac:cluster:interactive [2023/03/26 20:39] (current)
cmp12 [Accessing experiments]
Line 38: Line 38:
  
 There is an automounter that is running on each node that can mount experiments when they are accessed through it's proxy filesystem **"/mnt/BIAC"** There is an automounter that is running on each node that can mount experiments when they are accessed through it's proxy filesystem **"/mnt/BIAC"**
-A call to a valid path will be intercepted by the proxy, and mounted.  Paths are /mnt/BIAC/server.dhe.duke.edu/share/Experiemnt.01+A call to a valid path will be intercepted by the proxy, and mounted.  Paths are /mnt/server/share/Experiemnt.01
  
 If you are unsure, you can call the helper function **findexp** in various ways to return a valid path: If you are unsure, you can call the helper function **findexp** in various ways to return a valid path:
 <code bash> <code bash>
-cd /mnt/BIAC/munin.dhe.duke.edu/BIAC/Dummy.01+cd /mnt/munin/BIAC/Dummy.01
 cd `findexp Dummy.01` cd `findexp Dummy.01`
 ls `findexp Dummy.01` ls `findexp Dummy.01`
Line 104: Line 104:
  
  
 +====== OpenGL ======
  
 +For programs that require OpenGL rendering, like fsleyes, make sure your local X11 client supports openGL and is enabled.
 +
 +on mac make sure xquartz is installed:
 +<code>
 +Via Terminal:
 +
 +defaults read org.xquartz.X11
 +
 +{
 +    "NSWindow Frame x11_apps" = "330 482 454 299 0 0 1792 1095 ";
 +    "NSWindow Frame x11_prefs" = "291 401 484 336 0 0 1792 1095 ";
 +    SUHasLaunchedBefore = 1;
 +    SULastCheckTime = "2023-03-02 13:55:55 +0000";
 +    "app_to_run" = "/opt/X11/bin/xterm";
 +    "cache_fonts" = 1;
 +    "done_xinit_check" = 1;
 +    "enable_iglx" = 1; 
 +    "login_shell" = "/bin/sh";
 +    "no_auth" = 0;
 +    "nolisten_tcp" = 1;
 +    "startx_script" = "/opt/X11/bin/startx -- /opt/X11/bin/Xquartz";
 +}
 +</code>
 +
 +If iglx is not 1, enable openGL.  Afterwards reboot the computer.
 +<code>
 +defaults write org.xquartz.X11 enable_iglx -bool true
 +</code>
 +
 +Versions of Xquartz before 2.8.0 used configuration paths of : org.macosforge.xquartz.X11
  
  
biac/cluster/interactive.1677177816.txt.gz · Last modified: 2023/02/23 18:43 by 127.0.0.1