Skip to content
Snippets Groups Projects
Commit f0ae3075 authored by Matthew K Defenderfer's avatar Matthew K Defenderfer
Browse files

changes

parent 75d633fa
No related branches found
No related tags found
No related merge requests found
--- ---
name: PyCharmCE name: PyCharmCE
category: Interactive Apps category: Interactive Apps
subcategory: Servers subcategory: GUIs
role: batch_connect role: batch_connect
description: | description: |
This app will launch the PyCharm IDE This app will launch the PyCharm IDE
\ No newline at end of file
...@@ -6,14 +6,9 @@ ...@@ -6,14 +6,9 @@
email = email + '@uab.edu' email = email + '@uab.edu'
end end
-%> -%>
---
# This config comes from below URL
# https://github.com/OSC/bc_example_jupyter/blob/custom_environment/submit.yml.erb
# The -C option in the config provided for slurm has been removed because it does
# not apply to implementation at UAB. We do not use constraint list to be used with -C.
batch_connect: batch_connect:
template: "basic" template: "vnc"
script: script:
job_environment: job_environment:
......
...@@ -14,6 +14,7 @@ module reset ...@@ -14,6 +14,7 @@ module reset
export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>" export XDG_CONFIG_HOME="<%= session.staged_root.join("config") %>"
export XDG_DATA_HOME="<%= session.staged_root.join("share") %>" export XDG_DATA_HOME="<%= session.staged_root.join("share") %>"
export XDG_CACHE_HOME="$(mktemp -d)" export XDG_CACHE_HOME="$(mktemp -d)"
module reset
set -x set -x
xfwm4 --compositor=off --daemon --sm-client-disable xfwm4 --compositor=off --daemon --sm-client-disable
xsetroot -solid "#D3D3D3" xsetroot -solid "#D3D3D3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment