Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gx

Pages: [1]
4
Release & Downloads / Pricing
« on: February 17, 2021, 10:17:09 PM »

5
Users' Sharings / How to use remote program in ROS
« on: October 14, 2020, 11:43:53 PM »
Remote programs on the server could be used to deal with remote files, however only non-interactive programs are supported currently.

Here, we demo a simple example for transform lammps *.lmp structure file to VASP POSCAR with lmp2poscar.


https://share.weiyun.com/eMl7QPDB


lmp2poscar is a simple tool we develop with c++, which transform *.lmp structure file (first frame) to POSCAR.

7
Users' Sharings / Parameters used in Liaison and Function
« on: November 09, 2018, 12:54:45 AM »

8
Users' Sharings / Function in Groopros
« on: November 09, 2018, 12:39:28 AM »
Function is the program called for the remote dir


9
Users' Sharings / Liaison in Groopros
« on: November 08, 2018, 11:17:18 PM »
Liaison is used to setup the open method of the files on the server.




10
Release & Downloads / To evaluation users
« on: August 15, 2018, 11:16:27 PM »
G.I. now has expire date for every evaluation user, please contact us if your user validation is expired.

email: graphicinstructor@outlook.com

11
Users' Sharings / GI Introduction
« on: July 11, 2018, 05:35:33 PM »

12
Users' Sharings / Re: Alert: There's error retrieving your HOMEDIR
« on: May 21, 2018, 11:47:06 PM »
if you don't experience the error, you dnt need to do anything

13
Users' Sharings / Alert: There's error retrieving your HOMEDIR
« on: October 07, 2017, 04:52:14 AM »
Please check log & your .bashrc file in your $HOME

usually there is invalid line in .bashrc causes this problem.

e.g.
 
alias 'ls=ls --color'
test -s ~/.alias && . ~/.alias || true
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/lib
export PATH=$PATH:~//bin/vtstscripts/:/home/users/gx/tools/QE/qe-6.0/bin
export PATH=$PATH:~/jzq/script
export PYTHONPATH=~/phonopy-1.8.5.1/lib/python
tttt


Here the last line tttt is invalid, please delete this line.

Pages: [1]