Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PyCharm OOD
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RC Data Science
community-ood-sandbox
PyCharm OOD
Commits
f0ae3075
Commit
f0ae3075
authored
2 months ago
by
Matthew K Defenderfer
Browse files
Options
Downloads
Patches
Plain Diff
changes
parent
75d633fa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
manifest.yml
+1
-1
1 addition, 1 deletion
manifest.yml
submit.yml.erb
+1
-6
1 addition, 6 deletions
submit.yml.erb
template/script.sh.erb
+1
-0
1 addition, 0 deletions
template/script.sh.erb
with
3 additions
and
7 deletions
manifest.yml
+
1
−
1
View file @
f0ae3075
---
name
:
PyCharmCE
category
:
Interactive Apps
subcategory
:
Server
s
subcategory
:
GUI
s
role
:
batch_connect
description
:
|
This app will launch the PyCharm IDE
\ No newline at end of file
This diff is collapsed.
Click to expand it.
submit.yml.erb
+
1
−
6
View file @
f0ae3075
...
...
@@ -6,14 +6,9 @@
email
=
email
+
'@uab.edu'
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:
template: "
basi
c"
template: "
vn
c"
script:
job_environment:
...
...
This diff is collapsed.
Click to expand it.
template/script.sh.erb
+
1
−
0
View file @
f0ae3075
...
...
@@ -14,6 +14,7 @@ module reset
export XDG_CONFIG_HOME="
<%=
session
.
staged_root
.
join
(
"config"
)
%>
"
export XDG_DATA_HOME="
<%=
session
.
staged_root
.
join
(
"share"
)
%>
"
export XDG_CACHE_HOME="$(mktemp -d)"
module reset
set -x
xfwm4 --compositor=off --daemon --sm-client-disable
xsetroot -solid "#D3D3D3"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment