How to store Cadence simulation in local desktop

M

Mobil

Guest
Hello everyone,

We have the Cadence installed in public server and individual clients
use their local desktop to login the server (by X11) to run Cadence
simulation. But the problem is that the disk space in public server is
not enough to store large simulation results file (like tran.tran in $/
psf directory).

So does anyone know that how to make the simulation running in server
and store the results file in local desktop? (I know how to use ssh
shell to upload and download file to/from server, but no idea how to
make a server program as Cadence write the data to local hard disk)

Regards,

Mobil
 
Mobil wrote:
So does anyone know that how to make the simulation running in server
and store the results file in local desktop? (I know how to use ssh
shell to upload and download file to/from server, but no idea how to
make a server program as Cadence write the data to local hard disk)
Mount the desktop's hard disk via nfs (or smb or whatever network
transparent file system you can deploy) and symlink
the /home/<user>/simulation directory to a directory there.

--
Bernd Paysan
"If you want it done right, you have to do it yourself"
http://www.jwdt.com/~paysan/
 
On Mar 4, 4:02 am, Bernd Paysan <bernd.pay...@gmx.de> wrote:
Mobil wrote:
So does anyone know that how to make the simulation running in server
and store the results file in local desktop? (I know how to use ssh
shell to upload and download file to/from server, but no idea how to
make a server program as Cadence write the data to local hard disk)

Mount the desktop's hard disk via nfs (or smb or whatever network
transparent file system you can deploy) and symlink
the /home/<user>/simulation directory to a directory there.

--
Bernd Paysan
"If you want it done right, you have to do it yourself"http://www.jwdt.com/~paysan/
Thanks Bernd. But I'm not administrator, I don't think I have
authority to mount desktop hard disk to the server.
 

Welcome to EDABoard.com

Sponsor

Back
Top