Menu

SVN archive Commit Log


Commit Date  
[r28126] by tlinnet

Splitting deploy script into several small functions.

2015-11-28 21:55:26 Tree
[r28125] by tlinnet

Small changes to deploy script.

2015-11-28 20:56:29 Tree
[r28124] by tlinnet

Putting installation into functions in deploy script.

2015-11-28 20:49:28 Tree
[r28123] by tlinnet

Expanding script for installation.

2015-11-28 20:36:46 Tree
[r28122] by tlinnet

Adding a testing deploy script, for rapid deployment on Google Cloud Computing.

This is for intented install in Ubuntu 14.04 LTS

2015-11-28 20:11:09 Tree
[r28121] by tlinnet

Removing lines with spaces in it.

2015-11-28 11:10:18 Tree
[r28120] by tlinnet

Fix for running relax at a server with no graphical display and using matplotlib.

The error was found by:
relax_trunk --time -s Relax_disp.test_repeat_cpmg -d

And the error generated was:
QXcbConnection: Could not connect to display
Aborted (core dumped)

The backend of matplotlib have to be changed.
This is for example described in:
http://stackoverflow.com/questions/2766149/possible-to-use-pyplot-without-display
http://stackoverflow.com/questions/8257385/automatic-detection-of-display-availability-with-matplotlib

The solution is:

import matplotlib
if not "DISPLAY" in environ:
# Force matplotlib to not use any Xwindows backend.
matplotlib.use('Agg')

2015-11-28 10:57:41 Tree
[r28119] by bugman

Fixes and improvements for the graphs produced by the structure.pca user function.

The different sets are now correctly created, and are now labelled in the plots.

2015-11-25 17:38:40 Tree
[r28118] by bugman

Improved the printouts from the relax library principle component analysis.

This is in the pca_analysis() function of the lib.structure.pca module.

2015-11-25 17:38:37 Tree
[r28117] by bugman

Created the Structure.test_pca_observers system test.

This is for testing the new observer structures concept of the structure.pca user function.

2015-11-25 17:38:34 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.