I have to use a scientific interpretation program for linux but i am pretty new to linux.It's for my master thesis and my deadline is coming closer every second.
Anyway my prob. is:
The program needs c shell scripts and i used "exec csh" command and activated cshells than run the application, worked fine
but,
after app. finished the job, i tried to run the application for a second time, application did not run and only runs when I log out and after that, log in again and then changed shells to csh, and after all the application runs again. Otherwise it just could not run.For eachtime logout, login, change to csh and run the app.
but,
I need to run the same application at the same time in at least 5 terminal windows. But it runs only in one window. When i run it in one window it's over, needs to relogin to run but when i log out all processes are killed, making it impossible for me to run it in multiple windows.
Any help would be great.
Thanks