Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:tools:software:molden [2018/01/22 14:22] – [Site officiel] ltaulelldocumentation:tools:software:molden [2025/03/12 15:05] (Version actuelle) – supprimée ltaulell
Ligne 1: Ligne 1:
-====== MOLDEN ====== 
- 
-<note warning>Fonctionne sur **[[documentation:tutorials:visualisation|r730visu]]**</note> 
- 
-^  Version  ^  Compilateur  ^  Interconnexion  ^  chemin d'accès  ^  OS  ^ 
-|  5.7  |  GCC/7.2.0  |  N/A  |  /applis/PSMN/debian9/software/Compiler/GCC/7.2.0/Molden/5.7/bin  |  Debian 9  | 
-| | **modulefile** :  GCC/7.2.0/Molden/5.7 |||| 
- 
- 
-Pour utiliser les modules, consulter [[documentation:tools:modules|Environment Modules]] 
- 
-{{INLINETOC}} 
- 
-===== Site officiel ===== 
- 
-  * http://www.cmbi.ru.nl/molden/ 
- 
-Enregistrement requis => LCH 
- 
- 
-===== Doc admin-sys PSMN ===== 
- 
-==== molden 5.0.6 full Debian7 (gcc 4.7.2 + libs) ==== 
- 
-  * modifier ''makefile'' 
-<code make> 
-# add debian detection (:27) 
-ifeq ($(uname), Linux) 
- os := $(shell head -n 1 /etc/issue | cut -d" " -f1) 
- ifeq ($(os), Ubuntu) 
-    LIBSG = -L/usr/X11R6/lib -lGLU -lGL -lX11 -lm 
- endif 
- ifeq ($(os), Debian) 
-    LIBSG = -L/usr/lib/X11 -lGLU -lGL -lX11 -lm 
- endif 
- 
-# add debian detection (:83) 
-ifeq ($(uname), Linux) 
-#CFLAGS = -c -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 
- ifeq ($(os), Debian) 
-    CFLAGS = -c -I/usr/include/X11 -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 
-    LIBS =  -L/usr/lib/X11 -lX11 -lm 
- endif 
-ifeq ($(os), FreeBSD) 
-CFLAGS = ${CFLAGS} -DFREEBSD 
-endif 
-FFLAGS = 
-#LIBS =  -L/usr/X11R6/lib -lX11 -lm 
-LDR = ${FC} 
-endif 
- 
- 
-</code> 
  
documentation/tools/software/molden.1516630948.txt.gz · Dernière modification : 2020/08/25 15:58 (modification externe)