sage的基本命令
Python和Cython的直接调用,编译使用
sage与matlab
C的调用
几个例子作为演示用
有人来完成这个吗?不用我自己来做吧?
Jinshan Wu, a relational and critical thinker
sage的基本命令
Python和Cython的直接调用,编译使用
sage与matlab
C的调用
几个例子作为演示用
有人来完成这个吗?不用我自己来做吧?
1) Install apache2 and enable the proxy modules
2) Create an apache virtual server for the Sage server via Proxy, as suggested by Jason Grout at Setting up a Sage server.
Next, to find how to run sage in background, something like a sage daemon.
First, setup a main (eth1 hereafter) IP address via
/etc/network/interfaces, such as
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 192.168.99.2
netmask 255.255.255.0
gateway 192.168.99.1
And change /etc/resolv.conf, such as
nameserver 202.112.80.106
At last add alias to /etc/network/interfaces, such as
auto eth1:0
iface eth1:0 inet static
address 210.31.77.2
netmask 255.255.255.0
gateway 210.31.77.1
auto eth1:1
iface eth1:1 inet static
address 124.205.19.108
netmask 255.255.255.0
gateway 124.205.19.105
给上海理工学报,10号前搞定。
计算任务管理系统Torque已经安装。