compileation error of version 5.3.5

Problems running VASP: crashes, internal errors, "wrong" results.

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
jjhskang
Newbie
Newbie
Posts: 21
Joined: Sat Dec 30, 2006 2:25 am
License Nr.: jk35QGB7

compileation error of version 5.3.5

#1 Post by jjhskang » Fri Jul 04, 2014 4:34 am

I am trying to compile version 5.3.5 on the IBM AIX machine with IBM power6 chips.

There, I get an error message:

""getshmem.c", line 23.42: 1506-045 (S) Undeclared identifier SHM_NORESERVE.


How can I solve this problem?
Last edited by jjhskang on Fri Jul 04, 2014 4:34 am, edited 1 time in total.

walker11
Newbie
Newbie
Posts: 1
Joined: Wed Aug 13, 2014 2:39 am
License Nr.: 5-0264

Re: compileation error of version 5.3.5

#2 Post by walker11 » Fri Mar 20, 2015 10:51 am

Hi
You can solve an error by modifying below.

15 * output: shmem id
16 */
17 #define SHM_NORESERVE 0
18 void getshmem_(size_t *size, int*id)
19 {

Post Reply