Skip to content

Commit 72b90ae

Browse files
authored
Updated the alias command for RMG (#806)
Removed the `-jl` from the RMG command that is used in the Docker. RMG does not work the old julia connection anymore.
2 parents 16409a0 + 2253d20 commit 72b90ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/aliases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ alias dbcode='cd "$rmgdb_path"'
2222
alias arcode='cd "$arc_path"'
2323

2424
# job wrappers
25-
alias rmg='python-jl "$rmgpy_path/rmg.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
25+
alias rmg='python "$rmgpy_path/rmg.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
2626
alias arkane='python "$rmgpy_path/Arkane.py" input.py > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
2727
alias arc='python "$arc_path/ARC.py" input.yml > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'
2828
alias arcrestart='python "$arc_path/ARC.py" restart.yml > >(tee -a stdout.log) 2> >(tee -a stderr.log >&2)'

0 commit comments

Comments
 (0)