Open main menu

Changes

Install relax cloud.sagemath.com

115 bytes removed, 11:59, 27 October 2017
β†’β€ŽIs subversion available: Switched from svn to git.
The [https://cloud.sagemath.com/ SageMathCloud] is a cloud computing platform designed for computational mathematics that is a part of the [https://en.wikipedia.org/wiki/SageMath Sage project].
 
== Purpose ==
Why ?
== Possibilities with cloud.sagemath.com ==
cloud.sagemath.com currently don't does not provide admin account or dedicated SMC servers. <br>A purchase for a subscription can be purchased for $ 49 / per month (or $499/per year), one can apply the quotas listed here to any projects:
<source lang="text">
==Software at cloud.sagemath.com==
===Is subversion git available===
<source lang="bash">
~$ svn git --versionsvn, git version 12.87.10 (r1615264)6
</source>
===Is xmgrace available===
<source lang="bash">
~$ which xmgraceThe program '/usr/bin/xmgrace' is currently not installed. To run 'xmgrace' please ask your administrator to install the package 'grace'~$ graceThe program 'grace' is currently not installed. To run 'grace' please ask your administrator to install the package 'grace'
</source>
</source>
== Install python Python modules ==
===Bmrblib===
}}
===minfxMinfx===
See [[Minfx]]
See [[Bmrblib]]
{{#tag:source|
v={{current version minfx}}
}}
===mpi4pyMpi4py===
See [[OpenMPI#Install_mpi4py]]
{{#tag:source|
}}
===Test python Python packages===Paste in:
<source lang="python">
try:
</source>
Output:
<source lang="python">
>>> try:
==Checkout relax and build==
<{{#tag: source lang="bash">|
cd $HOME
svn co svn://svn.gna.org/svn/{{relax/trunk relax_trunkclone}}
# Build
cd relax_trunkrelax
scons
cd $HOME
mkdir -p $HOME/bin
ln -s $HOME/relax_trunkrelax/relax $HOME/bin
# Test all of relax with unittests and systemtests
relax --time -u
relax --time -s
</source>| lang="bash"}}
'''relax works!'''
Trusted, Bureaucrats
4,228

edits