Sun compilation

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@1356 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2004-09-28 10:04:25 +00:00
parent 92558d111b
commit 358bdea756
4 changed files with 18 additions and 7 deletions

View File

@ -3,7 +3,7 @@
* cell minimization with steepest descent was not working (CP/FPMD)
* various Alpha compilation problems
* various Alpha and SUN compilation problems
Fixed in version 2.1:

View File

@ -1,3 +1,8 @@
28 Sep 2004 release.sh script updated: Raman/ added (PG)
SUN compilation problem in mp.f90 (PG)
More cleanup of parallel variables and pwcom/phcom references.
(C.S.)
27 Sep 2004 Documentation updated (PG)
27 Sep 2004 XLF workarounds no longer needed (the bug in the compiler has
@ -12,7 +17,7 @@
- CPV/wf.f90:
need to include 'f_defs.h' to get MPI_REAL8
- Modules/wave_base.f90:
- include "f_defs.h" instead of "../include/f_defs.h" to be
include "f_defs.h" instead of "../include/f_defs.h" to be
consistent with other files (and allow out-of-place compilation).
- flib/transto.f90:
include "opt_param.h" instead of "../include/opt_param.h" to be
@ -53,7 +58,7 @@
Doc updated (C.S.)
24 Sep 2004 atomic_number : patch from Axel, fixes the case of
atomic symobols with one letter
atomic symbols with one letter
23 Sep 2004 "make tar" was not saving atomic_doc
Misc. Alpha compilation errors and warning (PG)

View File

@ -30,14 +30,20 @@
END INTERFACE
INTERFACE mp_bcast
#if defined __T3E
MODULE PROCEDURE mp_bcast_i1, mp_bcast_r1, mp_bcast_c1, &
mp_bcast_z, mp_bcast_zv, &
mp_bcast_iv, mp_bcast_rv, mp_bcast_cv, mp_bcast_l, mp_bcast_rm, &
mp_bcast_cm, mp_bcast_im, mp_bcast_it, mp_bcast_rt, mp_bcast_lv, &
mp_bcast_lm, mp_bcast_r4d, mp_bcast_ct, mp_bcast_c4d, &
mp_bcast_i4b
#else
MODULE PROCEDURE mp_bcast_i1, mp_bcast_r1, mp_bcast_c1, &
mp_bcast_z, mp_bcast_zv, &
mp_bcast_iv, mp_bcast_rv, mp_bcast_cv, mp_bcast_l, mp_bcast_rm, &
#if defined __T3E
mp_bcast_i4b, &
#endif
mp_bcast_cm, mp_bcast_im, mp_bcast_it, mp_bcast_rt, mp_bcast_lv, &
mp_bcast_lm, mp_bcast_r4d, mp_bcast_ct, mp_bcast_c4d
#endif
END INTERFACE
INTERFACE mp_sum

2
TODO
View File

@ -5,7 +5,7 @@ INSTALLATION/PORTING
- expand configure to cover as many configurations as possible
- too many options for SGI machines
- __FUJITSU vs FUJ64, SUN, HITACHI
COMMON